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