tests/Make.proto
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 16 Jun 2015 07:49:21 +0100
changeset 491 82b272c7dc37
parent 481 34ee0d3c72e7
permissions -rw-r--r--
Codegen: added support for smart action node compiling. Avoid creation of intermediate result collection for action nodes if all references to action block's argument (i.e., the nodes collection) is in form of: * <nodes> at: <numeric constant> * <nodes> first (second, third...
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
376
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
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
376
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
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
376
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 320
diff changeset
    73
# Enforce recompilation of package definition class if Mercurial working
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 320
diff changeset
    74
# copy state changes. Together with --guessVersion it ensures that package
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 320
diff changeset
    75
# definition class always contains correct binary revision string.
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 320
diff changeset
    76
ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 320
diff changeset
    77
stx_goodies_petitparser_tests.$(O): $(shell hg root)/.hg/dirstate
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 320
diff changeset
    78
endif
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 320
diff changeset
    79
246
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
# run default testsuite for this package
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    84
test: $(TOP)/goodies/builder/reports
376
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 320
diff changeset
    85
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
246
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    86
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    87
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    88
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    89
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    90
# add more install actions here
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    91
install::
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    92
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    93
# add more install actions for aux-files (resources) here
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    94
installAux::
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    95
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    96
# add more preMake actions here
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    97
preMake::
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    98
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    99
# add more postMake actions here
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   100
postMake:: cleanjunk
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   101
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   102
# build all mandatory prerequisite packages (containing superclasses) for this package
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   103
prereq:
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   104
	cd ../../../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   105
	cd ../../../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   106
	cd ../../../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
377
6112a403a52d Updated to latest version from Moose repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 376
diff changeset
   107
	cd ../ && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
246
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   108
	cd ../../../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   109
	cd ../../sunit && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   110
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   111
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   112
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   113
# build all packages containing referenced classes for this package
426
2a65c972b937 Tell stc to NOT to inline #not as it has different meaning in PetitParser...
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 404
diff changeset
   114
# 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
   115
references:
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   116
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   117
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   118
cleanjunk::
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   119
	-rm -f *.s *.s2
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   120
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   121
clean::
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   122
	-rm -f *.o *.H
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   123
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   124
clobber:: clean
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   125
	-rm -f *.so *.dll
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   126
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   127
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   128
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
403
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   129
$(OUTDIR)PPAbstractParserTest.$(O) 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)
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   130
$(OUTDIR)PPArithmeticParser.$(O) PPArithmeticParser.$(H): PPArithmeticParser.st $(INCLUDE_TOP)/stx/goodies/petitparser/PPCompositeParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPDelegateParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPParser.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
377
6112a403a52d Updated to latest version from Moose repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 376
diff changeset
   131
$(OUTDIR)PPContextMementoTest.$(O) PPContextMementoTest.$(H): PPContextMementoTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
6112a403a52d Updated to latest version from Moose repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 376
diff changeset
   132
$(OUTDIR)PPContextTest.$(O) PPContextTest.$(H): PPContextTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
403
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   133
$(OUTDIR)PPLambdaParser.$(O) PPLambdaParser.$(H): PPLambdaParser.st $(INCLUDE_TOP)/stx/goodies/petitparser/PPCompositeParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPDelegateParser.$(H) $(INCLUDE_TOP)/stx/goodies/petitparser/PPParser.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   134
$(OUTDIR)PPParserResource.$(O) 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)
246
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   135
$(OUTDIR)stx_goodies_petitparser_tests.$(O) 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)
403
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   136
$(OUTDIR)PPComposedTest.$(O) 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)
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   137
$(OUTDIR)PPCompositeParserTest.$(O) 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)
427
a7f5e6de19d2 Merged JK's version from Monticello
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 426
diff changeset
   138
$(OUTDIR)PPConditionalParserTest.$(O) PPConditionalParserTest.$(H): PPConditionalParserTest.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)
a7f5e6de19d2 Merged JK's version from Monticello
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 426
diff changeset
   139
$(OUTDIR)PPConditionalParserTests.$(O) PPConditionalParserTests.$(H): PPConditionalParserTests.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)
403
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   140
$(OUTDIR)PPExtensionTest.$(O) 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)
404
8da796db7f95 Removed class PPAbstractParseTest.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 403
diff changeset
   141
$(OUTDIR)PPMappingTest.$(O) 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)
403
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   142
$(OUTDIR)PPObjectTest.$(O) 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)
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   143
$(OUTDIR)PPParserTest.$(O) 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)
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   144
$(OUTDIR)PPPredicateTest.$(O) 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)
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   145
$(OUTDIR)PPScriptingTest.$(O) 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)
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   146
$(OUTDIR)PPTokenTest.$(O) PPTokenTest.$(H): PPTokenTest.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)
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   147
$(OUTDIR)PPArithmeticParserTest.$(O) 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)
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   148
$(OUTDIR)PPLambdaParserTest.$(O) 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)
7063d523b064 Removed autoload attribut for tests.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 377
diff changeset
   149
$(OUTDIR)PPExpressionParserTest.$(O) 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
   150
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   151
# ENDMAKEDEPEND --- do not remove this line
958d356330a5 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   152