From 39b649dd44b673aa5aea845ebfd7c453cd9fe508 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 16 Jun 1993 23:49:07 +0000 Subject: [PATCH] Bring mumbleclean targets into conformance with GNU coding standards. * Makefile.in (distclean): Call clean to do most of the work. Delete aixcc.c and TAGS. (realclean): Just call distclean. --- lib-src/Makefile.in | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index c42b6252041..1a8256999ea 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -163,14 +163,20 @@ install: ${archlibdir} mv ${bindir}/$${file}.new ${bindir}/$${file} ; \ done +uninstall: + (cd ${bindir}; \ + rm -f ${INSTALLABLES} ${INSTALLABLE_SCRIPTS}) + (cd ${archlibdir}; \ + rm -f ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}) + clean mostlyclean: -rm -f ${INSTALLABLES} ${UTILITIES} core *.o -distclean: - -rm -f ${INSTALLABLES} ${UTILITIES} ../etc/DOC* core *.o +distclean: clean + -rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS realclean: distclean - -rm TAGS aixcc.c + true extraclean: realclean -rm -f *~ \#*