From: Tom Tromey Date: Mon, 27 Nov 1995 23:08:20 +0000 (+0000) Subject: Rewrote for new clean scheme. X-Git-Tag: Release-0-25~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d86371cf0580865f6608f2d1f360140c2904cf5;p=thirdparty%2Fautomake.git Rewrote for new clean scheme. --- diff --git a/clean-kr.am b/clean-kr.am index 69e74436e..5938cb5e3 100644 --- a/clean-kr.am +++ b/clean-kr.am @@ -1,15 +1,10 @@ -mostlyclean: - rm -f *.o *.krc *.krh krtmp*.c core +mostlyclean-kr: + rm -f *._o *._c _*.c _*.o -clean: mostlyclean - rm -f $(PROGRAMS) $(LIBPROGRAMS) $(LIBFILES) $(TEXFILES) $(CLEANFILES) +clean-kr: -distclean: clean - rm -f Makefile *.tab.c $(DISTCLEANFILES) - rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h +distclean-kr: + rm -f ansi2knr -maintainer-clean: distclean - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - rm -f TAGS $(INFOS) +maintainer-clean-kr: