Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ebf9219e
Commit
ebf9219e
authored
Jun 21, 1996
by
Richard M. Stallman
Browse files
(timer, timer.o, getdate.o, $(srcdir)/getdate.c)
(wakeup): Targets deleted. (UTILITIES): Delete wakeup and timer.
parent
96013d6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
19 deletions
+2
-19
lib-src/Makefile.in
lib-src/Makefile.in
+2
-19
No files found.
lib-src/Makefile.in
View file @
ebf9219e
...
...
@@ -93,8 +93,8 @@ INSTALLABLE_SCRIPTS = rcs-checkin
# 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 @@ ${archlibdir}: all
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 @@ etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h
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 @@ emacsclient: ${srcdir}/emacsclient.c ../src/config.h
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment