diff libcruft/Makerules.in @ 5276:233140bc8068

[project @ 2005-04-08 16:58:34 by jwe]
author jwe
date Fri, 08 Apr 2005 16:58:35 +0000
parents ef1ac9acc43e
children ace8d8d26933
line wrap: on
line diff
--- a/libcruft/Makerules.in	Fri Apr 08 16:07:37 2005 +0000
+++ b/libcruft/Makerules.in	Fri Apr 08 16:58:35 2005 +0000
@@ -76,30 +76,17 @@
 TAGS: $(SOURCES)
 	etags $(SOURCES)
 
-clean::
-	rm -f *.d *.a *.o pic/*.o
+clean mostlyclean distclean maintainer-clean::
+	rm -f $(MAKEDEPS) $(CRUFT_OBJ) $(CRUFT_PICOBJ)
 	-rmdir pic
 	rm -f stmp-pic
-.PHONY: clean
+.PHONY: clean mostlyclean
 
-mostlyclean::
-	rm -f *.d *.o pic/*.o
-	-rmdir pic
-	rm -f stmp-pic
-.PHONY: mostlyclean
-
-distclean::
-	rm -f *.d *.a *.o pic/*.o
-	-rmdir pic
-	rm -f stmp-pic
+distclean maintainer-clean::
 	rm -f Makefile
 .PHONY: distclean
 	
 maintainer-clean::
-	rm -f *.d *.a *.o pic/*.o
-	-rmdir pic
-	rm -f stmp-pic
-	rm -f Makefile
 	rm -f tags TAGS
 .PHONY: maintainer-clean