1994-10-17 08:04:13 +00:00
|
|
|
# -sed1x.inp------------------------------------------------------------
|
|
|
|
# Extra configuration script for src/makefile for DesqView/X
|
|
|
|
# ----------------------------------------------------------------------
|
2010-05-18 07:57:27 +00:00
|
|
|
#
|
2024-01-02 01:47:10 +00:00
|
|
|
# Copyright (C) 1994-1997, 1999-2024 Free Software Foundation, Inc.
|
2010-05-18 07:57:27 +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.
|
|
|
|
#
|
|
|
|
# ----------------------------------------------------------------------
|
1994-10-17 08:04:13 +00:00
|
|
|
s!^ cd \${oldXMenudir}; \${MAKE}.*$! ${MAKE} -C ${oldXMenudir}.!
|
|
|
|
s!^ @true *$! @rem!
|
2013-05-15 20:12:53 +00:00
|
|
|
#s/DOC/DOC-X/g
|
2010-05-21 00:40:12 +00:00
|
|
|
/^OLDXMENU *=/s!=.*!= ${oldXMenudir}libXMenu11.a!
|
2010-05-15 22:33:24 +00:00
|
|
|
/^LIBXMENU *=/s!= *!= ${OLDXMENU}!
|
2010-05-15 21:47:58 +00:00
|
|
|
/^LIBX_OTHER *=/s!= *!= ${LIBXT} ${LIBX_EXTRA}!
|
2010-05-15 01:55:24 +00:00
|
|
|
/^OLDXMENU_TARGET *=/s!= *!= really-oldxmenu!
|
2010-05-17 05:15:03 +00:00
|
|
|
/^OLDXMENU_DEPS *=/s!= *!= ${OLDXMENU} ../src/${OLDXMENU}!
|
2010-05-11 02:51:08 +00:00
|
|
|
/^LIBS_SYSTEM *=/s!= *!= -lxext -lsys!
|
2010-05-14 03:13:39 +00:00
|
|
|
/^MSDOS_X_OBJ *=/s!= *!= w16select.o termcap.o!
|
2010-05-15 21:31:19 +00:00
|
|
|
/^FONT_OBJ *=/s!= *!= xfont.o!
|
1994-10-17 08:04:13 +00:00
|
|
|
/^temacs *:/s!OLDXMENU!LIBXMENU!
|
2003-09-01 15:45:59 +00:00
|
|
|
|