Make.proto
changeset 203 7a219b861c67
parent 36 bc04c0ad66d0
child 234 9be9697b0278
--- a/Make.proto	Thu Jul 03 10:37:33 1997 +0200
+++ b/Make.proto	Thu Jul 03 10:52:54 1997 +0200
@@ -30,7 +30,19 @@
 	InspectorList.$(O)	\
 	InspectorListView.$(O)	\
 	InspectorView.$(O)	\
-	InspectorPanelView.$(O)
+	InspectorPanelView.$(O) \
+	ColorMenu.$(O) \
+	FontMenu.$(O) \
+	MenuEditor.$(O) \
+	ResourceRetriever.$(O) \
+	UIGalleryView.$(O) \
+	UIHelpTool.$(O) \
+	UILayoutTool.$(O) \
+	UIObjectView.$(O) \
+	UIPainter.$(O) \
+	UIPainterView.$(O) \
+	UISelectionPanel.$(O) \
+	UISpecificationTool.$(O)
 
 cleanjunk::
 	    -rm -f *.c *.H
@@ -56,4 +68,16 @@
 InspectorListView.$(O): InspectorListView.st $(STCHDR)
 InspectorView.$(O): InspectorView.st $(STCHDR)
 InspectorPanelView.$(O): InspectorPanelView.st $(STCHDR)
+ColorMenu.$(O): ColorMenu.st $(STCHDR)
+FontMenu.$(O): FontMenu.st $(STCHDR)
+MenuEditor.$(O): MenuEditor.st $(STCHDR)
+ResourceRetriever.$(O): ResourceRetriever.st $(STCHDR)
+UIGalleryView.$(O): UIGalleryView.st $(STCHDR)
+UIHelpTool.$(O): UIHelpTool.st $(STCHDR)
+UILayoutTool.$(O): UILayoutTool.st $(STCHDR)
+UIObjectView.$(O): UIObjectView.st $(STCHDR)
+UIPainter.$(O): UIPainter.st $(STCHDR)
+UIPainterView.$(O): UIPainterView.st $(STCHDR)
+UISelectionPanel.$(O): UISelectionPanel.st $(STCHDR)
+UISpecificationTool.$(O): UISpecificationTool.st $(STCHDR)
 # ENDMAKEDEPEND --- do not remove this line; make depend needs it