From: Gerd Moellmann Date: Sun, 9 Apr 2000 10:53:05 +0000 (+0000) Subject: (INSTALLABLES): Add ebrowse. X-Git-Tag: emacs-pretest-21.0.90~4312 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adb0a8d33379287659d521d77390c18ebaa76889;p=emacs.git (INSTALLABLES): Add ebrowse. (ebrowse): New target. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 99db78a4d5c..ccb7cb928e7 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -92,7 +92,7 @@ INSTALL_STRIP = # Things that a user might actually run, # which should be installed in bindir. -INSTALLABLES = etags ctags emacsclient b2m +INSTALLABLES = etags ctags emacsclient b2m ebrowse INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog # Things that Emacs runs internally, or during the build process, @@ -362,6 +362,9 @@ regex.o: $(srcdir)/../src/regex.c $(srcdir)/../src/regex.h ../src/config.h etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o etags +ebrowse: ${srcdir}/ebrowse.c $(GETOPTDEPS) ../src/config.h + $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/ebrowse.c $(GETOPTOBJS) $(LOADLIBES) -o ebrowse + /* We depend on etags to assure that parallel makes don't write two etags.o files on top of each other. */ ctags: etags