diff options
| author | Glenn Morris | 2007-09-21 03:41:38 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-21 03:41:38 +0000 |
| commit | 3bfe5b54f979d40cdbfc33becbdcbf964ef1e2c0 (patch) | |
| tree | 1eb269f24628c73a35cda56dbfcd2e05bf4c5311 /lib-src/Makefile.in | |
| parent | 165e85b2b386a6ba906f267081576e0cd684ea2e (diff) | |
| download | emacs-3bfe5b54f979d40cdbfc33becbdcbf964ef1e2c0.tar.gz emacs-3bfe5b54f979d40cdbfc33becbdcbf964ef1e2c0.zip | |
(emacstool, nemacstool, xvetool, xveterm): Delete targets built from
emacstool.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 2ce9cac1be4..53577f41cf9 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) | |||
| 463 | $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ | 463 | $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ |
| 464 | -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" | 464 | -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" |
| 465 | 465 | ||
| 466 | /* These are NOT included in INSTALLABLES or UTILITIES. | 466 | |
| 467 | See ../src/Makefile.in. */ | 467 | ### Makefile ends here |
| 468 | emacstool${EXEEXT}: ${srcdir}/emacstool.c | ||
| 469 | $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \ | ||
| 470 | -lsuntool -lsunwindow -lpixrect $(LOADLIBES) | ||
| 471 | |||
| 472 | /* For SUN Japanese Language Environment. */ | ||
| 473 | nemacstool${EXEEXT}: ${srcdir}/emacstool.c | ||
| 474 | $(CC) -o nemacstool -DJLE ${ALL_CFLAGS} ${srcdir}/emacstool.c \ | ||
| 475 | -lsuntool -lmle -lsunwindow -lpixrect $(LOADLIBES) | ||
| 476 | |||
| 477 | xvetool${EXEEXT}: ${srcdir}/emacstool.c | ||
| 478 | $(CC) -o xvetool -DXVIEW ${ALL_CFLAGS} ${srcdir}/emacstool.c \ | ||
| 479 | -lxview -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \ | ||
| 480 | $(LOADLIBES) | ||
| 481 | |||
| 482 | xveterm${EXEEXT}: ${srcdir}/emacstool.c | ||
| 483 | $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \ | ||
| 484 | -lxview -lolgx -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \ | ||
| 485 | $(LOADLIBES) | ||