gui/Make.proto
changeset 350 687377464d55
equal deleted inserted replaced
349:060302f619fa 350:687377464d55
       
     1 # $Header: /cvs/stx/stx/goodies/petitparser/gui/Make.proto,v 1.1 2014-03-04 21:20:17 cg Exp $
       
     2 #
       
     3 # DO NOT EDIT
       
     4 # automagically generated from the projectDefinition: stx_goodies_petitparser_gui.
       
     5 #
       
     6 # Warning: once you modify this file, do not rerun
       
     7 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
       
     8 #
       
     9 # The Makefile as generated by this Make.proto supports the following targets:
       
    10 #    make         - compile all st-files to a classLib
       
    11 #    make clean   - clean all temp files
       
    12 #    make clobber - clean all
       
    13 #
       
    14 # This file contains definitions for Unix based platforms.
       
    15 # It shares common definitions with the win32-make in Make.spec.
       
    16 
       
    17 #
       
    18 # position (of this package) in directory hierarchy:
       
    19 # (must point to ST/X top directory, for tools and includes)
       
    20 TOP=../../..
       
    21 INCLUDE_TOP=$(TOP)/..
       
    22 
       
    23 # subdirectories where targets are to be made:
       
    24 SUBDIRS=
       
    25 
       
    26 
       
    27 # subdirectories where Makefiles are to be made:
       
    28 # (only define if different from SUBDIRS)
       
    29 # ALLSUBDIRS=
       
    30 
       
    31 REQUIRED_SUPPORT_DIRS=
       
    32 
       
    33 # if your embedded C code requires any system includes,
       
    34 # add the path(es) here:,
       
    35 # ********** OPTIONAL: MODIFY the next lines ***
       
    36 # LOCALINCLUDES=-Ifoo -Ibar
       
    37 LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/petitparser -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/refactoring -I$(INCLUDE_TOP)/stx/libbasic
       
    38 
       
    39 
       
    40 # if you need any additional defines for embedded C code,
       
    41 # add them here:,
       
    42 # ********** OPTIONAL: MODIFY the next lines ***
       
    43 # LOCALDEFINES=-Dfoo -Dbar -DDEBUG
       
    44 LOCALDEFINES=
       
    45 
       
    46 LIBNAME=libstx_goodies_petitparser_gui
       
    47 STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=.  -varPrefix=$(LIBNAME)
       
    48 
       
    49 
       
    50 # ********** OPTIONAL: MODIFY the next line ***
       
    51 # additional C-libraries that should be pre-linked with the class-objects
       
    52 LD_OBJ_LIBS=
       
    53 LOCAL_SHARED_LIBS=
       
    54 
       
    55 
       
    56 # ********** OPTIONAL: MODIFY the next line ***
       
    57 # additional C targets or libraries should be added below
       
    58 LOCAL_EXTRA_TARGETS=
       
    59 
       
    60 OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
       
    61 
       
    62 
       
    63 
       
    64 all:: preMake classLibRule postMake
       
    65 
       
    66 pre_objs::  
       
    67 
       
    68 
       
    69 
       
    70 
       
    71 
       
    72 
       
    73 
       
    74 
       
    75 
       
    76 # run default testsuite for this package
       
    77 test: $(TOP)/goodies/builder/reports
       
    78 	$(MAKE) -C $(TOP)/goodies/builder/reports
       
    79 	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
       
    80 
       
    81 
       
    82 
       
    83 # add more install actions here
       
    84 install::
       
    85 
       
    86 # add more install actions for aux-files (resources) here
       
    87 installAux::
       
    88 
       
    89 # add more preMake actions here
       
    90 preMake::
       
    91 
       
    92 # add more postMake actions here
       
    93 postMake:: cleanjunk
       
    94 
       
    95 # build all mandatory prerequisite packages (containing superclasses) for this package
       
    96 prereq:
       
    97 	cd ../../../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
       
    98 	cd ../../refactoryBrowser/refactoring && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
       
    99 	cd ../../../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
       
   100 	cd ../../../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
       
   101 	cd ../../../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
       
   102 	cd ../../sunit && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
       
   103 	cd ../ && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
       
   104 
       
   105 
       
   106 
       
   107 # build all packages containing referenced classes for this package
       
   108 # they are nor needed to compile the package
       
   109 references:
       
   110 
       
   111 
       
   112 cleanjunk::
       
   113 	-rm -f *.s *.s2
       
   114 
       
   115 clean::
       
   116 	-rm -f *.o *.H
       
   117 
       
   118 clobber:: clean
       
   119 	-rm -f *.so *.dll
       
   120 
       
   121 
       
   122 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
       
   123 $(OUTDIR)GLMCompositePresentation.$(O) GLMCompositePresentation.$(H): GLMCompositePresentation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   124 $(OUTDIR)PPAddParserRefactoring.$(O) PPAddParserRefactoring.$(H): PPAddParserRefactoring.st $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/refactoring/Refactoring.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   125 $(OUTDIR)PPBrowserStream.$(O) PPBrowserStream.$(H): PPBrowserStream.st $(INCLUDE_TOP)/stx/goodies/petitparser/PPStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/PositionableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/ReadStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(STCHDR)
       
   126 $(OUTDIR)PPDefineProdcutionRefactoring.$(O) PPDefineProdcutionRefactoring.$(H): PPDefineProdcutionRefactoring.st $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/refactoring/Refactoring.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   127 $(OUTDIR)PPDrabBrowser.$(O) PPDrabBrowser.$(H): PPDrabBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   128 $(OUTDIR)PPExtractProdcutionRefactoring.$(O) PPExtractProdcutionRefactoring.$(H): PPExtractProdcutionRefactoring.st $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/refactoring/ExtractMethodRefactoring.$(H) $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/refactoring/MethodRefactoring.$(H) $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/refactoring/Refactoring.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   129 $(OUTDIR)PPParserDebuggerResult.$(O) PPParserDebuggerResult.$(H): PPParserDebuggerResult.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   130 $(OUTDIR)PPRefactoringUtils.$(O) PPRefactoringUtils.$(H): PPRefactoringUtils.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   131 $(OUTDIR)PPRemoveParserRefactoring.$(O) PPRemoveParserRefactoring.$(H): PPRemoveParserRefactoring.st $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/refactoring/Refactoring.$(H) $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/refactoring/RemoveClassRefactoring.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   132 $(OUTDIR)PPRenameProdcutionRefactoring.$(O) PPRenameProdcutionRefactoring.$(H): PPRenameProdcutionRefactoring.st $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/refactoring/Refactoring.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   133 $(OUTDIR)PPTextHighlighter.$(O) PPTextHighlighter.$(H): PPTextHighlighter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   134 $(OUTDIR)RBRefactoring.$(O) RBRefactoring.$(H): RBRefactoring.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   135 $(OUTDIR)RBRemoveClassRefactoring.$(O) RBRemoveClassRefactoring.$(H): RBRemoveClassRefactoring.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   136 $(OUTDIR)stx_goodies_petitparser_gui.$(O) stx_goodies_petitparser_gui.$(H): stx_goodies_petitparser_gui.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
       
   137 $(OUTDIR)PPBrowser.$(O) PPBrowser.$(H): PPBrowser.st $(INCLUDE_TOP)/stx/goodies/petitparser/gui/GLMCompositePresentation.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   138 $(OUTDIR)PPParserBrowser.$(O) PPParserBrowser.$(H): PPParserBrowser.st $(INCLUDE_TOP)/stx/goodies/petitparser/gui/GLMCompositePresentation.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   139 $(OUTDIR)PPParserInspector.$(O) PPParserInspector.$(H): PPParserInspector.st $(INCLUDE_TOP)/stx/goodies/petitparser/gui/GLMCompositePresentation.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   140 $(OUTDIR)PPRemoveProdcutionRefactoring.$(O) PPRemoveProdcutionRefactoring.$(H): PPRemoveProdcutionRefactoring.st $(INCLUDE_TOP)/stx/goodies/petitparser/gui/RBRefactoring.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   141 $(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/goodies/petitparser/PPAndParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPChoiceParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPDelegateParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPEndOfInputParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPEpsilonParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPFailingParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPListParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPLiteralParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPLiteralSequenceParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPNotParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPPluggableParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPPredicateParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPRepeatingParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPSequenceParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPTrimmingParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPUnresolvedParser.$(H) $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/refactoring/Refactoring.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
       
   142 
       
   143 # ENDMAKEDEPEND --- do not remove this line
       
   144