Make.proto
changeset 58 2bdd35f8aef0
parent 57 126745871373
child 62 378b60ba1200
--- a/Make.proto	Fri May 12 20:40:42 1995 +0200
+++ b/Make.proto	Wed May 17 14:49:25 1995 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.19 1995-05-12 18:40:42 claus Exp $
+# $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.20 1995-05-17 12:49:25 claus Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -12,7 +12,7 @@
 all::       abbrev.stc objs classList.stc $(OBJTARGET)
 #all::       abbrev.stc objs moreObjs classList.stc $(OBJTARGET)
 
-objs::                                  \
+OBJS= \
 		Ruler.$(O)              \
 		Slider.$(O)             \
 		HSlider.$(O)            \
@@ -20,17 +20,19 @@
 		FNmEntrBox.$(O)         \
 		FNmEdtFld.$(O)          \
 		CheckBox.$(O)           \
+		Separator.$(O)          \
 		TabSpec.$(O)            \
-		MCLEntry.$(O)           
+		ListEntry.$(O)          \
+		  MCLEntry.$(O)           
 
 moreObjs:
-		Separator.$(O)          \
 		ImageView.$(O)          \
 		ImgEditV.$(O)           \
 		TextBox.$(O)            \
 		StepSlider.$(O)         \
 		HStepSLider.$(O)        \
 		TextRuler.$(O)          \
+		ClrListEntry.$(O)       \
 		ParSpec.$(O)
 
 # obsolete:                               \
@@ -110,8 +112,9 @@
 ImageView.$(O):         ImageView.st $(VIEW)
 ImgEditV.$(O):          ImgEditV.st $(I)/ImageView.H $(VIEW)
 
-MCLEntry.$(O):          $(OBJECT)
-TabSpec.$(O):           $(OBJECT)
+ListEntry.$(O):         ListEntry.st $(OBJECT)
+MCLEntry.$(O):          MCLEntry.st $(I)/ListEntry.H $(OBJECT)
+ClrListEntry.$(O):      ClrListEntry.st $(I)/ListEntry.H $(OBJECT)
 
 TextBox.$(O):           TextBox.st $(ENTERBOX)
 CheckBox.$(O):          CheckBox.st $(HPANELVIEW)