changeset 5789:9ea3cf9013cc

(profile): New target. (UTILITIES): Mention profile.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 Feb 1994 04:58:38 +0000
parents 913f27480fad
children a539cda9df58
files lib-src/Makefile.in
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/Makefile.in	Sat Feb 05 02:23:44 1994 +0000
+++ b/lib-src/Makefile.in	Sat Feb 05 04:58:38 1994 +0000
@@ -81,8 +81,8 @@
 
 # Things that Emacs runs internally, or during the build process,
 # which should not be installed in bindir.
-UTILITIES= test-distrib make-path wakeup make-docfile digest-doc sorted-doc \
-	movemail cvtmail fakemail yow env emacsserver hexl timer
+UTILITIES= test-distrib make-path wakeup profile make-docfile digest-doc \
+	sorted-doc movemail cvtmail fakemail yow env emacsserver hexl timer
 
 # Like UTILITIES, but they're not system-dependent, and should not be
 # deleted by the distclean target.
@@ -198,6 +198,9 @@
 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
+
 make-docfile: ${srcdir}/make-docfile.c
 	$(CC) ${ALL_CFLAGS} ${srcdir}/make-docfile.c $(LOADLIBES) -o make-docfile