mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
* configure.in (OLDXMENU_TARGET): New output variable. * src/Makefile.in (OLDXMENU_TARGET): New, set by configure. (really-lwlib, really-oldXMenu): Always define. ($OLDXMENU): Depend on $OLDXMENU_TARGET. * msdos/sed1v2.inp (OLDXMENU_TARGET): Edit to empty. * msdos/sed1x.inp (OLDXMENU_TARGET): Edit to really-oldxmenu.
17 lines
799 B
Text
17 lines
799 B
Text
# -sed1x.inp------------------------------------------------------------
|
|
# Extra configuration script for src/makefile for DesqView/X
|
|
# ----------------------------------------------------------------------
|
|
s!^ cd \${oldXMenudir}; \${MAKE}.*$! ${MAKE} -C ${oldXMenudir}.!
|
|
s!^ @true *$! @rem!
|
|
s/DOC/DOC-X/g
|
|
/^OLDXMENU *=/s!@OLDXMENU@!${oldXMenudir}libXMenu11.a!
|
|
/^LIBXMENU *=/s!@LIBXMENU@!${OLDXMENU}!
|
|
/^LIBX_OTHER *=/s!@LIBX_OTHER@!${LIBXT} ${LIBX_EXTRA}!
|
|
/^OLDXMENU_TARGET *=/s!= *!= really-oldxmenu!
|
|
/^LIBS_SYSTEM *=/s!= *!= -lxext -lsys!
|
|
/^MSDOS_X_OBJ *=/s!= *!= w16select.o termcap.o!
|
|
/^TOOLTIP_SUPPORT *=/s!= *!= ${lispsource}tooltip.elc!
|
|
/^WINDOW_SUPPORT *=/s!= *!= $(BASE_WINDOW_SUPPORT) $(X_WINDOW_SUPPORT)!
|
|
/^temacs *:/s!OLDXMENU!LIBXMENU!
|
|
|
|
# arch-tag: 3e8a78f2-3dec-44f3-81f6-3785a562da19
|