]> sourceware.org Git - automake.git/commitdiff
Rewrote for new clean scheme.
authorTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 23:08:20 +0000 (23:08 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 23:08:20 +0000 (23:08 +0000)
clean-kr.am

index 69e74436e3b5e1dd1ed1839592a56eddc554ddd5..5938cb5e374605b792d519616620edfb00d59b56 100644 (file)
@@ -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:
 
This page took 0.026701 seconds and 5 git commands to generate.