Mercurial > emacs
changeset 15470:7cdabdc3ce59
(timer, timer.o, getdate.o, $(srcdir)/getdate.c)
(wakeup): Targets deleted.
(UTILITIES): Delete wakeup and timer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Jun 1996 05:47:24 +0000 |
parents | c34d5f499094 |
children | f0b473ee47a5 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Fri Jun 21 05:18:44 1996 +0000 +++ b/lib-src/Makefile.in Fri Jun 21 05:47:24 1996 +0000 @@ -93,8 +93,8 @@ # Things that Emacs runs internally, or during the build process, # which should not be installed in bindir. -UTILITIES= wakeup profile digest-doc \ - sorted-doc movemail cvtmail fakemail yow emacsserver hexl timer +UTILITIES= profile digest-doc \ + sorted-doc movemail cvtmail fakemail yow emacsserver hexl DONT_INSTALL= test-distrib make-docfile @@ -251,8 +251,6 @@ done ; \ fi -/* We don't need to install `wakeup' explicitly, because it will be - copied when this whole directory is copied. */ install: ${archlibdir} @echo @echo "Installing utilities for users to run." @@ -338,9 +336,6 @@ ctags: etags $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags -wakeup: ${srcdir}/wakeup.c - $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup - profile: ${srcdir}/profile.c $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile @@ -383,18 +378,6 @@ hexl: ${srcdir}/hexl.c $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl -TIMEROBJS=getdate.o timer.o $(ALLOCA) -$(srcdir)/getdate.c: ${srcdir}/getdate.y - cd $(srcdir); ${YACC} ${YFLAGS} getdate.y - cd $(srcdir); mv y.tab.c getdate.c -getdate.o: ${srcdir}/getdate.c ../src/config.h - $(CC) $(CPP_CFLAGS) -Demacs -c ${srcdir}/getdate.c - -timer.o: ${srcdir}/timer.c ../src/config.h - $(CC) -c $(CPP_CFLAGS) ${srcdir}/timer.c -timer: ${TIMEROBJS} - $(CC) $(LINK_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer - /* These are NOT included in INSTALLABLES or UTILITIES. See ../src/Makefile.in. */ emacstool: ${srcdir}/emacstool.c