14967
|
1 # -sed3v2.inp-------------------------------------------------------------
|
|
2 # Configuration script for lib-src/makefile under DJGPP v2
|
|
3 # ----------------------------------------------------------------------
|
36461
|
4 #
|
75249
|
5 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004,
|
100956
|
6 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
|
36461
|
7 #
|
|
8 # This file is part of GNU Emacs.
|
|
9 #
|
|
10 # This file is free software; as a special exception, the author gives
|
|
11 # unlimited permission to copy and/or distribute it, with or without
|
|
12 # modifications, as long as this notice is preserved.
|
|
13 #
|
|
14 # This program is distributed in the hope that it will be useful,
|
|
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
17 #
|
|
18 # ----------------------------------------------------------------------
|
14967
|
19 /^# DIST: /d
|
|
20 /^SHELL *=/s/^/# /
|
|
21 /^CC *=/s/=.*$/=gcc/
|
21594
|
22 /-DVERSION=/s/@version@/\${version}/
|
14967
|
23 /^configname *=/s/=.*$/=msdos/
|
|
24 /^archlibdir *=/s!=.*$!=/emacs/bin!
|
|
25 /^bindir *=/s!=.*$!=/emacs/bin!
|
|
26 /^libdir *=/s!=.*$!=/emacs/bin!
|
52389
|
27 /^srcdir=/s!srcdir=@srcdir@!srcdir := $(subst \\,/,$(shell command.com /c cd))!
|
14967
|
28 /^VPATH *=/s!=.*$!=.!
|
|
29 /^CFLAGS *=/s!=.*$!=-O2 -g!
|
|
30 /^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS!
|
|
31 /^LOADLIBES *=/s!=.*$!=!
|
30380
|
32 /^ALLOCA *=/s!@ALLOCA@!!
|
52316
|
33 /^EXEEXT *=/s!@EXEEXT@!!
|
65408
148f72c0ee3b
(GETOPT_H, GETOPTOBJS): Define to use getopt.h, getopt.o and getopt1.o.
Eli Zaretskii <eliz@gnu.org>
diff
changeset
|
34 /^GETOPT_H *=/s!@GETOPT_H@!getopt.h!
|
148f72c0ee3b
(GETOPT_H, GETOPTOBJS): Define to use getopt.h, getopt.o and getopt1.o.
Eli Zaretskii <eliz@gnu.org>
diff
changeset
|
35 /^GETOPTOBJS *=/s!@GETOPTOBJS@!getopt.o getopt1.o!
|
14967
|
36 /^INSTALLABLES/s/emacsclient *//
|
97670
|
37 /^INSTALLABLES/s/ @LIB_SRC_EXTRA_INSTALLABLES@//
|
14967
|
38 s!^ \./! !
|
|
39 /^UTILITIES=/s/ wakeup//
|
|
40 /^UTILITIES=/s/ movemail//
|
|
41 /^UTILITIES=/s/ emacsserver//
|
|
42 /^UTILITIES=/s/ timer//
|
52401
|
43
|
|
44 # arch-tag: 16f3be18-a45b-496c-b19c-e43840359de8
|