aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-09-21 03:41:38 +0000
committerGlenn Morris <[email protected]>2007-09-21 03:41:38 +0000
commit3bfe5b54f979d40cdbfc33becbdcbf964ef1e2c0 (patch)
tree1eb269f24628c73a35cda56dbfcd2e05bf4c5311 /lib-src
parent165e85b2b386a6ba906f267081576e0cd684ea2e (diff)
(emacstool, nemacstool, xvetool, xveterm): Delete targets built from
emacstool.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in22
1 files changed, 2 insertions, 20 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 2ce9cac1be..53577f41cf 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -463,23 +463,5 @@ update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H)
$(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \
-DHAVE_SHARED_GAME_DIR="\"$(gamedir)\""
-/* These are NOT included in INSTALLABLES or UTILITIES.
- See ../src/Makefile.in. */
-emacstool${EXEEXT}: ${srcdir}/emacstool.c
- $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \
- -lsuntool -lsunwindow -lpixrect $(LOADLIBES)
-
-/* For SUN Japanese Language Environment. */
-nemacstool${EXEEXT}: ${srcdir}/emacstool.c
- $(CC) -o nemacstool -DJLE ${ALL_CFLAGS} ${srcdir}/emacstool.c \
- -lsuntool -lmle -lsunwindow -lpixrect $(LOADLIBES)
-
-xvetool${EXEEXT}: ${srcdir}/emacstool.c
- $(CC) -o xvetool -DXVIEW ${ALL_CFLAGS} ${srcdir}/emacstool.c \
- -lxview -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \
- $(LOADLIBES)
-
-xveterm${EXEEXT}: ${srcdir}/emacstool.c
- $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \
- -lxview -lolgx -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \
- $(LOADLIBES)
+
+### Makefile ends here