From 8e92c4c734b01b38cc118d45c09d56e49addd7c3 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 27 Nov 1995 23:08:20 +0000 Subject: [PATCH] Rewrote for new clean scheme. --- clean-kr.am | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/clean-kr.am b/clean-kr.am index 69e74436..5938cb5e 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: -- 2.43.5