Make.proto
author Claus Gittinger <cg@exept.de>
Wed, 03 Apr 2013 23:11:41 +0200
changeset 3086 cdce74d92192
parent 3074 9c95a453b179
child 3095 26e53bf9bb6a
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3086
cdce74d92192 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3074
diff changeset
     1
# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.114 2013-04-03 21:11:41 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
2904
382fdbd6b93f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2837
diff changeset
     4
# automagically generated from the projectDefinition: stx_libcomp.
1828
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
2783
f90a5355da38 Fixed --headerDir (should be -headerDir, MUST be fixed in ProjectDefinition)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2778
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(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
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    66
pre_objs::  
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    67
2245
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    68
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    69
1862
e2e618574ba6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1848
diff changeset
    70
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    71
# Update SVN revision in package definition class
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    72
ifneq (,$(findstring .svn,$(wildcard .svn)))
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    73
.svnversion: *.st
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    74
	if [ -d .svn ]; then \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    75
		rev=$(shell svnversion -n); \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    76
		echo -n $$rev > .svnversion; \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    77
	else \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    78
		echo -n exported > .svnversion; \
2514
854e5ad55068 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2435
diff changeset
    79
	fi
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    80
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    81
stx_libcomp.o: stx_libcomp.st .svnversion
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    82
	@if [ -d .svn ]; then \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    83
		rev2="$(shell printf "%-16s" $$(cat .svnversion))"; \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    84
		echo "  [SV]  Expanding svnRevisionNo in $1.st"; \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    85
		sed -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"\'$$rev2\'\"\$$\"/g" $< > .stx_libcomp.svn.st; \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    86
	fi
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    87
	$(MAKE) CC="$(CLASSLIB_CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" STC="$(STC)" STFILE=.stx_libcomp.svn $(C_RULE);
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    88
	sed -i -e "s/\".stx_libcomp.svn.st\");/\"\stx_libcomp.st\");/g" .stx_libcomp.svn.c
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    89
	$(MAKE) .stx_libcomp.svn.$(O)
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    90
	@mv .stx_libcomp.svn.$(O) stx_libcomp.$(O)
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    91
endif
1862
e2e618574ba6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1848
diff changeset
    92
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    93
2719
fd6a53eceaaf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2637
diff changeset
    94
fd6a53eceaaf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2637
diff changeset
    95
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    96
# add more install actions here
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    97
install::
8
894907329a43 *** empty log message ***
claus
parents: 3
diff changeset
    98
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    99
# add more install actions for aux-files (resources) here
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   100
installAux::
36
a87a78ef7ef1 cleanup
claus
parents: 22
diff changeset
   101
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   102
# add more preMake actions here
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   103
preMake::
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   104
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   105
# add more postMake actions here
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   106
postMake:: cleanjunk
213
59bb47d60601 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 185
diff changeset
   107
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   108
# build all mandatory prerequisite packages (containing superclasses) for this package
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   109
prereq:
2198
0ef5de6dc98e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2172
diff changeset
   110
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
2160
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
   111
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
   112
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
   113
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   114
# build all packages containing referenced classes for this package
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   115
# they are nor needed to compile the package
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   116
references:
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   117
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   118
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
   119
cleanjunk::
2769
3977607b99a9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2729
diff changeset
   120
	-rm -f *.s *.s2
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
   121
7ad01559b262 Initial revision
claus
parents:
diff changeset
   122
clean::
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   123
	-rm -f *.o *.H
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
   124
2160
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
   125
clobber:: clean
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   126
	-rm -f *.so *.dll
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   127
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
   128
111
claus
parents: 109
diff changeset
   129
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
2514
854e5ad55068 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2435
diff changeset
   130
$(OUTDIR)Breakpoint.$(O) Breakpoint.$(H): Breakpoint.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2556
007d7f62b2e1 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2514
diff changeset
   131
$(OUTDIR)BreakpointDescription.$(O) BreakpointDescription.$(H): BreakpointDescription.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   132
$(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
   133
$(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)
2837
9b10ec8f1036 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2821
diff changeset
   134
$(OUTDIR)DoNotShowCompilerWarningAgainForThisMethodActionQuery.$(O) DoNotShowCompilerWarningAgainForThisMethodActionQuery.$(H): DoNotShowCompilerWarningAgainForThisMethodActionQuery.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)
2637
ff3c8164d2b2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2587
diff changeset
   135
$(OUTDIR)InstrumentationContext.$(O) InstrumentationContext.$(H): InstrumentationContext.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
ff3c8164d2b2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2587
diff changeset
   136
$(OUTDIR)InstrumentationInfo.$(O) InstrumentationInfo.$(H): InstrumentationInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2360
d2ad4fb26323 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2295
diff changeset
   137
$(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
   138
$(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
   139
$(OUTDIR)ObjectFileHandle.$(O) ObjectFileHandle.$(H): ObjectFileHandle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3086
cdce74d92192 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3074
diff changeset
   140
$(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) $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(STCHDR)
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   141
$(OUTDIR)ParseError.$(O) ParseError.$(H): ParseError.st $(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/Object.$(H) $(STCHDR)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   142
$(OUTDIR)ParseNode.$(O) ParseNode.$(H): ParseNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   143
$(OUTDIR)ParseWarning.$(O) ParseWarning.$(H): ParseWarning.st $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   144
$(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
   145
$(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
   146
$(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
   147
$(OUTDIR)STCCompilerInterface.$(O) STCCompilerInterface.$(H): STCCompilerInterface.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2435
ba184c1c66c0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2374
diff changeset
   148
$(OUTDIR)Scanner.$(O) Scanner.$(H): Scanner.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   149
$(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
   150
$(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
   151
$(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
   152
$(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
   153
$(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
   154
$(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
   155
$(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
   156
$(OUTDIR)BlockNode.$(O) BlockNode.$(H): BlockNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2514
854e5ad55068 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2435
diff changeset
   157
$(OUTDIR)BreakpointNode.$(O) BreakpointNode.$(H): BreakpointNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   158
$(OUTDIR)CompilationError.$(O) CompilationError.$(H): CompilationError.st $(INCLUDE_TOP)/stx/libcomp/ParseError.$(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/Object.$(H) $(STCHDR)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   159
$(OUTDIR)MessageNode.$(O) MessageNode.$(H): MessageNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3019
38159081b4d0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2913
diff changeset
   160
$(OUTDIR)MethodNode.$(O) MethodNode.$(H): MethodNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2556
007d7f62b2e1 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2514
diff changeset
   161
$(OUTDIR)ParseErrorNode.$(O) ParseErrorNode.$(H): ParseErrorNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3086
cdce74d92192 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3074
diff changeset
   162
$(OUTDIR)Parser.$(O) Parser.$(H): Parser.st $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(STCHDR)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   163
$(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
   164
$(OUTDIR)ProgramNode.$(O) ProgramNode.$(H): ProgramNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2821
6e6a32a3d216 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2783
diff changeset
   165
$(OUTDIR)SelectorNode.$(O) SelectorNode.$(H): SelectorNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   166
$(OUTDIR)StatementNode.$(O) StatementNode.$(H): StatementNode.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2435
ba184c1c66c0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2374
diff changeset
   167
$(OUTDIR)TextCollectingCompilationErrorHandler.$(O) TextCollectingCompilationErrorHandler.$(H): TextCollectingCompilationErrorHandler.st $(INCLUDE_TOP)/stx/libcomp/CompilationErrorHandler.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3086
cdce74d92192 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3074
diff changeset
   168
$(OUTDIR)UndefinedSuperclassError.$(O) UndefinedSuperclassError.$(H): UndefinedSuperclassError.st $(INCLUDE_TOP)/stx/libcomp/ParseError.$(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/Object.$(H) $(STCHDR)
cdce74d92192 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3074
diff changeset
   169
$(OUTDIR)UndefinedVariableError.$(O) UndefinedVariableError.$(H): UndefinedVariableError.st $(INCLUDE_TOP)/stx/libcomp/ParseError.$(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/Object.$(H) $(STCHDR)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   170
$(OUTDIR)WarningCompilationErrorHandler.$(O) WarningCompilationErrorHandler.$(H): WarningCompilationErrorHandler.st $(INCLUDE_TOP)/stx/libcomp/CompilationErrorHandler.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2374
ddeea283e719 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2360
diff changeset
   171
$(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)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   172
$(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
   173
$(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
   174
$(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
   175
$(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
   176
$(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
   177
$(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
   178
$(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
   179
$(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
   180
$(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
   181
$(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)
2514
854e5ad55068 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2435
diff changeset
   182
$(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)
2374
ddeea283e719 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2360
diff changeset
   183
$(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)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   184
$(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)
2514
854e5ad55068 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2435
diff changeset
   185
$(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)
2637
ff3c8164d2b2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2587
diff changeset
   186
$(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) $(INCLUDE_TOP)/stx/libcomp/InstrumentationInfo.$(H) $(STCHDR)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   187
$(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)
2374
ddeea283e719 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2360
diff changeset
   188
$(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)
2016
286bc8247cee automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1921
diff changeset
   189
$(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
   190
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   191
# ENDMAKEDEPEND --- do not remove this line
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   192