aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorStefan Monnier2019-04-26 08:54:02 -0400
committerStefan Monnier2019-04-26 08:54:02 -0400
commit82fc8ca6ba179596928db614ab903e44968ef44e (patch)
treebbd6fc1f9726e85e385fc43bca84a23e6d63e229 /lib-src/Makefile.in
parentcc70501a3a77e2cb8649eee0f0c03689e8232a68 (diff)
downloademacs-82fc8ca6ba179596928db614ab903e44968ef44e.tar.gz
emacs-82fc8ca6ba179596928db614ab903e44968ef44e.zip
* lib-src/profile.c: Delete long-obsolete file
This auxiliary executable was used by the old `profile.el` which later inspired `elp.el`. It was made obsolete when Emacs acquired native timers. * lib-src/Makefile.in (UTILITIES): Remove profile. (profile${EXEEXT}): Delete rule.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index b5b55b848eb..40222174bde 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -163,7 +163,7 @@ INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} $(CLIENTW) \
163 163
164# Things that Emacs runs internally, or during the build process, 164# Things that Emacs runs internally, or during the build process,
165# which should not be installed in bindir. 165# which should not be installed in bindir.
166UTILITIES = profile${EXEEXT} hexl${EXEEXT} \ 166UTILITIES = hexl${EXEEXT} \
167 $(if $(with_mailutils), , movemail${EXEEXT}) \ 167 $(if $(with_mailutils), , movemail${EXEEXT}) \
168 $(and $(use_gamedir), update-game-score${EXEEXT}) 168 $(and $(use_gamedir), update-game-score${EXEEXT})
169 169
@@ -380,10 +380,6 @@ ebrowse${EXEEXT}: ${srcdir}/ebrowse.c ${srcdir}/../lib/min-max.h $(NTLIB) \
380 $(AM_V_CCLD)$(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" \ 380 $(AM_V_CCLD)$(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" \
381 $< $(NTLIB) $(LOADLIBES) -o $@ 381 $< $(NTLIB) $(LOADLIBES) -o $@
382 382
383profile${EXEEXT}: ${srcdir}/profile.c $(NTLIB) $(config_h)
384 $(AM_V_CCLD)$(CC) ${ALL_CFLAGS} $< \
385 $(NTLIB) $(LOADLIBES) $(LIB_CLOCK_GETTIME) -o $@
386
387make-docfile${EXEEXT}: ${srcdir}/make-docfile.c $(NTLIB) $(config_h) 383make-docfile${EXEEXT}: ${srcdir}/make-docfile.c $(NTLIB) $(config_h)
388 $(AM_V_CCLD)$(CC) ${ALL_CFLAGS} $< $(NTLIB) $(LOADLIBES) -o $@ 384 $(AM_V_CCLD)$(CC) ${ALL_CFLAGS} $< $(NTLIB) $(LOADLIBES) -o $@
389 385