changeset 2053:6acfd17972b4

[project @ 1996-04-07 03:26:10 by jwe]
author jwe
date Sun, 07 Apr 1996 03:32:01 +0000
parents 282dfd8fb0d2
children ec7dd9f85f42
files libcruft/Makerules.in liboctave/Makefile.in src/Makefile.in
diffstat 3 files changed, 17 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/Makerules.in	Wed Apr 03 17:19:29 1996 +0000
+++ b/libcruft/Makerules.in	Sun Apr 07 03:32:01 1996 +0000
@@ -48,19 +48,21 @@
 	etags $(SOURCES)
 
 clean::
-	rm -f *.a *.o
+	rm -f *.a *.o pic/*.o
 .PHONY: clean
 
 mostlyclean::
-	rm -f *.o
+	rm -f *.o pic/*.o
 .PHONY: mostlyclean
 
 distclean:: clean
-	rm -f Makefile
+	rm -f Makefile stamp-picdir
+	-rmdir pic
 .PHONY: distclean
 	
 maintainer-clean:: distclean
-	rm -f tags TAGS
+	rm -f tags TAGS stamp-picdir
+	-rmdir pic
 .PHONY: maintainer-clean
 
 local-dist:
--- a/liboctave/Makefile.in	Wed Apr 03 17:19:29 1996 +0000
+++ b/liboctave/Makefile.in	Sun Apr 07 03:32:01 1996 +0000
@@ -187,11 +187,13 @@
 .PHONY: mostlyclean
 
 distclean: clean
-	rm -f Makefile so_locations
+	rm -f Makefile so_locations stamp-picdir stamp-shared
+	-rmdir pic
 .PHONY: distclean
 
 maintainer-clean: distclean
-	rm -f tags TAGS
+	rm -f tags TAGS stamp-picdir stamp-shared
+	-rmdir pic
 .PHONY: maintainer-clean
 
 local-dist:
--- a/src/Makefile.in	Wed Apr 03 17:19:29 1996 +0000
+++ b/src/Makefile.in	Sun Apr 07 03:32:01 1996 +0000
@@ -258,22 +258,24 @@
 	etags $(SOURCES) $(DLD_SRC) $(TI_SRC)
 
 clean:
-	rm -f *.a *.o builtins.cc \
-	defaults.h *.d *.def
+	rm -f *.a *.o *.d *.def pic/*.o builtins.cc defaults.h
 	if $(SHARED_LIBS); then rm -f *.$(SHLEXT); fi
 .PHONY: clean
 
 mostlyclean:
-	rm -f *.o
+	rm -f *.o pic/*.o
 .PHONY: mostlyclean
 
 distclean: clean
 	rm -f Makefile octave .fname so_locations
+	rm -f stamp-picdir stamp-tinst stamp-interp
+	-rmdir pic
 .PHONY: distclean
 
 maintainer-clean: distclean
-	rm -f tags TAGS y.tab.c y.tab.h y.output yy.lex.c \
-	lex.cc parse.cc oct-gperf.h
+	rm -f tags TAGS y.tab.c y.tab.h y.output yy.lex.c lex.cc \
+	rm -f parse.cc oct-gperf.h stamp-picdir stamp-tinst stamp-interp
+	-rmdir pic
 .PHONY: maintainer-clean
 
 local-dist: parse.cc lex.cc oct-gperf.h