Make.proto
author Claus Gittinger <cg@exept.de>
Tue, 27 Apr 2010 14:54:52 +0200
changeset 2360 d2ad4fb26323
parent 2295 fa4a10dad245
child 2374 ddeea283e719
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2360
d2ad4fb26323 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2295
diff changeset
     1
# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.95 2010-04-27 12:54:52 cg Exp $
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
     2
#
2245
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
     3
# DO NOT EDIT
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
     4
# automagically generated from the projectDefinition: stx_libcomp.
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
     5
#
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
     6
# Warning: once you modify this file, do not rerun
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
43
3ed34342e38d *** empty log message ***
claus
parents: 42
diff changeset
     8
#
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    10
#    make         - compile all st-files to a classLib
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    11
#    make clean   - clean all temp files
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    12
#    make clobber - clean all
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    13
#
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    14
# This file contains definitions for Unix based platforms.
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
    16
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    17
#
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    18
# position (of this package) in directory hierarchy:
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
    20
TOP=..
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    22
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    23
# subdirectories where targets are to be made:
1477
3172a9dae63e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1476
diff changeset
    24
SUBDIRS=
3172a9dae63e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1476
diff changeset
    25
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    26
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    27
# subdirectories where Makefiles are to be made:
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    28
# (only define if different from SUBDIRS)
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    29
# ALLSUBDIRS=
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    30
2160
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    32
2245
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    33
# if your embedded C code requires any system includes,
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    34
# add the path(es) here:,
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    38
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    39
2245
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    40
# if you need any additional defines for embedded C code,
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    41
# add them here:,
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    44
LOCALDEFINES=
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    45
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
    46
LIBNAME=libstx_libcomp
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    48
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
    49
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    52
LD_OBJ_LIBS=
1921
a3d845a78a8a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1911
diff changeset
    53
LOCAL_SHARED_LIBS=
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    54
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    55
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    57
# additional C targets or libraries should be added below
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    58
LOCAL_EXTRA_TARGETS=
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    59
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    61
1862
e2e618574ba6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1848
diff changeset
    62
e2e618574ba6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1848
diff changeset
    63
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    64
all:: preMake classLibRule postMake
95
claus
parents: 82
diff changeset
    65
2245
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    66
pre_objs::  
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    67
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    68
1862
e2e618574ba6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1848
diff changeset
    69
e2e618574ba6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1848
diff changeset
    70
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    71
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    72
# add more install actions here
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    73
install::
8
894907329a43 *** empty log message ***
claus
parents: 3
diff changeset
    74
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    75
# add more install actions for aux-files (resources) here
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    76
installAux::
36
a87a78ef7ef1 cleanup
claus
parents: 22
diff changeset
    77
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    78
# add more preMake actions here
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    79
preMake::
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    80
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    81
# add more postMake actions here
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    82
postMake:: cleanjunk
213
59bb47d60601 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 185
diff changeset
    83
2160
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
    84
prereq: $(REQUIRED_SUPPORT_DIRS)
2198
0ef5de6dc98e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2172
diff changeset
    85
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
0ef5de6dc98e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2172
diff changeset
    86
	cd ../librun && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
2160
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
    87
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
    88
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
    89
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
    90
cleanjunk::
7ad01559b262 Initial revision
claus
parents:
diff changeset
    91
7ad01559b262 Initial revision
claus
parents:
diff changeset
    92
clean::
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    93
	-rm -f *.o *.H
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
    94
2160
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
    95
clobber:: clean
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    96
	-rm -f *.so *.dll
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    97
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
    98
111
claus
parents: 109
diff changeset
    99
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   100
$(OUTDIR)CompilationErrorHandler.$(O) CompilationErrorHandler.$(H): CompilationErrorHandler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2295
fa4a10dad245 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2276
diff changeset
   101
$(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)
2360
d2ad4fb26323 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2295
diff changeset
   102
$(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)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   103
$(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)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   104
$(OUTDIR)ObjectFileHandle.$(O) ObjectFileHandle.$(H): ObjectFileHandle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2295
fa4a10dad245 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2276
diff changeset
   105
$(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)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   106
$(OUTDIR)ParseErrorNode.$(O) ParseErrorNode.$(H): ParseErrorNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   107
$(OUTDIR)ParseNode.$(O) ParseNode.$(H): ParseNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   108
$(OUTDIR)ParserFlags.$(O) ParserFlags.$(H): ParserFlags.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   109
$(OUTDIR)ProgramNodeBuilder.$(O) ProgramNodeBuilder.$(H): ProgramNodeBuilder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   110
$(OUTDIR)ProgramNodeEnumerator.$(O) ProgramNodeEnumerator.$(H): ProgramNodeEnumerator.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   111
$(OUTDIR)STCCompilerInterface.$(O) STCCompilerInterface.$(H): STCCompilerInterface.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2360
d2ad4fb26323 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2295
diff changeset
   112
$(OUTDIR)Scanner.$(O) Scanner.$(H): Scanner.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(STCHDR)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   113
$(OUTDIR)SourceFileLoader.$(O) SourceFileLoader.$(H): SourceFileLoader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   114
$(OUTDIR)Structure.$(O) Structure.$(H): Structure.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   115
$(OUTDIR)Switch.$(O) Switch.$(H): Switch.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   116
$(OUTDIR)UndefinedVariable.$(O) UndefinedVariable.$(H): UndefinedVariable.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   117
$(OUTDIR)Variable.$(O) Variable.$(H): Variable.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   118
$(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)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   119
$(OUTDIR)AssignmentNode.$(O) AssignmentNode.$(H): AssignmentNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   120
$(OUTDIR)BlockNode.$(O) BlockNode.$(H): BlockNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   121
$(OUTDIR)MessageNode.$(O) MessageNode.$(H): MessageNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2360
d2ad4fb26323 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2295
diff changeset
   122
$(OUTDIR)Parser.$(O) Parser.$(H): Parser.st $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(STCHDR)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   123
$(OUTDIR)PrimaryNode.$(O) PrimaryNode.$(H): PrimaryNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   124
$(OUTDIR)ProgramNode.$(O) ProgramNode.$(H): ProgramNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   125
$(OUTDIR)StatementNode.$(O) StatementNode.$(H): StatementNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   126
$(OUTDIR)WarningCompilationErrorHandler.$(O) WarningCompilationErrorHandler.$(H): WarningCompilationErrorHandler.st $(INCLUDE_TOP)/stx/libcomp/CompilationErrorHandler.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   127
$(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)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   128
$(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)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   129
$(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)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   130
$(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)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   131
$(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)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   132
$(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)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   133
$(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)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   134
$(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)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   135
$(OUTDIR)SyntaxHighlighter.$(O) SyntaxHighlighter.$(H): SyntaxHighlighter.st $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   136
$(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)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   137
$(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)
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   138
$(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)
2360
d2ad4fb26323 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2295
diff changeset
   139
$(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)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   140
$(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)
2016
286bc8247cee automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1921
diff changeset
   141
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   142
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   143
# ENDMAKEDEPEND --- do not remove this line
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   144