Make.proto
changeset 623 b9fdafecab14
parent 530 fdb077a6d5f1
child 702 a0ca5203e629
--- a/Make.proto	Fri May 10 16:52:13 1996 +0200
+++ b/Make.proto	Sat May 11 14:30:59 1996 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.46 1996-04-10 20:02:41 cg Exp $
+# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.47 1996-05-11 12:30:59 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -160,6 +160,19 @@
 ListView.$(O):
 	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=ListView OPT="$(OPT)"
 
+#
+# on HP, big classes blow the C-preprocessor (stops with 'too much defining' error)
+#
+HP::    HPbigFiles
+
+HPbigFiles:
+	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=ObjView CC=$(CC) OPT="$(OPT)"
+	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=DialogBox CC=$(CC) OPT="$(OPT)"
+	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=TextView CC=$(CC) OPT="$(OPT)"
+	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=SelListV CC=$(CC) OPT="$(OPT)"
+	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=MenuView CC=$(CC) OPT="$(OPT)"
+
+
 
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
 ArrButton.$(O): ArrButton.st $(STCHDR) ../include/Button.H ../include/Label.H ../include/View.H ../include/SimpleView.H ../include/PseudoV.H ../include/DevDraw.H ../include/DMedium.H ../include/GC.H ../include/Object.H