diff options
| author | Richard M. Stallman | 1996-06-21 05:47:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-21 05:47:24 +0000 |
| commit | ebf9219e1c6717750943cfd9356d70f5b1bb612f (patch) | |
| tree | 263eb2165af42a1d3e35a62187b299cca3eb139f /lib-src | |
| parent | 96013d6f5e7f4104c81e1585fa68b67ef9200337 (diff) | |
| download | emacs-ebf9219e1c6717750943cfd9356d70f5b1bb612f.tar.gz emacs-ebf9219e1c6717750943cfd9356d70f5b1bb612f.zip | |
(timer, timer.o, getdate.o, $(srcdir)/getdate.c)
(wakeup): Targets deleted.
(UTILITIES): Delete wakeup and timer.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index f380e3a91bb..f05f92c0441 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -93,8 +93,8 @@ INSTALLABLE_SCRIPTS = rcs-checkin | |||
| 93 | 93 | ||
| 94 | # Things that Emacs runs internally, or during the build process, | 94 | # Things that Emacs runs internally, or during the build process, |
| 95 | # which should not be installed in bindir. | 95 | # which should not be installed in bindir. |
| 96 | UTILITIES= wakeup profile digest-doc \ | 96 | UTILITIES= profile digest-doc \ |
| 97 | sorted-doc movemail cvtmail fakemail yow emacsserver hexl timer | 97 | sorted-doc movemail cvtmail fakemail yow emacsserver hexl |
| 98 | 98 | ||
| 99 | DONT_INSTALL= test-distrib make-docfile | 99 | DONT_INSTALL= test-distrib make-docfile |
| 100 | 100 | ||
| @@ -251,8 +251,6 @@ ${archlibdir}: all | |||
| 251 | done ; \ | 251 | done ; \ |
| 252 | fi | 252 | fi |
| 253 | 253 | ||
| 254 | /* We don't need to install `wakeup' explicitly, because it will be | ||
| 255 | copied when this whole directory is copied. */ | ||
| 256 | install: ${archlibdir} | 254 | install: ${archlibdir} |
| 257 | @echo | 255 | @echo |
| 258 | @echo "Installing utilities for users to run." | 256 | @echo "Installing utilities for users to run." |
| @@ -338,9 +336,6 @@ etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h | |||
| 338 | ctags: etags | 336 | ctags: etags |
| 339 | $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags | 337 | $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags |
| 340 | 338 | ||
| 341 | wakeup: ${srcdir}/wakeup.c | ||
| 342 | $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup | ||
| 343 | |||
| 344 | profile: ${srcdir}/profile.c | 339 | profile: ${srcdir}/profile.c |
| 345 | $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile | 340 | $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile |
| 346 | 341 | ||
| @@ -383,18 +378,6 @@ emacsclient: ${srcdir}/emacsclient.c ../src/config.h | |||
| 383 | hexl: ${srcdir}/hexl.c | 378 | hexl: ${srcdir}/hexl.c |
| 384 | $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl | 379 | $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl |
| 385 | 380 | ||
| 386 | TIMEROBJS=getdate.o timer.o $(ALLOCA) | ||
| 387 | $(srcdir)/getdate.c: ${srcdir}/getdate.y | ||
| 388 | cd $(srcdir); ${YACC} ${YFLAGS} getdate.y | ||
| 389 | cd $(srcdir); mv y.tab.c getdate.c | ||
| 390 | getdate.o: ${srcdir}/getdate.c ../src/config.h | ||
| 391 | $(CC) $(CPP_CFLAGS) -Demacs -c ${srcdir}/getdate.c | ||
| 392 | |||
| 393 | timer.o: ${srcdir}/timer.c ../src/config.h | ||
| 394 | $(CC) -c $(CPP_CFLAGS) ${srcdir}/timer.c | ||
| 395 | timer: ${TIMEROBJS} | ||
| 396 | $(CC) $(LINK_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer | ||
| 397 | |||
| 398 | /* These are NOT included in INSTALLABLES or UTILITIES. | 381 | /* These are NOT included in INSTALLABLES or UTILITIES. |
| 399 | See ../src/Makefile.in. */ | 382 | See ../src/Makefile.in. */ |
| 400 | emacstool: ${srcdir}/emacstool.c | 383 | emacstool: ${srcdir}/emacstool.c |