Make.proto
author Jan Vrany <jan.vrany@labware.com>
Thu, 27 Oct 2022 14:53:59 +0100
branchjv
changeset 4735 3b11fb3ede98
parent 4723 524785227024
permissions -rw-r--r--
Allow single underscore as method / block argument and temporaries This commit is a follow up for 38b221e.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3771
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
     1
# $Header$
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
#
4491
d0eadc27ad55 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3913
diff changeset
    14
#    export MAKE_ARGS=-j4 ; make
d0eadc27ad55 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3913
diff changeset
    15
#
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    16
# This file contains definitions for Unix based platforms.
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
    17
# It shares common definitions with the win32-make in Make.spec.
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
    18
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    19
#
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    20
# position (of this package) in directory hierarchy:
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    21
# (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
    22
TOP=..
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
    23
INCLUDE_TOP=$(TOP)/..
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    24
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    25
# subdirectories where targets are to be made:
1477
3172a9dae63e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1476
diff changeset
    26
SUBDIRS=
3172a9dae63e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1476
diff changeset
    27
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    28
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    29
# subdirectories where Makefiles are to be made:
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    30
# (only define if different from SUBDIRS)
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    31
# ALLSUBDIRS=
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    32
2160
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
    33
REQUIRED_SUPPORT_DIRS=
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    34
2245
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    35
# if your embedded C code requires any system includes,
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    36
# add the path(es) here:,
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    37
# ********** OPTIONAL: MODIFY the next lines ***
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    38
# LOCALINCLUDES=-Ifoo -Ibar
4491
d0eadc27ad55 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3913
diff changeset
    39
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    40
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    41
2245
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    42
# if you need any additional defines for embedded C code,
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    43
# add them here:,
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    44
# ********** OPTIONAL: MODIFY the next lines ***
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    45
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    46
LOCALDEFINES=
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    47
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
    48
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
    49
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
    50
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
    51
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    52
# ********** OPTIONAL: MODIFY the next line ***
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    53
# 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
    54
LD_OBJ_LIBS=
1921
a3d845a78a8a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1911
diff changeset
    55
LOCAL_SHARED_LIBS=
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    56
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    57
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    58
# ********** OPTIONAL: MODIFY the next line ***
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    59
# additional C targets or libraries should be added below
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    60
LOCAL_EXTRA_TARGETS=
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    61
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    62
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    63
1862
e2e618574ba6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1848
diff changeset
    64
e2e618574ba6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1848
diff changeset
    65
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    66
all:: preMake classLibRule postMake
95
claus
parents: 82
diff changeset
    67
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    68
pre_objs::  
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    69
2245
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    70
c82a1cf68b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
    71
1862
e2e618574ba6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1848
diff changeset
    72
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    73
# Update SVN revision in package definition class
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    74
ifneq (,$(findstring .svn,$(wildcard .svn)))
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    75
.svnversion: *.st
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    76
	if [ -d .svn ]; then \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    77
		rev=$(shell svnversion -n); \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    78
		echo -n $$rev > .svnversion; \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    79
	else \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    80
		echo -n exported > .svnversion; \
2514
854e5ad55068 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2435
diff changeset
    81
	fi
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    82
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    83
stx_libcomp.o: stx_libcomp.st .svnversion
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    84
	@if [ -d .svn ]; then \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    85
		rev2="$(shell printf "%-16s" $$(cat .svnversion))"; \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    86
		echo "  [SV]  Expanding svnRevisionNo in $1.st"; \
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    87
		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
    88
	fi
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    89
	$(MAKE) CC="$(CLASSLIB_CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" STC="$(STC)" STFILE=.stx_libcomp.svn $(C_RULE);
3841
a22f33410bdf Reduced dependencies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3829
diff changeset
    90
	sed -i -e "s/\".stx_libcomp.svn.st\");/\"stx_libcomp.st\");/g" .stx_libcomp.svn.c
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    91
	$(MAKE) .stx_libcomp.svn.$(O)
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    92
	@mv .stx_libcomp.svn.$(O) stx_libcomp.$(O)
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
    93
endif
1862
e2e618574ba6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1848
diff changeset
    94
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    95
2719
fd6a53eceaaf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2637
diff changeset
    96
3841
a22f33410bdf Reduced dependencies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3829
diff changeset
    97
# Enforce recompilation of package definition class if Mercurial working
a22f33410bdf Reduced dependencies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3829
diff changeset
    98
# copy state changes. Together with --guessVersion it ensures that package
a22f33410bdf Reduced dependencies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3829
diff changeset
    99
# definition class always contains correct binary revision string.
a22f33410bdf Reduced dependencies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3829
diff changeset
   100
ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
a22f33410bdf Reduced dependencies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3829
diff changeset
   101
stx_libcomp.$(O): $(shell hg root)/.hg/dirstate
a22f33410bdf Reduced dependencies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3829
diff changeset
   102
endif
a22f33410bdf Reduced dependencies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3829
diff changeset
   103
2719
fd6a53eceaaf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2637
diff changeset
   104
3365
7613be07c1c7 added EvalScriptingErrorHandler
Claus Gittinger <cg@exept.de>
parents: 3257
diff changeset
   105
7613be07c1c7 added EvalScriptingErrorHandler
Claus Gittinger <cg@exept.de>
parents: 3257
diff changeset
   106
7613be07c1c7 added EvalScriptingErrorHandler
Claus Gittinger <cg@exept.de>
parents: 3257
diff changeset
   107
# run default testsuite for this package
7613be07c1c7 added EvalScriptingErrorHandler
Claus Gittinger <cg@exept.de>
parents: 3257
diff changeset
   108
test: $(TOP)/goodies/builder/reports
3430
cf103bb95314 Added BreakpointQuery
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3365
diff changeset
   109
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
3365
7613be07c1c7 added EvalScriptingErrorHandler
Claus Gittinger <cg@exept.de>
parents: 3257
diff changeset
   110
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
7613be07c1c7 added EvalScriptingErrorHandler
Claus Gittinger <cg@exept.de>
parents: 3257
diff changeset
   111
7613be07c1c7 added EvalScriptingErrorHandler
Claus Gittinger <cg@exept.de>
parents: 3257
diff changeset
   112
7613be07c1c7 added EvalScriptingErrorHandler
Claus Gittinger <cg@exept.de>
parents: 3257
diff changeset
   113
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   114
# add more install actions here
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   115
install::
8
894907329a43 *** empty log message ***
claus
parents: 3
diff changeset
   116
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   117
# add more install actions for aux-files (resources) here
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   118
installAux::
36
a87a78ef7ef1 cleanup
claus
parents: 22
diff changeset
   119
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   120
# add more preMake actions here
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   121
preMake::
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   122
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   123
# add more postMake actions here
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   124
postMake:: cleanjunk
213
59bb47d60601 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 185
diff changeset
   125
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   126
# build all mandatory prerequisite packages (containing superclasses) for this package
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   127
prereq:
4491
d0eadc27ad55 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3913
diff changeset
   128
	cd ../libbasic && $(MAKE) $(MAKE_ARGS) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2160
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
   129
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
   130
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
   131
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   132
# build all packages containing referenced classes for this package
3771
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   133
# they are not needed to compile the package (but later, to load it)
3074
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   134
references:
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   135
9c95a453b179 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3019
diff changeset
   136
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
   137
cleanjunk::
2769
3977607b99a9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2729
diff changeset
   138
	-rm -f *.s *.s2
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
   139
7ad01559b262 Initial revision
claus
parents:
diff changeset
   140
clean::
4491
d0eadc27ad55 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3913
diff changeset
   141
	-rm -f *.$(O) *.$(H)
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
   142
2160
849f3f6cef0e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2016
diff changeset
   143
clobber:: clean
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   144
	-rm -f *.so *.dll
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   145
0
7ad01559b262 Initial revision
claus
parents:
diff changeset
   146
111
claus
parents: 109
diff changeset
   147
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3771
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   148
$(OUTDIR)Breakpoint.$(O) Breakpoint.$(C) Breakpoint.$(H): Breakpoint.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   149
$(OUTDIR)BreakpointDescription.$(O) BreakpointDescription.$(C) BreakpointDescription.$(H): BreakpointDescription.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   150
$(OUTDIR)BreakpointQuery.$(O) BreakpointQuery.$(C) BreakpointQuery.$(H): BreakpointQuery.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   151
$(OUTDIR)CompilationErrorHandler.$(O) CompilationErrorHandler.$(C) CompilationErrorHandler.$(H): CompilationErrorHandler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   152
$(OUTDIR)CompilationErrorHandlerQuery.$(O) CompilationErrorHandlerQuery.$(C) CompilationErrorHandlerQuery.$(H): CompilationErrorHandlerQuery.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(STCHDR)
4491
d0eadc27ad55 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3913
diff changeset
   153
$(OUTDIR)DoEnableCompilerOptionActionQuery.$(O) DoEnableCompilerOptionActionQuery.$(C) DoEnableCompilerOptionActionQuery.$(H): DoEnableCompilerOptionActionQuery.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(STCHDR)
4383
b93f1405b8c7 DBG: Added classes representing Smalltalk/X debug info.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3921
diff changeset
   154
$(OUTDIR)DIEntry.$(O) DIEntry.$(C) DIEntry.$(H): DIEntry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b93f1405b8c7 DBG: Added classes representing Smalltalk/X debug info.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3921
diff changeset
   155
$(OUTDIR)DIInfoVersions.$(O) DIInfoVersions.$(C) DIInfoVersions.$(H): DIInfoVersions.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SharedPool.$(H) $(STCHDR)
b93f1405b8c7 DBG: Added classes representing Smalltalk/X debug info.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3921
diff changeset
   156
$(OUTDIR)DISectionTypes.$(O) DISectionTypes.$(C) DISectionTypes.$(H): DISectionTypes.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SharedPool.$(H) $(STCHDR)
3771
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   157
$(OUTDIR)DoNotShowCompilerWarningAgainActionQuery.$(O) DoNotShowCompilerWarningAgainActionQuery.$(C) DoNotShowCompilerWarningAgainActionQuery.$(H): DoNotShowCompilerWarningAgainActionQuery.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   158
$(OUTDIR)DoNotShowCompilerWarningAgainForThisMethodActionQuery.$(O) DoNotShowCompilerWarningAgainForThisMethodActionQuery.$(C) DoNotShowCompilerWarningAgainForThisMethodActionQuery.$(H): DoNotShowCompilerWarningAgainForThisMethodActionQuery.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   159
$(OUTDIR)DoNotShowCompilerWarningAgainForThisReceiverSelectorActionQuery.$(O) DoNotShowCompilerWarningAgainForThisReceiverSelectorActionQuery.$(C) DoNotShowCompilerWarningAgainForThisReceiverSelectorActionQuery.$(H): DoNotShowCompilerWarningAgainForThisReceiverSelectorActionQuery.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   160
$(OUTDIR)InstrumentationContext.$(O) InstrumentationContext.$(C) InstrumentationContext.$(H): InstrumentationContext.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   161
$(OUTDIR)InstrumentationInfo.$(O) InstrumentationInfo.$(C) InstrumentationInfo.$(H): InstrumentationInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   162
$(OUTDIR)InstrumentedMethod.$(O) InstrumentedMethod.$(C) InstrumentedMethod.$(H): InstrumentedMethod.st $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/Method.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   163
$(OUTDIR)LazyMethod.$(O) LazyMethod.$(C) LazyMethod.$(H): LazyMethod.st $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/Method.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   164
$(OUTDIR)ObjectFileHandle.$(O) ObjectFileHandle.$(C) ObjectFileHandle.$(H): ObjectFileHandle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   165
$(OUTDIR)ObjectFileLoader.$(O) ObjectFileLoader.$(C) ObjectFileLoader.$(H): ObjectFileLoader.st $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   166
$(OUTDIR)ParseError.$(O) ParseError.$(C) ParseError.$(H): ParseError.st $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   167
$(OUTDIR)ParseNode.$(O) ParseNode.$(C) ParseNode.$(H): ParseNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3818
Claus Gittinger <cg@exept.de>
parents: 3771
diff changeset
   168
$(OUTDIR)ParseNodeVisitor.$(O) ParseNodeVisitor.$(C) ParseNodeVisitor.$(H): ParseNodeVisitor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3771
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   169
$(OUTDIR)ParseWarning.$(O) ParseWarning.$(C) ParseWarning.$(H): ParseWarning.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   170
$(OUTDIR)ParserFlags.$(O) ParserFlags.$(C) ParserFlags.$(H): ParserFlags.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   171
$(OUTDIR)ProgramNodeBuilder.$(O) ProgramNodeBuilder.$(C) ProgramNodeBuilder.$(H): ProgramNodeBuilder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   172
$(OUTDIR)ProgramNodeEnumerator.$(O) ProgramNodeEnumerator.$(C) ProgramNodeEnumerator.$(H): ProgramNodeEnumerator.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   173
$(OUTDIR)STCCompilerInterface.$(O) STCCompilerInterface.$(C) STCCompilerInterface.$(H): STCCompilerInterface.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   174
$(OUTDIR)Scanner.$(O) Scanner.$(C) Scanner.$(H): Scanner.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   175
$(OUTDIR)SourceFileLoader.$(O) SourceFileLoader.$(C) SourceFileLoader.$(H): SourceFileLoader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3913
a52dbb126379 class: stx_libcomp
Claus Gittinger <cg@exept.de>
parents: 3844
diff changeset
   176
$(OUTDIR)Structure.$(O) Structure.$(C) Structure.$(H): Structure.st $(INCLUDE_TOP)/stx/libbasic/Behavior.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3771
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   177
$(OUTDIR)UndefinedVariable.$(O) UndefinedVariable.$(C) UndefinedVariable.$(H): UndefinedVariable.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   178
$(OUTDIR)UndefinedVariableNotification.$(O) UndefinedVariableNotification.$(C) UndefinedVariableNotification.$(H): UndefinedVariableNotification.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   179
$(OUTDIR)Variable.$(O) Variable.$(C) Variable.$(H): Variable.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   180
$(OUTDIR)stx_libcomp.$(O) stx_libcomp.$(C) stx_libcomp.$(H): stx_libcomp.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   181
$(OUTDIR)AssignmentNode.$(O) AssignmentNode.$(C) AssignmentNode.$(H): AssignmentNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   182
$(OUTDIR)BlockNode.$(O) BlockNode.$(C) BlockNode.$(H): BlockNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   183
$(OUTDIR)BreakpointNode.$(O) BreakpointNode.$(C) BreakpointNode.$(H): BreakpointNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   184
$(OUTDIR)CompilationError.$(O) CompilationError.$(C) CompilationError.$(H): CompilationError.st $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseError.$(H) $(STCHDR)
4384
aee25576d864 DBG: teach `ByteCodeCompiler` to generate Smalltalk/X debug info
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4383
diff changeset
   185
$(OUTDIR)DIInfo.$(O) DIInfo.$(C) DIInfo.$(H): DIInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/DIEntry.$(H) $(INCLUDE_TOP)/stx/libcomp/DIInfoVersions.$(H) $(STCHDR)
4383
b93f1405b8c7 DBG: Added classes representing Smalltalk/X debug info.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3921
diff changeset
   186
$(OUTDIR)DISection.$(O) DISection.$(C) DISection.$(H): DISection.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/DIEntry.$(H) $(INCLUDE_TOP)/stx/libcomp/DISectionTypes.$(H) $(STCHDR)
b93f1405b8c7 DBG: Added classes representing Smalltalk/X debug info.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3921
diff changeset
   187
$(OUTDIR)DIVariable.$(O) DIVariable.$(C) DIVariable.$(H): DIVariable.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/DIEntry.$(H) $(STCHDR)
3771
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   188
$(OUTDIR)EvalScriptingErrorHandler.$(O) EvalScriptingErrorHandler.$(C) EvalScriptingErrorHandler.$(H): EvalScriptingErrorHandler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/CompilationErrorHandler.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   189
$(OUTDIR)MessageNode.$(O) MessageNode.$(C) MessageNode.$(H): MessageNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   190
$(OUTDIR)MethodNode.$(O) MethodNode.$(C) MethodNode.$(H): MethodNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   191
$(OUTDIR)ParseErrorNode.$(O) ParseErrorNode.$(C) ParseErrorNode.$(H): ParseErrorNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   192
$(OUTDIR)Parser.$(O) Parser.$(C) Parser.$(H): Parser.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(STCHDR)
3818
Claus Gittinger <cg@exept.de>
parents: 3771
diff changeset
   193
$(OUTDIR)PluggableParseNodeVisitor.$(O) PluggableParseNodeVisitor.$(C) PluggableParseNodeVisitor.$(H): PluggableParseNodeVisitor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNodeVisitor.$(H) $(STCHDR)
3771
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   194
$(OUTDIR)PrimaryNode.$(O) PrimaryNode.$(C) PrimaryNode.$(H): PrimaryNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   195
$(OUTDIR)ProgramNode.$(O) ProgramNode.$(C) ProgramNode.$(H): ProgramNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   196
$(OUTDIR)SelectorNode.$(O) SelectorNode.$(C) SelectorNode.$(H): SelectorNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   197
$(OUTDIR)StatementNode.$(O) StatementNode.$(C) StatementNode.$(H): StatementNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   198
$(OUTDIR)TextCollectingCompilationErrorHandler.$(O) TextCollectingCompilationErrorHandler.$(C) TextCollectingCompilationErrorHandler.$(H): TextCollectingCompilationErrorHandler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/CompilationErrorHandler.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   199
$(OUTDIR)UndefinedSuperclassError.$(O) UndefinedSuperclassError.$(C) UndefinedSuperclassError.$(H): UndefinedSuperclassError.st $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseError.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   200
$(OUTDIR)UndefinedVariableError.$(O) UndefinedVariableError.$(C) UndefinedVariableError.$(H): UndefinedVariableError.st $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseError.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   201
$(OUTDIR)WarningCompilationErrorHandler.$(O) WarningCompilationErrorHandler.$(C) WarningCompilationErrorHandler.$(H): WarningCompilationErrorHandler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/CompilationErrorHandler.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   202
$(OUTDIR)AbstractSyntaxHighlighter.$(O) AbstractSyntaxHighlighter.$(C) AbstractSyntaxHighlighter.$(H): AbstractSyntaxHighlighter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   203
$(OUTDIR)BinaryNode.$(O) BinaryNode.$(C) BinaryNode.$(H): BinaryNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/MessageNode.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   204
$(OUTDIR)BreakpointAnalyzer.$(O) BreakpointAnalyzer.$(C) BreakpointAnalyzer.$(H): BreakpointAnalyzer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   205
$(OUTDIR)ByteCodeCompiler.$(O) ByteCodeCompiler.$(C) ByteCodeCompiler.$(H): ByteCodeCompiler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   206
$(OUTDIR)CascadeNode.$(O) CascadeNode.$(C) CascadeNode.$(H): CascadeNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/MessageNode.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   207
$(OUTDIR)ConstantNode.$(O) ConstantNode.$(C) ConstantNode.$(H): ConstantNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libcomp/PrimaryNode.$(H) $(STCHDR)
4384
aee25576d864 DBG: teach `ByteCodeCompiler` to generate Smalltalk/X debug info
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4383
diff changeset
   208
$(OUTDIR)DIVariableTable.$(O) DIVariableTable.$(C) DIVariableTable.$(H): DIVariableTable.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/DIEntry.$(H) $(INCLUDE_TOP)/stx/libcomp/DISection.$(H) $(INCLUDE_TOP)/stx/libcomp/DISectionTypes.$(H) $(STCHDR)
3771
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   209
$(OUTDIR)Explainer.$(O) Explainer.$(C) Explainer.$(H): Explainer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   210
$(OUTDIR)PrimitiveNode.$(O) PrimitiveNode.$(C) PrimitiveNode.$(H): PrimitiveNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libcomp/StatementNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   211
$(OUTDIR)ReturnNode.$(O) ReturnNode.$(C) ReturnNode.$(H): ReturnNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libcomp/StatementNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   212
$(OUTDIR)SelfNode.$(O) SelfNode.$(C) SelfNode.$(H): SelfNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libcomp/PrimaryNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   213
$(OUTDIR)UnaryNode.$(O) UnaryNode.$(C) UnaryNode.$(H): UnaryNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/MessageNode.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   214
$(OUTDIR)VariableNode.$(O) VariableNode.$(C) VariableNode.$(H): VariableNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libcomp/PrimaryNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   215
$(OUTDIR)ByteCodeCompilerWithBreakpointSupport.$(O) ByteCodeCompilerWithBreakpointSupport.$(C) ByteCodeCompilerWithBreakpointSupport.$(H): ByteCodeCompilerWithBreakpointSupport.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ByteCodeCompiler.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   216
$(OUTDIR)CodeCoverageHighlighter.$(O) CodeCoverageHighlighter.$(C) CodeCoverageHighlighter.$(H): CodeCoverageHighlighter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   217
$(OUTDIR)Decompiler.$(O) Decompiler.$(C) Decompiler.$(H): Decompiler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ByteCodeCompiler.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   218
$(OUTDIR)ECompletionConstantNode.$(O) ECompletionConstantNode.$(C) ECompletionConstantNode.$(H): ECompletionConstantNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ConstantNode.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libcomp/PrimaryNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   219
$(OUTDIR)InstrumentingCompiler.$(O) InstrumentingCompiler.$(C) InstrumentingCompiler.$(H): InstrumentingCompiler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ByteCodeCompiler.$(H) $(INCLUDE_TOP)/stx/libcomp/InstrumentationInfo.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   220
$(OUTDIR)SuperNode.$(O) SuperNode.$(C) SuperNode.$(H): SuperNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libcomp/PrimaryNode.$(H) $(INCLUDE_TOP)/stx/libcomp/SelfNode.$(H) $(STCHDR)
22093995ad0e 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
   221
$(OUTDIR)SyntaxHighlighter.$(O) SyntaxHighlighter.$(C) SyntaxHighlighter.$(H): SyntaxHighlighter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(STCHDR)
4384
aee25576d864 DBG: teach `ByteCodeCompiler` to generate Smalltalk/X debug info
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4383
diff changeset
   222
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/Block.$(H) $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/Context.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/Method.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1911
bfc9ade7fce1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1890
diff changeset
   223
1828
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   224
# ENDMAKEDEPEND --- do not remove this line
3d5bc029cbc4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
   225