Make.proto
changeset 203 7a219b861c67
parent 36 bc04c0ad66d0
child 234 9be9697b0278
equal deleted inserted replaced
202:0552c63ee68b 203:7a219b861c67
    28 
    28 
    29 OBJS=  \
    29 OBJS=  \
    30 	InspectorList.$(O)	\
    30 	InspectorList.$(O)	\
    31 	InspectorListView.$(O)	\
    31 	InspectorListView.$(O)	\
    32 	InspectorView.$(O)	\
    32 	InspectorView.$(O)	\
    33 	InspectorPanelView.$(O)
    33 	InspectorPanelView.$(O) \
       
    34 	ColorMenu.$(O) \
       
    35 	FontMenu.$(O) \
       
    36 	MenuEditor.$(O) \
       
    37 	ResourceRetriever.$(O) \
       
    38 	UIGalleryView.$(O) \
       
    39 	UIHelpTool.$(O) \
       
    40 	UILayoutTool.$(O) \
       
    41 	UIObjectView.$(O) \
       
    42 	UIPainter.$(O) \
       
    43 	UIPainterView.$(O) \
       
    44 	UISelectionPanel.$(O) \
       
    45 	UISpecificationTool.$(O)
    34 
    46 
    35 cleanjunk::
    47 cleanjunk::
    36 	    -rm -f *.c *.H
    48 	    -rm -f *.c *.H
    37 
    49 
    38 clean::
    50 clean::
    54 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
    66 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
    55 InspectorList.$(O): InspectorList.st $(STCHDR)
    67 InspectorList.$(O): InspectorList.st $(STCHDR)
    56 InspectorListView.$(O): InspectorListView.st $(STCHDR)
    68 InspectorListView.$(O): InspectorListView.st $(STCHDR)
    57 InspectorView.$(O): InspectorView.st $(STCHDR)
    69 InspectorView.$(O): InspectorView.st $(STCHDR)
    58 InspectorPanelView.$(O): InspectorPanelView.st $(STCHDR)
    70 InspectorPanelView.$(O): InspectorPanelView.st $(STCHDR)
       
    71 ColorMenu.$(O): ColorMenu.st $(STCHDR)
       
    72 FontMenu.$(O): FontMenu.st $(STCHDR)
       
    73 MenuEditor.$(O): MenuEditor.st $(STCHDR)
       
    74 ResourceRetriever.$(O): ResourceRetriever.st $(STCHDR)
       
    75 UIGalleryView.$(O): UIGalleryView.st $(STCHDR)
       
    76 UIHelpTool.$(O): UIHelpTool.st $(STCHDR)
       
    77 UILayoutTool.$(O): UILayoutTool.st $(STCHDR)
       
    78 UIObjectView.$(O): UIObjectView.st $(STCHDR)
       
    79 UIPainter.$(O): UIPainter.st $(STCHDR)
       
    80 UIPainterView.$(O): UIPainterView.st $(STCHDR)
       
    81 UISelectionPanel.$(O): UISelectionPanel.st $(STCHDR)
       
    82 UISpecificationTool.$(O): UISpecificationTool.st $(STCHDR)
    59 # ENDMAKEDEPEND --- do not remove this line; make depend needs it
    83 # ENDMAKEDEPEND --- do not remove this line; make depend needs it