Mercurial > emacs
comparison lib-src/Makefile.in @ 71294:bccec3b68d81
(UTILITIES): Remove yow${EXEEXT}.
yow${EXEEXT}: Remove target.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 09 Jun 2006 17:53:58 +0000 |
parents | e0dc4799fa94 |
children | 698475dc80f9 138027c8c982 |
comparison
equal
deleted
inserted
replaced
71293:e09c0037f795 | 71294:bccec3b68d81 |
---|---|
105 INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog | 105 INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog |
106 | 106 |
107 # Things that Emacs runs internally, or during the build process, | 107 # Things that Emacs runs internally, or during the build process, |
108 # which should not be installed in bindir. | 108 # which should not be installed in bindir. |
109 UTILITIES= profile${EXEEXT} digest-doc${EXEEXT} sorted-doc${EXEEXT} movemail${EXEEXT} cvtmail${EXEEXT} fakemail${EXEEXT} \ | 109 UTILITIES= profile${EXEEXT} digest-doc${EXEEXT} sorted-doc${EXEEXT} movemail${EXEEXT} cvtmail${EXEEXT} fakemail${EXEEXT} \ |
110 yow${EXEEXT} hexl${EXEEXT} update-game-score${EXEEXT} | 110 hexl${EXEEXT} update-game-score${EXEEXT} |
111 | 111 |
112 DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT} | 112 DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT} |
113 | 113 |
114 # Like UTILITIES, but they're not system-dependent, and should not be | 114 # Like UTILITIES, but they're not system-dependent, and should not be |
115 # deleted by the distclean target. | 115 # deleted by the distclean target. |
447 $(CC) ${ALL_CFLAGS} ${srcdir}/cvtmail.c $(LOADLIBES) -o cvtmail | 447 $(CC) ${ALL_CFLAGS} ${srcdir}/cvtmail.c $(LOADLIBES) -o cvtmail |
448 | 448 |
449 fakemail${EXEEXT}: ${srcdir}/fakemail.c ../src/config.h | 449 fakemail${EXEEXT}: ${srcdir}/fakemail.c ../src/config.h |
450 $(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -o fakemail | 450 $(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -o fakemail |
451 | 451 |
452 yow${EXEEXT}: ${srcdir}/yow.c ../src/epaths.h | |
453 $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow | |
454 | |
455 emacsclient${EXEEXT}: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS) | 452 emacsclient${EXEEXT}: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS) |
456 $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \ | 453 $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \ |
457 -DVERSION="\"${version}\"" \ | 454 -DVERSION="\"${version}\"" \ |
458 $(LOADLIBES) -o emacsclient | 455 $(LOADLIBES) -o emacsclient |
459 | 456 |