Make.proto
changeset 61 c9031a0e9412
parent 59 450ce95a72a4
child 70 14443a9ea4ec
--- a/Make.proto	Fri Oct 28 04:25:37 1994 +0100
+++ b/Make.proto	Fri Oct 28 04:26:22 1994 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.8 1994-10-10 03:03:47 claus Exp $
+# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.9 1994-10-28 03:26:22 claus Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -91,9 +91,13 @@
 	(cd $(TOP); tar cvf DISTRIB/libwidg.tar \
 				libwidg/*.st \
 				libwidg/Make.proto \
-				libwidg/*.stc \
+				libwidg/resources \
 				libwidg/bitmaps)
-	compress $(TOP)/DISTRIB/libwidg.tar
+	gzip $(TOP)/DISTRIB/libwidg.tar
+
+uutar:
+	$(MAKE) tar
+	(cd $(TOP)/DISTRIB; uuencode libwidg.tar.gz libwidg.tar.gz > libwidg.tar.gz.uue)
 
 #
 # these nest too deep on some systems (see discussion about LIMITSUPERINCLUDE
@@ -109,6 +113,12 @@
 	    $(MAKE) RButton.o STCFLAGS="$(STCFLAGS) $(LIMITSUPERINCLUDE)"
 
 #
+# special BIG-rule (kludge for NeXT)
+#
+#ListView.$(O):
+#	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=ListView
+
+#
 # next thing I'll build into stc is a makedepend feature for this ...
 #
 I= $(INCLUDE)