1996-04-10 00:53:52 +00:00
|
|
|
# -sed3v2.inp-------------------------------------------------------------
|
|
|
|
# Configuration script for lib-src/makefile under DJGPP v2
|
|
|
|
# ----------------------------------------------------------------------
|
2001-03-01 17:19:33 +00:00
|
|
|
#
|
2007-01-16 02:38:27 +00:00
|
|
|
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004,
|
|
|
|
# 2005, 2006, 2007 Free Software Foundation, Inc.
|
2001-03-01 17:19:33 +00:00
|
|
|
#
|
|
|
|
# This file is part of GNU Emacs.
|
|
|
|
#
|
|
|
|
# This file is free software; as a special exception, the author gives
|
|
|
|
# unlimited permission to copy and/or distribute it, with or without
|
|
|
|
# modifications, as long as this notice is preserved.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
#
|
|
|
|
# ----------------------------------------------------------------------
|
1996-04-10 00:53:52 +00:00
|
|
|
/^# DIST: /d
|
|
|
|
/^SHELL *=/s/^/# /
|
|
|
|
/^CC *=/s/=.*$/=gcc/
|
1998-04-17 04:28:29 +00:00
|
|
|
/-DVERSION=/s/@version@/\${version}/
|
1996-04-10 00:53:52 +00:00
|
|
|
/^configname *=/s/=.*$/=msdos/
|
|
|
|
/^archlibdir *=/s!=.*$!=/emacs/bin!
|
|
|
|
/^bindir *=/s!=.*$!=/emacs/bin!
|
|
|
|
/^libdir *=/s!=.*$!=/emacs/bin!
|
2003-08-31 16:44:25 +00:00
|
|
|
/^srcdir=/s!srcdir=@srcdir@!srcdir := $(subst \\,/,$(shell command.com /c cd))!
|
1996-04-10 00:53:52 +00:00
|
|
|
/^VPATH *=/s!=.*$!=.!
|
|
|
|
/^CFLAGS *=/s!=.*$!=-O2 -g!
|
|
|
|
/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS!
|
|
|
|
/^LOADLIBES *=/s!=.*$!=!
|
2000-07-23 12:59:00 +00:00
|
|
|
/^ALLOCA *=/s!@ALLOCA@!!
|
2003-08-24 15:10:52 +00:00
|
|
|
/^EXEEXT *=/s!@EXEEXT@!!
|
2005-09-10 11:15:41 +00:00
|
|
|
/^GETOPT_H *=/s!@GETOPT_H@!getopt.h!
|
|
|
|
/^GETOPTOBJS *=/s!@GETOPTOBJS@!getopt.o getopt1.o!
|
1996-04-10 00:53:52 +00:00
|
|
|
/^INSTALLABLES/s/emacsclient *//
|
|
|
|
s!^ \./! !
|
|
|
|
/^UTILITIES=/s/ wakeup//
|
|
|
|
/^UTILITIES=/s/ movemail//
|
|
|
|
/^UTILITIES=/s/ emacsserver//
|
|
|
|
/^UTILITIES=/s/ timer//
|
2003-09-01 15:45:59 +00:00
|
|
|
|
|
|
|
# arch-tag: 16f3be18-a45b-496c-b19c-e43840359de8
|