-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: