mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
24 lines
794 B
Text
24 lines
794 B
Text
# ----------------------------------------------------------------------
|
|
# Configuration script for lib-src/makefile
|
|
# ----------------------------------------------------------------------
|
|
/^# DIST: /d
|
|
# /^SHELL *=/s/=.*$/= command.com/
|
|
/^CC *=/s/=.*$/=gcc/
|
|
/^version *=/s/=.*$/=19.17/
|
|
/^configname *=/s/=.*$/=msdos/
|
|
/^archlibdir *=/s!=.*$!=c:/emacs/bin!
|
|
/^bindir *=/s!=.*$!=c:/emacs/bin!
|
|
/^libdir *=/s!=.*$!=c:/emacs/bin!
|
|
/^srcdir *=/s!=.*$!=.!
|
|
/^VPATH *=/s!=.*$!=.!
|
|
/^CFLAGS *=/s!=.*$!=-g!
|
|
/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS!
|
|
/^LOADLIBES *=/s!=.*$!=!
|
|
/^ALLOCA *=/s!=.*$!=alloca.o!
|
|
/^INSTALLABLES/s/emacsclient *//
|
|
s!^ \./! go32 ./!
|
|
/^ .*timer$/s/movemail *//
|
|
/^ .*timer$/s/fakemail *//
|
|
/^ .*timer$/s/emacsserver *//
|
|
/^ .*timer$/s/ *timer//
|
|
/^UTILITIES=/s/ wakeup//
|