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