Make.proto
changeset 1731 5edb936b2666
parent 1680 f4f1a21fca10
child 1738 245cb616d31c
equal deleted inserted replaced
1730:07607c7fb2fa 1731:5edb936b2666
    32 
    32 
    33 # if your embedded C code requires any system includes,
    33 # if your embedded C code requires any system includes,
    34 # add the path(es) here:,
    34 # add the path(es) here:,
    35 # ********** OPTIONAL: MODIFY the next lines ***
    35 # ********** OPTIONAL: MODIFY the next lines ***
    36 # LOCALINCLUDES=-Ifoo -Ibar
    36 # LOCALINCLUDES=-Ifoo -Ibar
    37 LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/sunit -I$(INCLUDE_TOP)/stx/libbasic
    37 LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/sunit -I$(INCLUDE_TOP)/stx/goodies/xml/stx -I$(INCLUDE_TOP)/stx/goodies/xml/vw -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libbasic3 -I$(INCLUDE_TOP)/stx/libboss -I$(INCLUDE_TOP)/stx/libcomp -I$(INCLUDE_TOP)/stx/libhtml -I$(INCLUDE_TOP)/stx/libjavascript -I$(INCLUDE_TOP)/stx/libtool -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libwidg -I$(INCLUDE_TOP)/stx/libwidg2
    38 
    38 
    39 
    39 
    40 # if you need any additional defines for embedded C code,
    40 # if you need any additional defines for embedded C code,
    41 # add them here:,
    41 # add them here:,
    42 # ********** OPTIONAL: MODIFY the next lines ***
    42 # ********** OPTIONAL: MODIFY the next lines ***
   116 clobber:: clean
   116 clobber:: clean
   117 	-rm -f *.so *.dll
   117 	-rm -f *.so *.dll
   118 
   118 
   119 
   119 
   120 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
   120 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
       
   121 $(OUTDIR)RegressionTests__ClassWithoutVersionMethod.$(O) RegressionTests__ClassWithoutVersionMethod.$(C) RegressionTests__ClassWithoutVersionMethod.$(H): RegressionTests__ClassWithoutVersionMethod.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   122 $(OUTDIR)RegressionTests__CompilerTests2ExternalBytes.$(O) RegressionTests__CompilerTests2ExternalBytes.$(C) RegressionTests__CompilerTests2ExternalBytes.$(H): RegressionTests__CompilerTests2ExternalBytes.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/ExternalBytes.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
       
   123 $(OUTDIR)RegressionTests__LabelResizingTest.$(O) RegressionTests__LabelResizingTest.$(C) RegressionTests__LabelResizingTest.$(H): RegressionTests__LabelResizingTest.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
       
   124 $(OUTDIR)RegressionTests__ManyProcessesTest.$(O) RegressionTests__ManyProcessesTest.$(C) RegressionTests__ManyProcessesTest.$(H): RegressionTests__ManyProcessesTest.st $(STCHDR)
       
   125 $(OUTDIR)RegressionTests__QuickTestRunner.$(O) RegressionTests__QuickTestRunner.$(C) RegressionTests__QuickTestRunner.$(H): RegressionTests__QuickTestRunner.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   126 $(OUTDIR)RegressionTests__TestDialogs1.$(O) RegressionTests__TestDialogs1.$(C) RegressionTests__TestDialogs1.$(H): RegressionTests__TestDialogs1.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
       
   127 $(OUTDIR)RegressionTests__UTF8TestClass.$(O) RegressionTests__UTF8TestClass.$(C) RegressionTests__UTF8TestClass.$(H): RegressionTests__UTF8TestClass.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   128 $(OUTDIR)RegressionTests__WrongMethodCalledTest.$(O) RegressionTests__WrongMethodCalledTest.$(C) RegressionTests__WrongMethodCalledTest.$(H): RegressionTests__WrongMethodCalledTest.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
   121 $(OUTDIR)stx_goodies_regression.$(O) stx_goodies_regression.$(C) stx_goodies_regression.$(H): stx_goodies_regression.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
   129 $(OUTDIR)stx_goodies_regression.$(O) stx_goodies_regression.$(C) stx_goodies_regression.$(H): stx_goodies_regression.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
   122 
   130 
   123 # ENDMAKEDEPEND --- do not remove this line
   131 # ENDMAKEDEPEND --- do not remove this line
   124 
   132