Mercurial > emacs
changeset 3754:200d504045b9
Bring mumbleclean targets into conformance with GNU coding standards.
* Makefile.in (mostlyclean): New target.
(clean): Just call mostlyclean. Get rid of ../etc/DOC too.
(distclean): Use clean to do most of the work.
Get rid of ../etc/DOC-* too.
(realclean): New target.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 16 Jun 1993 16:32:32 +0000 |
parents | 16948869ab5b |
children | 217addf0f940 |
files | src/=Makefile.in |
diffstat | 1 files changed, 9 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/=Makefile.in Wed Jun 16 16:29:40 1993 +0000 +++ b/src/=Makefile.in Wed Jun 16 16:32:32 1993 +0000 @@ -28,17 +28,19 @@ doall: xmakefile $(MAKE) ${SUBMAKEFLAGS} -f xmakefile ${MFLAGS} all +mostlyclean: + rm -f temacs emacs prefix-args xmakefile* core \#* *.o libXMenu11.a + rm -f ../etc/DOC +clean: mostlyclean + true #This is used in making a distribution. #Do not use it on development directories! -distclean: - -rm -f paths.h config.h emacs-* temacs emacs xmakefile core *.o - -clean: - -rm -f temacs emacs prefix-args xmakefile* core \#* *.o libXMenu11.a - +distclean: clean + rm -f paths.h config.h emacs-* ../etc/DOC-* +realclean: distclean + rm -f TAGS versionclean: -rm -f emacs emacs-* ../etc/DOC* - extraclean: distclean -rm -f *~ \#* m/*~ s/*~