Make.proto
changeset 530 fdb077a6d5f1
parent 527 fbe2fd7e796b
child 623 b9fdafecab14
--- a/Make.proto	Wed Apr 10 16:12:09 1996 +0200
+++ b/Make.proto	Wed Apr 10 22:02:41 1996 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.45 1996-04-07 00:41:13 cg Exp $
+# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.46 1996-04-10 20:02:41 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -12,13 +12,7 @@
 
 RCSSOURCES=*.st Make.proto resources/*.rs bitmaps/*.xbm
 
-all::       abbrev.stc objs classList.stc $(OBJTARGET) GENLIBLIST
-
-#
-# some of them (FramedBox and below) should go to libwidg2,
-# since they are not needed in a basic system
-# 
-OBJFILES=$(OBJS)
+all::       classLibRule
 
 #
 # pure interactors are definitely uncritical
@@ -46,6 +40,7 @@
 	    WarnBox.$(O)		   \
 	    YesNoBox.$(O)		   \
 	    MSelList.$(O)		   \
+	    FramedBox.$(O)                 \
 	    FontPanel.$(O)
 
 OBJS=                                      \