big cleanup
authorclaus
Wed, 24 Aug 1994 01:49:53 +0200
changeset 42 0af362f7b879
parent 41 91017644c8f2
child 43 80751eadbd80
big cleanup
Make.proto
--- a/Make.proto	Wed Aug 24 01:49:31 1994 +0200
+++ b/Make.proto	Wed Aug 24 01:49:53 1994 +0200
@@ -9,7 +9,7 @@
 
 STCOPT=$(LIBTOOL_STCOPT)
 
-all::       genAbbrev $(OBJTARGET)
+all::       abbrev.stc objs classList.stc $(OBJTARGET)
 
 objs::	\
 	    SBrowser.$(O)			\
@@ -24,21 +24,23 @@
             FBrowser.$(O) 			\
 	    DirBrwsr.$(O)
 
+classList.stc:	Make.proto
+		$(MAKE) genClassList
+
 cleanjunk::
-	    -rm -f *.c *.H bitmaps/*~ bitmaps/*.old resources/*.old
+	    -rm -f *.c *.H
 
 clean::
-	    -rm -f *.c *.H bitmaps/*~ bitmaps/*.old resources/*.old
+	    -rm -f *.c *.H classList.stc abbrev.stc
 
 clobber::
-	    -rm -f *.c *.H bitmaps/*~ bitmaps/*.old resources/*.old
+	    -rm -f *.c *.H classList.stc abbrev.stc
 
 tar:
 	rm -f $(TOP)/DISTRIB/libtool.tar*
 	(cd $(TOP); tar cvf DISTRIB/libtool.tar \
 				libtool/Make.proto \
 				libtool/*.st \
-				libtool/*.stc \
 				libtool/resources \
 			        libtool/bitmaps)
 	compress $(TOP)/DISTRIB/libtool.tar