bc.mak
author Claus Gittinger <cg@exept.de>
Wed, 29 Jun 2011 20:25:56 +0200
changeset 2516 50d7ccd706b4
parent 2437 8c7ba07e6277
child 2557 59254ffad84d
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2516
50d7ccd706b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2437
diff changeset
     1
# $Header: /cvs/stx/stx/libcomp/bc.mak,v 1.58 2011-06-29 18:25:56 cg Exp $
1318
8b73c36a195f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1011
diff changeset
     2
#
2212
6dbb9eb7b6e1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2200
diff changeset
     3
# DO NOT EDIT
1832
0086aad785e5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1824
diff changeset
     4
# automagically generated from the projectDefinition: stx_libcomp.
1318
8b73c36a195f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1011
diff changeset
     5
#
1832
0086aad785e5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1824
diff changeset
     6
# Warning: once you modify this file, do not rerun
0086aad785e5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1824
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
1318
8b73c36a195f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1011
diff changeset
     8
#
1832
0086aad785e5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1824
diff changeset
     9
# This file contains make rules for the win32 platform (using borland-bcc).
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    10
# It shares common definitions with the unix-make in Make.spec.
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    11
# The nt.mak supports the following targets:
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    12
#    bmake         - compile all st-files to a classLib (dll)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    13
#    bmake clean   - clean all temp files
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    14
#    bmake clobber - clean all
1318
8b73c36a195f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1011
diff changeset
    15
#
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    16
#
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    17
TOP=..
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    18
INCLUDE_TOP=$(TOP)\..
1832
0086aad785e5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1824
diff changeset
    19
2200
81f7f54c1fdc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2173
diff changeset
    20
81f7f54c1fdc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2173
diff changeset
    21
# see stdHeader_bc for LIBCOMP_BASE
81f7f54c1fdc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2173
diff changeset
    22
LIB_BASE=$(LIBCOMP_BASE)
81f7f54c1fdc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2173
diff changeset
    23
81f7f54c1fdc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2173
diff changeset
    24
1967
e6b5aae82085 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 1923
diff changeset
    25
!INCLUDE $(TOP)\rules\stdHeader_bc
1475
2e32d6c6328a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1473
diff changeset
    26
1832
0086aad785e5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1824
diff changeset
    27
!INCLUDE Make.spec
0086aad785e5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1824
diff changeset
    28
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    29
LIBNAME=libstx_libcomp
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    30
RESFILES=libcomp.res
1318
8b73c36a195f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1011
diff changeset
    31
1887
29a63b024b33 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1881
diff changeset
    32
29a63b024b33 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1881
diff changeset
    33
2161
cf765c761677 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2019
diff changeset
    34
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic
cf765c761677 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2019
diff changeset
    35
LOCALDEFINES=
cf765c761677 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2019
diff changeset
    36
cf765c761677 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2019
diff changeset
    37
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
cf765c761677 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2019
diff changeset
    38
LOCALLIBS=
cf765c761677 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2019
diff changeset
    39
1832
0086aad785e5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1824
diff changeset
    40
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
0086aad785e5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1824
diff changeset
    41
2173
5d4a75df39a8 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2161
diff changeset
    42
ALL::  classLibRule
5d4a75df39a8 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2161
diff changeset
    43
2212
6dbb9eb7b6e1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2200
diff changeset
    44
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
1318
8b73c36a195f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1011
diff changeset
    45
1967
e6b5aae82085 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 1923
diff changeset
    46
!INCLUDE $(TOP)\rules\stdRules_bc
1318
8b73c36a195f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1011
diff changeset
    47
2161
cf765c761677 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2019
diff changeset
    48
# build all prerequisite packages for this package
cf765c761677 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2019
diff changeset
    49
prereq:
2247
36ee90dcab16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2212
diff changeset
    50
	pushd ..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
36ee90dcab16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2212
diff changeset
    51
	pushd ..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2161
cf765c761677 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2019
diff changeset
    52
cf765c761677 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2019
diff changeset
    53
1866
c49d4b6f88db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1861
diff changeset
    54
c49d4b6f88db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1861
diff changeset
    55
1318
8b73c36a195f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1011
diff changeset
    56
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
2516
50d7ccd706b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2437
diff changeset
    57
$(OUTDIR)Breakpoint.$(O) Breakpoint.$(H): Breakpoint.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    58
$(OUTDIR)CompilationErrorHandler.$(O) CompilationErrorHandler.$(H): CompilationErrorHandler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2296
bf876bfda9e1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
    59
$(OUTDIR)DoNotShowCompilerWarningAgainActionQuery.$(O) DoNotShowCompilerWarningAgainActionQuery.$(H): DoNotShowCompilerWarningAgainActionQuery.st $(INCLUDE_TOP)\stx\libbasic\Query.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2361
162fac898c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2296
diff changeset
    60
$(OUTDIR)InstrumentedMethod.$(O) InstrumentedMethod.$(H): InstrumentedMethod.st $(INCLUDE_TOP)\stx\libbasic\Method.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    61
$(OUTDIR)LazyMethod.$(O) LazyMethod.$(H): LazyMethod.st $(INCLUDE_TOP)\stx\libbasic\Method.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    62
$(OUTDIR)ObjectFileHandle.$(O) ObjectFileHandle.$(H): ObjectFileHandle.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2296
bf876bfda9e1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
    63
$(OUTDIR)ObjectFileLoader.$(O) ObjectFileLoader.$(H): ObjectFileLoader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(STCHDR)
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    64
$(OUTDIR)ParseErrorNode.$(O) ParseErrorNode.$(H): ParseErrorNode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    65
$(OUTDIR)ParseNode.$(O) ParseNode.$(H): ParseNode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    66
$(OUTDIR)ParserFlags.$(O) ParserFlags.$(H): ParserFlags.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    67
$(OUTDIR)ProgramNodeBuilder.$(O) ProgramNodeBuilder.$(H): ProgramNodeBuilder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    68
$(OUTDIR)ProgramNodeEnumerator.$(O) ProgramNodeEnumerator.$(H): ProgramNodeEnumerator.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    69
$(OUTDIR)STCCompilerInterface.$(O) STCCompilerInterface.$(H): STCCompilerInterface.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2437
8c7ba07e6277 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2375
diff changeset
    70
$(OUTDIR)Scanner.$(O) Scanner.$(H): Scanner.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    71
$(OUTDIR)SourceFileLoader.$(O) SourceFileLoader.$(H): SourceFileLoader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    72
$(OUTDIR)Structure.$(O) Structure.$(H): Structure.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    73
$(OUTDIR)Switch.$(O) Switch.$(H): Switch.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    74
$(OUTDIR)UndefinedVariable.$(O) UndefinedVariable.$(H): UndefinedVariable.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    75
$(OUTDIR)Variable.$(O) Variable.$(H): Variable.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    76
$(OUTDIR)stx_libcomp.$(O) stx_libcomp.$(H): stx_libcomp.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    77
$(OUTDIR)AssignmentNode.$(O) AssignmentNode.$(H): AssignmentNode.st $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    78
$(OUTDIR)BlockNode.$(O) BlockNode.$(H): BlockNode.st $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2516
50d7ccd706b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2437
diff changeset
    79
$(OUTDIR)BreakpointNode.$(O) BreakpointNode.$(H): BreakpointNode.st $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    80
$(OUTDIR)MessageNode.$(O) MessageNode.$(H): MessageNode.st $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2516
50d7ccd706b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2437
diff changeset
    81
$(OUTDIR)Parser.$(O) Parser.$(H): Parser.st $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Query.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\ProceedableError.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(STCHDR)
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    82
$(OUTDIR)PrimaryNode.$(O) PrimaryNode.$(H): PrimaryNode.st $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    83
$(OUTDIR)ProgramNode.$(O) ProgramNode.$(H): ProgramNode.st $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    84
$(OUTDIR)StatementNode.$(O) StatementNode.$(H): StatementNode.st $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2437
8c7ba07e6277 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2375
diff changeset
    85
$(OUTDIR)TextCollectingCompilationErrorHandler.$(O) TextCollectingCompilationErrorHandler.$(H): TextCollectingCompilationErrorHandler.st $(INCLUDE_TOP)\stx\libcomp\CompilationErrorHandler.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    86
$(OUTDIR)WarningCompilationErrorHandler.$(O) WarningCompilationErrorHandler.$(H): WarningCompilationErrorHandler.st $(INCLUDE_TOP)\stx\libcomp\CompilationErrorHandler.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2375
5bcd373b0795 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2361
diff changeset
    87
$(OUTDIR)AbstractSyntaxHighlighter.$(O) AbstractSyntaxHighlighter.$(H): AbstractSyntaxHighlighter.st $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    88
$(OUTDIR)BinaryNode.$(O) BinaryNode.$(H): BinaryNode.st $(INCLUDE_TOP)\stx\libcomp\MessageNode.$(H) $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    89
$(OUTDIR)ByteCodeCompiler.$(O) ByteCodeCompiler.$(H): ByteCodeCompiler.st $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    90
$(OUTDIR)CascadeNode.$(O) CascadeNode.$(H): CascadeNode.st $(INCLUDE_TOP)\stx\libcomp\MessageNode.$(H) $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    91
$(OUTDIR)ConstantNode.$(O) ConstantNode.$(H): ConstantNode.st $(INCLUDE_TOP)\stx\libcomp\PrimaryNode.$(H) $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    92
$(OUTDIR)Explainer.$(O) Explainer.$(H): Explainer.st $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    93
$(OUTDIR)PrimitiveNode.$(O) PrimitiveNode.$(H): PrimitiveNode.st $(INCLUDE_TOP)\stx\libcomp\StatementNode.$(H) $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    94
$(OUTDIR)ReturnNode.$(O) ReturnNode.$(H): ReturnNode.st $(INCLUDE_TOP)\stx\libcomp\StatementNode.$(H) $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    95
$(OUTDIR)SelfNode.$(O) SelfNode.$(H): SelfNode.st $(INCLUDE_TOP)\stx\libcomp\PrimaryNode.$(H) $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    96
$(OUTDIR)UnaryNode.$(O) UnaryNode.$(H): UnaryNode.st $(INCLUDE_TOP)\stx\libcomp\MessageNode.$(H) $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
    97
$(OUTDIR)VariableNode.$(O) VariableNode.$(H): VariableNode.st $(INCLUDE_TOP)\stx\libcomp\PrimaryNode.$(H) $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2516
50d7ccd706b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2437
diff changeset
    98
$(OUTDIR)ByteCodeCompilerWithBreakpointSupport.$(O) ByteCodeCompilerWithBreakpointSupport.$(H): ByteCodeCompilerWithBreakpointSupport.st $(INCLUDE_TOP)\stx\libcomp\ByteCodeCompiler.$(H) $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2375
5bcd373b0795 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2361
diff changeset
    99
$(OUTDIR)CodeCoverageHighlighter.$(O) CodeCoverageHighlighter.$(H): CodeCoverageHighlighter.st $(INCLUDE_TOP)\stx\libcomp\AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
   100
$(OUTDIR)Decompiler.$(O) Decompiler.$(H): Decompiler.st $(INCLUDE_TOP)\stx\libcomp\ByteCodeCompiler.$(H) $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2516
50d7ccd706b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2437
diff changeset
   101
$(OUTDIR)ECompletionConstantNode.$(O) ECompletionConstantNode.$(H): ECompletionConstantNode.st $(INCLUDE_TOP)\stx\libcomp\ConstantNode.$(H) $(INCLUDE_TOP)\stx\libcomp\PrimaryNode.$(H) $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2361
162fac898c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2296
diff changeset
   102
$(OUTDIR)InstrumentingCompiler.$(O) InstrumentingCompiler.$(H): InstrumentingCompiler.st $(INCLUDE_TOP)\stx\libcomp\ByteCodeCompiler.$(H) $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
   103
$(OUTDIR)SuperNode.$(O) SuperNode.$(H): SuperNode.st $(INCLUDE_TOP)\stx\libcomp\SelfNode.$(H) $(INCLUDE_TOP)\stx\libcomp\PrimaryNode.$(H) $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2375
5bcd373b0795 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2361
diff changeset
   104
$(OUTDIR)SyntaxHighlighter.$(O) SyntaxHighlighter.$(H): SyntaxHighlighter.st $(INCLUDE_TOP)\stx\libcomp\AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2019
bc16f2cfc56d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1967
diff changeset
   105
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1914
fb6da193471e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1892
diff changeset
   106
1318
8b73c36a195f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1011
diff changeset
   107
# ENDMAKEDEPEND --- do not remove this line