comparison src/=Makefile.in @ 1706:36903f26b5cc

* ymakefile (all, xemacs): We build an executable called `emacs' now, not `xemacs'. * Makefile.in (distclean, xemacs, doxemacs): Same.
author Jim Blandy <jimb@redhat.com>
date Thu, 24 Dec 1992 06:03:04 +0000
parents ca439341a0e5
children 04fb1d3d6992
comparison
equal deleted inserted replaced
1705:d4ea5385915f 1706:36903f26b5cc
27 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} all 27 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} all
28 28
29 #This is used in making a distribution. 29 #This is used in making a distribution.
30 #Do not use it on development directories! 30 #Do not use it on development directories!
31 distclean: 31 distclean:
32 -rm -f paths.h config.h emacs-* temacs xemacs xmakefile core *.o 32 -rm -f paths.h config.h emacs-* temacs emacs xmakefile core *.o
33 33
34 clean: 34 clean:
35 -rm -f temacs xemacs prefix-args xmakefile* core \#* *.o 35 -rm -f temacs emacs prefix-args xmakefile* core \#* *.o
36 36
37 extraclean: distclean 37 extraclean: distclean
38 -rm -f *~ \#* m/*~ s/*~ 38 -rm -f *~ \#* m/*~ s/*~
39 39
40 xemacs: doxemacs 40 emacs: doemacs
41 41
42 doxemacs: xmakefile 42 doemacs: xmakefile
43 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} xemacs 43 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} emacs
44 44
45 temacs: dotemacs 45 temacs: dotemacs
46 46
47 dotemacs: xmakefile 47 dotemacs: xmakefile
48 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs 48 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs