Make.proto
author Claus Gittinger <cg@exept.de>
Sun, 23 Feb 2020 14:03:15 +0100
branchcvs_MAIN
changeset 3997 5bb44f7e1d20
parent 3907 351963e0a66e
permissions -rw-r--r--
#REFACTORING by exept class: Java class changed: #dumpConfigOn:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3472
dba51250cd2f 64-bit gcc needs PIC code
Stefan Vogel <sv@exept.de>
parents: 3432
diff changeset
     1
# $Header$
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
     2
#
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
     3
# DO NOT EDIT
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
     4
# automagically generated from the projectDefinition: stx_libjava.
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
     5
#
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
     6
# Warning: once you modify this file, do not rerun
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
     8
#
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    10
#    make         - compile all st-files to a classLib
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    11
#    make clean   - clean all temp files
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    12
#    make clobber - clean all
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    13
#
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    14
# This file contains definitions for Unix based platforms.
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
2118
b73d5b8e93c0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    16
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    17
#
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    18
# position (of this package) in directory hierarchy:
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    20
TOP=..
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    22
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    23
# subdirectories where targets are to be made:
2936
7a439bd8ae5b Added JavaCompilerForSmalltalkExtensionsOnly for environments without full JavaCompiler...
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2914
diff changeset
    24
SUBDIRS= experiments tools
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    25
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    26
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    27
# subdirectories where Makefiles are to be made:
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    28
# (only define if different from SUBDIRS)
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    29
# ALLSUBDIRS=
2118
b73d5b8e93c0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    30
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    32
722
a475bcd40673 *** empty log message ***
cg
parents: 645
diff changeset
    33
# if your embedded C code requires any system includes,
a475bcd40673 *** empty log message ***
cg
parents: 645
diff changeset
    34
# add the path(es) here:,
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
3186
945bee015640 Made JavaClass>>package returning Smalltalk/X package name from annotation, if annotated.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3176
diff changeset
    37
LOCALINCLUDES=-I$(ZLIB_DIR) -Isupport/fdlibm -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libbasic3 -I$(INCLUDE_TOP)/stx/libcomp -I$(INCLUDE_TOP)/stx/libhtml -I$(INCLUDE_TOP)/stx/libtool -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libwidg -I$(INCLUDE_TOP)/stx/libwidg2
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    38
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    39
722
a475bcd40673 *** empty log message ***
cg
parents: 645
diff changeset
    40
# if you need any additional defines for embedded C code,
a475bcd40673 *** empty log message ***
cg
parents: 645
diff changeset
    41
# add them here:,
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    44
LOCALDEFINES=
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    45
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    46
LIBNAME=libstx_libjava
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=.  -varPrefix=$(LIBNAME)
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    48
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    49
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    52
LD_OBJ_LIBS=$(ZLIB_LD_ARG) support/fdlibm/libfdm.a
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    53
LOCAL_SHARED_LIBS=
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    54
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    55
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    57
# additional C targets or libraries should be added below
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    58
LOCAL_EXTRA_TARGETS=
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    59
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    61
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    62
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    63
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    64
all:: preMake classLibRule postMake
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    65
3845
ae799a8546ce class: JavaNativeMethodImpl_AppleJDK9
Claus Gittinger <cg@exept.de>
parents: 3841
diff changeset
    66
pre_objs::  zlib support/fdlibm/libfdm.a antIfPossible 
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    67
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    68
3829
a1083d8e7ff9 care for unsupported release
Claus Gittinger <cg@exept.de>
parents: 3823
diff changeset
    69
java: checkVersion8 ant
a1083d8e7ff9 care for unsupported release
Claus Gittinger <cg@exept.de>
parents: 3823
diff changeset
    70
a1083d8e7ff9 care for unsupported release
Claus Gittinger <cg@exept.de>
parents: 3823
diff changeset
    71
checkVersion8:
3845
ae799a8546ce class: JavaNativeMethodImpl_AppleJDK9
Claus Gittinger <cg@exept.de>
parents: 3841
diff changeset
    72
	@if (java -version | grep "java version \"9");then \
3835
4641982b60cf care for unsupported release
Claus Gittinger <cg@exept.de>
parents: 3829
diff changeset
    73
	    echo "****************** sorry: cannot build java in a release9 environment"; \
3845
ae799a8546ce class: JavaNativeMethodImpl_AppleJDK9
Claus Gittinger <cg@exept.de>
parents: 3841
diff changeset
    74
	    exit 1; \
3853
914ad28f73ef Fix wrong java 9 check
Stefan Vogel <sv@exept.de>
parents: 3845
diff changeset
    75
	else \
914ad28f73ef Fix wrong java 9 check
Stefan Vogel <sv@exept.de>
parents: 3845
diff changeset
    76
	    echo "java release check ok"; \
3829
a1083d8e7ff9 care for unsupported release
Claus Gittinger <cg@exept.de>
parents: 3823
diff changeset
    77
	fi
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2535
diff changeset
    78
2408
09ce84443caf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2399
diff changeset
    79
ant:
3907
351963e0a66e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3853
diff changeset
    80
	$(ANT) -f java/build.xml
2414
14c4d28cb12f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2408
diff changeset
    81
3835
4641982b60cf care for unsupported release
Claus Gittinger <cg@exept.de>
parents: 3829
diff changeset
    82
antIfPossible: checkVersion8
3907
351963e0a66e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3853
diff changeset
    83
	-$(ANT) -f java/build.xml
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    84
3845
ae799a8546ce class: JavaNativeMethodImpl_AppleJDK9
Claus Gittinger <cg@exept.de>
parents: 3841
diff changeset
    85
full::  ant
2414
14c4d28cb12f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2408
diff changeset
    86
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    87
zlib:
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    88
	cd $(ZLIB_DIR); $(MAKE) $(MAKE_ZLIB_ARG)
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    89
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    90
support/fdlibm/libfdm.a:
3472
dba51250cd2f 64-bit gcc needs PIC code
Stefan Vogel <sv@exept.de>
parents: 3432
diff changeset
    91
	$(MAKE) CCCONFOPT="$(CCCONFOPT) -fPIC" -C support/fdlibm
2396
fadc6d7a2f5b Updated to rev 009a0df3afce
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2356
diff changeset
    92
3472
dba51250cd2f 64-bit gcc needs PIC code
Stefan Vogel <sv@exept.de>
parents: 3432
diff changeset
    93
clean::
dba51250cd2f 64-bit gcc needs PIC code
Stefan Vogel <sv@exept.de>
parents: 3432
diff changeset
    94
	$(MAKE) -C support/fdlibm clean
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    95
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
    96
2535
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
    97
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
    98
# Update SVN revision in package definition class
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
    99
ifneq (,$(findstring .svn,$(wildcard .svn)))
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   100
.svnversion: *.st
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   101
	if [ -d .svn ]; then \
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   102
		rev=$(shell svnversion -n); \
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   103
		echo -n $$rev > .svnversion; \
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   104
	else \
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   105
		echo -n exported > .svnversion; \
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
   106
	fi
2535
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   107
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   108
stx_libjava.o: stx_libjava.st .svnversion
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   109
	@if [ -d .svn ]; then \
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   110
		rev2="$(shell printf "%-16s" $$(cat .svnversion))"; \
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   111
		echo "  [SV]  Expanding svnRevisionNo in $1.st"; \
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   112
		sed -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"\'$$rev2\'\"\$$\"/g" $< > .stx_libjava.svn.st; \
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   113
	fi
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   114
	$(MAKE) CC="$(CLASSLIB_CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" STC="$(STC)" STFILE=.stx_libjava.svn $(C_RULE);
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   115
	sed -i -e "s/\".stx_libjava.svn.st\");/\"\stx_libjava.st\");/g" .stx_libjava.svn.c
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   116
	$(MAKE) .stx_libjava.svn.$(O)
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   117
	@mv .stx_libjava.svn.$(O) stx_libjava.$(O)
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   118
endif
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
   119
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
   120
2325
60b8564d7a2e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   121
1876
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
   122
# Enforce recompilation of package definition class if Mercurial working
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
   123
# copy state changes. Together with --guessVersion it ensures that package
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
   124
# definition class always contains correct binary revision string.
3823
803ab03bcbce care for unsupported release
Claus Gittinger <cg@exept.de>
parents: 3816
diff changeset
   125
ifdef HGROOT
3802
176d3bc34153 class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3643
diff changeset
   126
ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
3823
803ab03bcbce care for unsupported release
Claus Gittinger <cg@exept.de>
parents: 3816
diff changeset
   127
 stx_libjava.$(O): $(shell hg root)/.hg/dirstate
803ab03bcbce care for unsupported release
Claus Gittinger <cg@exept.de>
parents: 3816
diff changeset
   128
endif
3802
176d3bc34153 class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3643
diff changeset
   129
endif
1876
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
   130
1650
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   131
1840
abd3746f821f Added Boolean class>>javaWrapRequired.
vranyj1
parents: 1829
diff changeset
   132
abd3746f821f Added Boolean class>>javaWrapRequired.
vranyj1
parents: 1829
diff changeset
   133
abd3746f821f Added Boolean class>>javaWrapRequired.
vranyj1
parents: 1829
diff changeset
   134
# run default testsuite for this package
abd3746f821f Added Boolean class>>javaWrapRequired.
vranyj1
parents: 1829
diff changeset
   135
test: $(TOP)/goodies/builder/reports
3036
66e0970661db Removed #preRequisites, build files regenerated.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3032
diff changeset
   136
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
1840
abd3746f821f Added Boolean class>>javaWrapRequired.
vranyj1
parents: 1829
diff changeset
   137
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
   138
2325
60b8564d7a2e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   139
60b8564d7a2e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   140
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   141
# add more install actions here
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   142
install::
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   143
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   144
# add more install actions for aux-files (resources) here
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
   145
installAux::
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   146
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   147
# add more preMake actions here
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   148
preMake::
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   149
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   150
# add more postMake actions here
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   151
postMake:: cleanjunk
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   152
2535
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   153
# build all mandatory prerequisite packages (containing superclasses) for this package
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   154
prereq:
3633
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   155
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   156
	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   157
	cd ../libbasic3 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   158
	cd ../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2535
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   159
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   160
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
   161
2535
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   162
# build all packages containing referenced classes for this package
3309
a467328c29fd Fix in flushing Java - flush all dynamic proxies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3298
diff changeset
   163
# they are not needed to compile the package (but later, to load it)
2535
69b512336241 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2420
diff changeset
   164
references:
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
   165
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
   166
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   167
cleanjunk::
2325
60b8564d7a2e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   168
	-rm -f *.s *.s2
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   169
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   170
clean::
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   171
	-rm -f *.o *.H
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   172
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
   173
clobber:: clean
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   174
	-rm -f *.so *.dll
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   175
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
   176
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   177
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3633
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   178
$(OUTDIR)GroovyCompiler.$(O) GroovyCompiler.$(C) GroovyCompiler.$(H): GroovyCompiler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   179
$(OUTDIR)GroovyEvaluator.$(O) GroovyEvaluator.$(C) GroovyEvaluator.$(H): GroovyEvaluator.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   180
$(OUTDIR)GroovyLanguage.$(O) GroovyLanguage.$(C) GroovyLanguage.$(H): GroovyLanguage.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProgrammingLanguage.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   181
$(OUTDIR)GroovySourceFileWriter.$(O) GroovySourceFileWriter.$(C) GroovySourceFileWriter.$(H): GroovySourceFileWriter.st $(INCLUDE_TOP)/stx/libbasic/AbstractSourceFileWriter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   182
$(OUTDIR)JavaAnnotation.$(O) JavaAnnotation.$(C) JavaAnnotation.$(H): JavaAnnotation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   183
$(OUTDIR)JavaAnnotationContainer.$(O) JavaAnnotationContainer.$(C) JavaAnnotationContainer.$(H): JavaAnnotationContainer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   184
$(OUTDIR)JavaAnnotationDefault.$(O) JavaAnnotationDefault.$(C) JavaAnnotationDefault.$(H): JavaAnnotationDefault.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   185
$(OUTDIR)JavaAnnotationDictionary.$(O) JavaAnnotationDictionary.$(C) JavaAnnotationDictionary.$(H): JavaAnnotationDictionary.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   186
$(OUTDIR)JavaAnnotationValue.$(O) JavaAnnotationValue.$(C) JavaAnnotationValue.$(H): JavaAnnotationValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   187
$(OUTDIR)JavaArray.$(O) JavaArray.$(C) JavaArray.$(H): JavaArray.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   188
$(OUTDIR)JavaBooleanArray.$(O) JavaBooleanArray.$(C) JavaBooleanArray.$(H): JavaBooleanArray.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/ByteArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   189
$(OUTDIR)JavaByte.$(O) JavaByte.$(C) JavaByte.$(H): JavaByte.st $(INCLUDE_TOP)/stx/libbasic/ArithmeticValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Integer.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Number.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   190
$(OUTDIR)JavaByteCodeProcessor.$(O) JavaByteCodeProcessor.$(C) JavaByteCodeProcessor.$(H): JavaByteCodeProcessor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   191
$(OUTDIR)JavaClassAccessor.$(O) JavaClassAccessor.$(C) JavaClassAccessor.$(H): JavaClassAccessor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   192
$(OUTDIR)JavaClassEnvironment.$(O) JavaClassEnvironment.$(C) JavaClassEnvironment.$(H): JavaClassEnvironment.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/SystemEnvironment.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   193
$(OUTDIR)JavaClassQuery.$(O) JavaClassQuery.$(C) JavaClassQuery.$(H): JavaClassQuery.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)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   194
$(OUTDIR)JavaClassReloader.$(O) JavaClassReloader.$(C) JavaClassReloader.$(H): JavaClassReloader.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   195
$(OUTDIR)JavaCodeLibraryOrBundle.$(O) JavaCodeLibraryOrBundle.$(C) JavaCodeLibraryOrBundle.$(H): JavaCodeLibraryOrBundle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   196
$(OUTDIR)JavaCompilerForSmalltalkExtensionsOnly.$(O) JavaCompilerForSmalltalkExtensionsOnly.$(C) JavaCompilerForSmalltalkExtensionsOnly.$(H): JavaCompilerForSmalltalkExtensionsOnly.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   197
$(OUTDIR)JavaCompiler_Eclipse.$(O) JavaCompiler_Eclipse.$(C) JavaCompiler_Eclipse.$(H): JavaCompiler_Eclipse.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   198
$(OUTDIR)JavaConstantPool.$(O) JavaConstantPool.$(C) JavaConstantPool.$(H): JavaConstantPool.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   199
$(OUTDIR)JavaConstants.$(O) JavaConstants.$(C) JavaConstants.$(H): JavaConstants.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SharedPool.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   200
$(OUTDIR)JavaContext.$(O) JavaContext.$(C) JavaContext.$(H): JavaContext.st $(INCLUDE_TOP)/stx/libbasic/Context.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   201
$(OUTDIR)JavaDecompiler.$(O) JavaDecompiler.$(C) JavaDecompiler.$(H): JavaDecompiler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   202
$(OUTDIR)JavaDescriptor.$(O) JavaDescriptor.$(C) JavaDescriptor.$(H): JavaDescriptor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   203
$(OUTDIR)JavaError.$(O) JavaError.$(C) JavaError.$(H): JavaError.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) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   204
$(OUTDIR)JavaExceptionTable.$(O) JavaExceptionTable.$(C) JavaExceptionTable.$(H): JavaExceptionTable.st $(INCLUDE_TOP)/stx/libbasic/AbstractNumberVector.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UnboxedIntegerArray.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic/WordArray.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   205
$(OUTDIR)JavaField.$(O) JavaField.$(C) JavaField.$(H): JavaField.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   206
$(OUTDIR)JavaFinalizationRegistry.$(O) JavaFinalizationRegistry.$(C) JavaFinalizationRegistry.$(H): JavaFinalizationRegistry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   207
$(OUTDIR)JavaInnerClasses.$(O) JavaInnerClasses.$(C) JavaInnerClasses.$(H): JavaInnerClasses.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   208
$(OUTDIR)JavaLanguage.$(O) JavaLanguage.$(C) JavaLanguage.$(H): JavaLanguage.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProgrammingLanguage.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   209
$(OUTDIR)JavaLibraries.$(O) JavaLibraries.$(C) JavaLibraries.$(H): JavaLibraries.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   210
$(OUTDIR)JavaLocalVariableTable.$(O) JavaLocalVariableTable.$(C) JavaLocalVariableTable.$(H): JavaLocalVariableTable.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   211
$(OUTDIR)JavaLocalVariableTableEntry.$(O) JavaLocalVariableTableEntry.$(C) JavaLocalVariableTableEntry.$(H): JavaLocalVariableTableEntry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   212
$(OUTDIR)JavaLookup.$(O) JavaLookup.$(C) JavaLookup.$(H): JavaLookup.st $(INCLUDE_TOP)/stx/libbasic/Lookup.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   213
$(OUTDIR)JavaMetaclass.$(O) JavaMetaclass.$(C) JavaMetaclass.$(H): JavaMetaclass.st $(INCLUDE_TOP)/stx/libbasic/Behavior.$(H) $(INCLUDE_TOP)/stx/libbasic/ClassDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Metaclass.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   214
$(OUTDIR)JavaMonitor.$(O) JavaMonitor.$(C) JavaMonitor.$(H): JavaMonitor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   215
$(OUTDIR)JavaNameAndType2.$(O) JavaNameAndType2.$(C) JavaNameAndType2.$(H): JavaNameAndType2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   216
$(OUTDIR)JavaNativeMemory.$(O) JavaNativeMemory.$(C) JavaNativeMemory.$(H): JavaNativeMemory.st $(INCLUDE_TOP)/stx/libbasic/Link.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   217
$(OUTDIR)JavaNioSupport.$(O) JavaNioSupport.$(C) JavaNioSupport.$(H): JavaNioSupport.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   218
$(OUTDIR)JavaObject.$(O) JavaObject.$(C) JavaObject.$(H): JavaObject.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   219
$(OUTDIR)JavaObjectDictionary.$(O) JavaObjectDictionary.$(C) JavaObjectDictionary.$(H): JavaObjectDictionary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   220
$(OUTDIR)JavaPopUpView.$(O) JavaPopUpView.$(C) JavaPopUpView.$(H): JavaPopUpView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/PopUpView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   221
$(OUTDIR)JavaProcess.$(O) JavaProcess.$(C) JavaProcess.$(H): JavaProcess.st $(INCLUDE_TOP)/stx/libbasic/Link.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Process.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   222
$(OUTDIR)JavaRef2.$(O) JavaRef2.$(C) JavaRef2.$(H): JavaRef2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   223
$(OUTDIR)JavaRelease.$(O) JavaRelease.$(C) JavaRelease.$(H): JavaRelease.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3816
47f752fbe21c care for unsupported release
Claus Gittinger <cg@exept.de>
parents: 3802
diff changeset
   224
$(OUTDIR)JavaReleaseNotFoundError.$(O) JavaReleaseNotFoundError.$(C) JavaReleaseNotFoundError.$(H): JavaReleaseNotFoundError.st $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutionError.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/NotFoundError.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(STCHDR)
3633
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   225
$(OUTDIR)JavaResolver.$(O) JavaResolver.$(C) JavaResolver.$(H): JavaResolver.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   226
$(OUTDIR)JavaShort.$(O) JavaShort.$(C) JavaShort.$(H): JavaShort.st $(INCLUDE_TOP)/stx/libbasic/ArithmeticValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Integer.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Number.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   227
$(OUTDIR)JavaSlotIndexCache.$(O) JavaSlotIndexCache.$(C) JavaSlotIndexCache.$(H): JavaSlotIndexCache.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   228
$(OUTDIR)JavaSocket.$(O) JavaSocket.$(C) JavaSocket.$(H): JavaSocket.st $(INCLUDE_TOP)/stx/libbasic/ExternalStream.$(H) $(INCLUDE_TOP)/stx/libbasic/NonPositionableExternalStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/PositionableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/ReadWriteStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic/WriteStream.$(H) $(INCLUDE_TOP)/stx/libbasic2/Socket.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   229
$(OUTDIR)JavaSourceCodeCache.$(O) JavaSourceCodeCache.$(C) JavaSourceCodeCache.$(H): JavaSourceCodeCache.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   230
$(OUTDIR)JavaSourceFileWriter.$(O) JavaSourceFileWriter.$(C) JavaSourceFileWriter.$(H): JavaSourceFileWriter.st $(INCLUDE_TOP)/stx/libbasic/AbstractSourceFileWriter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   231
$(OUTDIR)JavaTestsLoader.$(O) JavaTestsLoader.$(C) JavaTestsLoader.$(H): JavaTestsLoader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   232
$(OUTDIR)JavaTopView.$(O) JavaTopView.$(C) JavaTopView.$(H): JavaTopView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   233
$(OUTDIR)JavaUnresolvedCompilationError.$(O) JavaUnresolvedCompilationError.$(C) JavaUnresolvedCompilationError.$(H): JavaUnresolvedCompilationError.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) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   234
$(OUTDIR)JavaUnresolvedConstant.$(O) JavaUnresolvedConstant.$(C) JavaUnresolvedConstant.$(H): JavaUnresolvedConstant.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   235
$(OUTDIR)JavaUtilities.$(O) JavaUtilities.$(C) JavaUtilities.$(H): JavaUtilities.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   236
$(OUTDIR)JavaVMData.$(O) JavaVMData.$(C) JavaVMData.$(H): JavaVMData.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SharedPool.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   237
$(OUTDIR)JavaView.$(O) JavaView.$(C) JavaView.$(H): JavaView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   238
$(OUTDIR)JavaZipDeflater.$(O) JavaZipDeflater.$(C) JavaZipDeflater.$(H): JavaZipDeflater.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   239
$(OUTDIR)JavaZipFile.$(O) JavaZipFile.$(C) JavaZipFile.$(H): JavaZipFile.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/ZipArchive.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   240
$(OUTDIR)JavaZipInflater.$(O) JavaZipInflater.$(C) JavaZipInflater.$(H): JavaZipInflater.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   241
$(OUTDIR)ProxyMethod.$(O) ProxyMethod.$(C) ProxyMethod.$(H): ProxyMethod.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)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   242
$(OUTDIR)ProxyMethodCompiler.$(O) ProxyMethodCompiler.$(C) ProxyMethodCompiler.$(H): ProxyMethodCompiler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   243
$(OUTDIR)ProxyMethodNode.$(O) ProxyMethodNode.$(C) ProxyMethodNode.$(H): ProxyMethodNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   244
$(OUTDIR)SmalltalkAppletContext.$(O) SmalltalkAppletContext.$(C) SmalltalkAppletContext.$(H): SmalltalkAppletContext.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   245
$(OUTDIR)SmalltalkAppletStub.$(O) SmalltalkAppletStub.$(C) SmalltalkAppletStub.$(H): SmalltalkAppletStub.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   246
$(OUTDIR)stx_libjava.$(O) stx_libjava.$(C) stx_libjava.$(H): stx_libjava.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   247
$(OUTDIR)GroovyMetaclass.$(O) GroovyMetaclass.$(C) GroovyMetaclass.$(H): GroovyMetaclass.st $(INCLUDE_TOP)/stx/libbasic/Behavior.$(H) $(INCLUDE_TOP)/stx/libbasic/ClassDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Metaclass.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaMetaclass.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   248
$(OUTDIR)Java.$(O) Java.$(C) Java.$(H): Java.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaVMData.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   249
$(OUTDIR)JavaAnnotationArrayValue.$(O) JavaAnnotationArrayValue.$(C) JavaAnnotationArrayValue.$(H): JavaAnnotationArrayValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaAnnotationValue.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   250
$(OUTDIR)JavaAnnotationClassValue.$(O) JavaAnnotationClassValue.$(C) JavaAnnotationClassValue.$(H): JavaAnnotationClassValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaAnnotationValue.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   251
$(OUTDIR)JavaAnnotationEnumValue.$(O) JavaAnnotationEnumValue.$(C) JavaAnnotationEnumValue.$(H): JavaAnnotationEnumValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaAnnotationValue.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   252
$(OUTDIR)JavaAnnotationNestedAnnotationValue.$(O) JavaAnnotationNestedAnnotationValue.$(C) JavaAnnotationNestedAnnotationValue.$(H): JavaAnnotationNestedAnnotationValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaAnnotationValue.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   253
$(OUTDIR)JavaAnnotationPrimitiveValue.$(O) JavaAnnotationPrimitiveValue.$(C) JavaAnnotationPrimitiveValue.$(H): JavaAnnotationPrimitiveValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaAnnotationValue.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   254
$(OUTDIR)JavaBehavior.$(O) JavaBehavior.$(C) JavaBehavior.$(H): JavaBehavior.st $(INCLUDE_TOP)/stx/libbasic/Behavior.$(H) $(INCLUDE_TOP)/stx/libbasic/Class.$(H) $(INCLUDE_TOP)/stx/libbasic/ClassDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaConstants.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   255
$(OUTDIR)JavaByteCodeDisassembler.$(O) JavaByteCodeDisassembler.$(C) JavaByteCodeDisassembler.$(H): JavaByteCodeDisassembler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaByteCodeProcessor.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   256
$(OUTDIR)JavaByteCodeEnumerator.$(O) JavaByteCodeEnumerator.$(C) JavaByteCodeEnumerator.$(H): JavaByteCodeEnumerator.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaDecompiler.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   257
$(OUTDIR)JavaByteCodeProcessorAdapter.$(O) JavaByteCodeProcessorAdapter.$(C) JavaByteCodeProcessorAdapter.$(H): JavaByteCodeProcessorAdapter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaByteCodeProcessor.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   258
$(OUTDIR)JavaClassAnnotationContainer.$(O) JavaClassAnnotationContainer.$(C) JavaClassAnnotationContainer.$(H): JavaClassAnnotationContainer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaAnnotationContainer.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   259
$(OUTDIR)JavaClassMemberRef2.$(O) JavaClassMemberRef2.$(C) JavaClassMemberRef2.$(H): JavaClassMemberRef2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaRef2.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   260
$(OUTDIR)JavaClassReader.$(O) JavaClassReader.$(C) JavaClassReader.$(H): JavaClassReader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaConstants.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   261
$(OUTDIR)JavaClassRef2.$(O) JavaClassRef2.$(C) JavaClassRef2.$(H): JavaClassRef2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaRef2.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   262
$(OUTDIR)JavaClassRegistry.$(O) JavaClassRegistry.$(C) JavaClassRegistry.$(H): JavaClassRegistry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/SystemEnvironment.$(H) $(INCLUDE_TOP)/stx/libjava/JavaClassEnvironment.$(H) $(INCLUDE_TOP)/stx/libjava/JavaVMData.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   263
$(OUTDIR)JavaCodeBundle.$(O) JavaCodeBundle.$(C) JavaCodeBundle.$(H): JavaCodeBundle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaCodeLibraryOrBundle.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   264
$(OUTDIR)JavaCodeLibrary.$(O) JavaCodeLibrary.$(C) JavaCodeLibrary.$(H): JavaCodeLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaCodeLibraryOrBundle.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   265
$(OUTDIR)JavaEmbeddedFrameView.$(O) JavaEmbeddedFrameView.$(C) JavaEmbeddedFrameView.$(H): JavaEmbeddedFrameView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   266
$(OUTDIR)JavaFieldAnnotationContainer.$(O) JavaFieldAnnotationContainer.$(C) JavaFieldAnnotationContainer.$(H): JavaFieldAnnotationContainer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaAnnotationContainer.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   267
$(OUTDIR)JavaFieldDescriptor.$(O) JavaFieldDescriptor.$(C) JavaFieldDescriptor.$(H): JavaFieldDescriptor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaDescriptor.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   268
$(OUTDIR)JavaFieldDescriptorWithUnionType.$(O) JavaFieldDescriptorWithUnionType.$(C) JavaFieldDescriptorWithUnionType.$(H): JavaFieldDescriptorWithUnionType.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaDescriptor.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   269
$(OUTDIR)JavaInvalidRefError.$(O) JavaInvalidRefError.$(C) JavaInvalidRefError.$(H): JavaInvalidRefError.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/libjava/JavaError.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   270
$(OUTDIR)JavaInvokeDynamic2.$(O) JavaInvokeDynamic2.$(C) JavaInvokeDynamic2.$(H): JavaInvokeDynamic2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaRef2.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   271
$(OUTDIR)JavaMethod.$(O) JavaMethod.$(C) JavaMethod.$(H): JavaMethod.st $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaConstants.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   272
$(OUTDIR)JavaMethodAnnotationContainer.$(O) JavaMethodAnnotationContainer.$(C) JavaMethodAnnotationContainer.$(H): JavaMethodAnnotationContainer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaAnnotationContainer.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   273
$(OUTDIR)JavaMethodDescriptor.$(O) JavaMethodDescriptor.$(C) JavaMethodDescriptor.$(H): JavaMethodDescriptor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaDescriptor.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   274
$(OUTDIR)JavaMethodHandle2.$(O) JavaMethodHandle2.$(C) JavaMethodHandle2.$(H): JavaMethodHandle2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaRef2.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   275
$(OUTDIR)JavaMethodType2.$(O) JavaMethodType2.$(C) JavaMethodType2.$(H): JavaMethodType2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaRef2.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   276
$(OUTDIR)JavaMirror.$(O) JavaMirror.$(C) JavaMirror.$(H): JavaMirror.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaVMData.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   277
$(OUTDIR)JavaNativeMethodImpl_OpenJDK6.$(O) JavaNativeMethodImpl_OpenJDK6.$(C) JavaNativeMethodImpl_OpenJDK6.$(H): JavaNativeMethodImpl_OpenJDK6.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaVMData.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   278
$(OUTDIR)JavaStringRef2.$(O) JavaStringRef2.$(C) JavaStringRef2.$(H): JavaStringRef2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaRef2.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   279
$(OUTDIR)JavaUnhandledExceptionError.$(O) JavaUnhandledExceptionError.$(C) JavaUnhandledExceptionError.$(H): JavaUnhandledExceptionError.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/libjava/JavaError.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   280
$(OUTDIR)JavaUnhandledThreadDeathError.$(O) JavaUnhandledThreadDeathError.$(C) JavaUnhandledThreadDeathError.$(H): JavaUnhandledThreadDeathError.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/libjava/JavaError.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   281
$(OUTDIR)JavaUnresolvedClassConstant.$(O) JavaUnresolvedClassConstant.$(C) JavaUnresolvedClassConstant.$(H): JavaUnresolvedClassConstant.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaUnresolvedConstant.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   282
$(OUTDIR)JavaUnresolvedStringConstant.$(O) JavaUnresolvedStringConstant.$(C) JavaUnresolvedStringConstant.$(H): JavaUnresolvedStringConstant.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaUnresolvedConstant.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   283
$(OUTDIR)JavaVM.$(O) JavaVM.$(C) JavaVM.$(H): JavaVM.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaConstants.$(H) $(INCLUDE_TOP)/stx/libjava/JavaVMData.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   284
$(OUTDIR)ProxyMethodConditionNode.$(O) ProxyMethodConditionNode.$(C) ProxyMethodConditionNode.$(H): ProxyMethodConditionNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   285
$(OUTDIR)ProxyMethodGuardNode.$(O) ProxyMethodGuardNode.$(C) ProxyMethodGuardNode.$(H): ProxyMethodGuardNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   286
$(OUTDIR)ProxyMethodInvocationNode.$(O) ProxyMethodInvocationNode.$(C) ProxyMethodInvocationNode.$(H): ProxyMethodInvocationNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   287
$(OUTDIR)ProxyMethodJavaFieldAccessor.$(O) ProxyMethodJavaFieldAccessor.$(C) ProxyMethodJavaFieldAccessor.$(H): ProxyMethodJavaFieldAccessor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   288
$(OUTDIR)JavaAlienMirror.$(O) JavaAlienMirror.$(C) JavaAlienMirror.$(H): JavaAlienMirror.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaMirror.$(H) $(INCLUDE_TOP)/stx/libjava/JavaVMData.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   289
$(OUTDIR)JavaArrayMirror.$(O) JavaArrayMirror.$(C) JavaArrayMirror.$(H): JavaArrayMirror.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaMirror.$(H) $(INCLUDE_TOP)/stx/libjava/JavaVMData.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   290
$(OUTDIR)JavaByteCodePreresolver.$(O) JavaByteCodePreresolver.$(C) JavaByteCodePreresolver.$(H): JavaByteCodePreresolver.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaByteCodeProcessor.$(H) $(INCLUDE_TOP)/stx/libjava/JavaByteCodeProcessorAdapter.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   291
$(OUTDIR)JavaClass.$(O) JavaClass.$(C) JavaClass.$(H): JavaClass.st $(INCLUDE_TOP)/stx/libbasic/Behavior.$(H) $(INCLUDE_TOP)/stx/libbasic/Class.$(H) $(INCLUDE_TOP)/stx/libbasic/ClassDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/KeyedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/MethodDictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaBehavior.$(H) $(INCLUDE_TOP)/stx/libjava/JavaConstants.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   292
$(OUTDIR)JavaClassMirror.$(O) JavaClassMirror.$(C) JavaClassMirror.$(H): JavaClassMirror.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaMirror.$(H) $(INCLUDE_TOP)/stx/libjava/JavaVMData.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   293
$(OUTDIR)JavaClassPathBundle.$(O) JavaClassPathBundle.$(C) JavaClassPathBundle.$(H): JavaClassPathBundle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaCodeBundle.$(H) $(INCLUDE_TOP)/stx/libjava/JavaCodeLibraryOrBundle.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   294
$(OUTDIR)JavaFieldRef2.$(O) JavaFieldRef2.$(C) JavaFieldRef2.$(H): JavaFieldRef2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaClassMemberRef2.$(H) $(INCLUDE_TOP)/stx/libjava/JavaConstants.$(H) $(INCLUDE_TOP)/stx/libjava/JavaRef2.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   295
$(OUTDIR)JavaMethodAnalyzer.$(O) JavaMethodAnalyzer.$(C) JavaMethodAnalyzer.$(H): JavaMethodAnalyzer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaByteCodeProcessor.$(H) $(INCLUDE_TOP)/stx/libjava/JavaByteCodeProcessorAdapter.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   296
$(OUTDIR)JavaMethodRef2.$(O) JavaMethodRef2.$(C) JavaMethodRef2.$(H): JavaMethodRef2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaClassMemberRef2.$(H) $(INCLUDE_TOP)/stx/libjava/JavaConstants.$(H) $(INCLUDE_TOP)/stx/libjava/JavaRef2.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   297
$(OUTDIR)JavaMethodWithException.$(O) JavaMethodWithException.$(C) JavaMethodWithException.$(H): JavaMethodWithException.st $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaMethod.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   298
$(OUTDIR)JavaNativeMethodImpl_AppleJDK6.$(O) JavaNativeMethodImpl_AppleJDK6.$(C) JavaNativeMethodImpl_AppleJDK6.$(H): JavaNativeMethodImpl_AppleJDK6.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK6.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   299
$(OUTDIR)JavaNativeMethodImpl_OpenJDK7.$(O) JavaNativeMethodImpl_OpenJDK7.$(C) JavaNativeMethodImpl_OpenJDK7.$(H): JavaNativeMethodImpl_OpenJDK7.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK6.$(H) $(INCLUDE_TOP)/stx/libjava/JavaVMData.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   300
$(OUTDIR)JavaNativeMethodImpl_SunJDK6.$(O) JavaNativeMethodImpl_SunJDK6.$(C) JavaNativeMethodImpl_SunJDK6.$(H): JavaNativeMethodImpl_SunJDK6.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK6.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   301
$(OUTDIR)JavaPrimitiveMirror.$(O) JavaPrimitiveMirror.$(C) JavaPrimitiveMirror.$(H): JavaPrimitiveMirror.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaMirror.$(H) $(INCLUDE_TOP)/stx/libjava/JavaVMData.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   302
$(OUTDIR)ProxyMethodAndNode.$(O) ProxyMethodAndNode.$(C) ProxyMethodAndNode.$(H): ProxyMethodAndNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodConditionNode.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   303
$(OUTDIR)ProxyMethodBlockInvocationNode.$(O) ProxyMethodBlockInvocationNode.$(C) ProxyMethodBlockInvocationNode.$(H): ProxyMethodBlockInvocationNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodInvocationNode.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   304
$(OUTDIR)ProxyMethodJavaFieldGetter.$(O) ProxyMethodJavaFieldGetter.$(C) ProxyMethodJavaFieldGetter.$(H): ProxyMethodJavaFieldGetter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodJavaFieldAccessor.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   305
$(OUTDIR)ProxyMethodJavaFieldSetter.$(O) ProxyMethodJavaFieldSetter.$(C) ProxyMethodJavaFieldSetter.$(H): ProxyMethodJavaFieldSetter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodJavaFieldAccessor.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   306
$(OUTDIR)ProxyMethodMethodInvocationNode.$(O) ProxyMethodMethodInvocationNode.$(C) ProxyMethodMethodInvocationNode.$(H): ProxyMethodMethodInvocationNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodInvocationNode.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   307
$(OUTDIR)ProxyMethodTypeCheckNode.$(O) ProxyMethodTypeCheckNode.$(C) ProxyMethodTypeCheckNode.$(H): ProxyMethodTypeCheckNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodConditionNode.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   308
$(OUTDIR)GroovyClass.$(O) GroovyClass.$(C) GroovyClass.$(H): GroovyClass.st $(INCLUDE_TOP)/stx/libbasic/Behavior.$(H) $(INCLUDE_TOP)/stx/libbasic/Class.$(H) $(INCLUDE_TOP)/stx/libbasic/ClassDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaBehavior.$(H) $(INCLUDE_TOP)/stx/libjava/JavaClass.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   309
$(OUTDIR)JavaInterfaceMethodRef2.$(O) JavaInterfaceMethodRef2.$(C) JavaInterfaceMethodRef2.$(H): JavaInterfaceMethodRef2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaClassMemberRef2.$(H) $(INCLUDE_TOP)/stx/libjava/JavaMethodRef2.$(H) $(INCLUDE_TOP)/stx/libjava/JavaRef2.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   310
$(OUTDIR)JavaMethodWithHandler.$(O) JavaMethodWithHandler.$(C) JavaMethodWithHandler.$(H): JavaMethodWithHandler.st $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaMethod.$(H) $(INCLUDE_TOP)/stx/libjava/JavaMethodWithException.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   311
$(OUTDIR)JavaNativeMethodImpl_OpenJDK8.$(O) JavaNativeMethodImpl_OpenJDK8.$(C) JavaNativeMethodImpl_OpenJDK8.$(H): JavaNativeMethodImpl_OpenJDK8.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK6.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK7.$(H) $(INCLUDE_TOP)/stx/libjava/JavaVMData.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   312
$(OUTDIR)JavaNativeMethodImpl_OracleJDK7.$(O) JavaNativeMethodImpl_OracleJDK7.$(C) JavaNativeMethodImpl_OracleJDK7.$(H): JavaNativeMethodImpl_OracleJDK7.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK6.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK7.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   313
$(OUTDIR)ProxyMethodJavaMethodInvocationNode.$(O) ProxyMethodJavaMethodInvocationNode.$(C) ProxyMethodJavaMethodInvocationNode.$(H): ProxyMethodJavaMethodInvocationNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodInvocationNode.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodMethodInvocationNode.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   314
$(OUTDIR)ProxyMethodJavaTypeCheckNode.$(O) ProxyMethodJavaTypeCheckNode.$(C) ProxyMethodJavaTypeCheckNode.$(H): ProxyMethodJavaTypeCheckNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodConditionNode.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(INCLUDE_TOP)/stx/libjava/ProxyMethodTypeCheckNode.$(H) $(STCHDR)
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   315
$(OUTDIR)JavaNativeMethod.$(O) JavaNativeMethod.$(C) JavaNativeMethod.$(H): JavaNativeMethod.st $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaMethod.$(H) $(INCLUDE_TOP)/stx/libjava/JavaMethodWithException.$(H) $(INCLUDE_TOP)/stx/libjava/JavaMethodWithHandler.$(H) $(STCHDR)
3845
ae799a8546ce class: JavaNativeMethodImpl_AppleJDK9
Claus Gittinger <cg@exept.de>
parents: 3841
diff changeset
   316
$(OUTDIR)JavaNativeMethodImpl_AppleJDK8.$(O) JavaNativeMethodImpl_AppleJDK8.$(C) JavaNativeMethodImpl_AppleJDK8.$(H): JavaNativeMethodImpl_AppleJDK8.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK6.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK7.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK8.$(H) $(STCHDR)
3802
176d3bc34153 class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3643
diff changeset
   317
$(OUTDIR)JavaNativeMethodImpl_OpenJDK9.$(O) JavaNativeMethodImpl_OpenJDK9.$(C) JavaNativeMethodImpl_OpenJDK9.$(H): JavaNativeMethodImpl_OpenJDK9.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK6.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK7.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK8.$(H) $(INCLUDE_TOP)/stx/libjava/JavaVMData.$(H) $(STCHDR)
3633
dcba3e9f7724 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3485
diff changeset
   318
$(OUTDIR)JavaNativeMethodImpl_OracleJDK8.$(O) JavaNativeMethodImpl_OracleJDK8.$(C) JavaNativeMethodImpl_OracleJDK8.$(H): JavaNativeMethodImpl_OracleJDK8.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK6.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK7.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK8.$(H) $(STCHDR)
3845
ae799a8546ce class: JavaNativeMethodImpl_AppleJDK9
Claus Gittinger <cg@exept.de>
parents: 3841
diff changeset
   319
$(OUTDIR)JavaNativeMethodImpl_AppleJDK9.$(O) JavaNativeMethodImpl_AppleJDK9.$(C) JavaNativeMethodImpl_AppleJDK9.$(H): JavaNativeMethodImpl_AppleJDK9.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK6.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK7.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK8.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK9.$(H) $(STCHDR)
3802
176d3bc34153 class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3643
diff changeset
   320
$(OUTDIR)JavaNativeMethodImpl_OracleJDK9.$(O) JavaNativeMethodImpl_OracleJDK9.$(C) JavaNativeMethodImpl_OracleJDK9.$(H): JavaNativeMethodImpl_OracleJDK9.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK6.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK7.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK8.$(H) $(INCLUDE_TOP)/stx/libjava/JavaNativeMethodImpl_OpenJDK9.$(H) $(STCHDR)
176d3bc34153 class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3643
diff changeset
   321
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/AbstractNumberVector.$(H) $(INCLUDE_TOP)/stx/libbasic/ArithmeticValue.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Behavior.$(H) $(INCLUDE_TOP)/stx/libbasic/Boolean.$(H) $(INCLUDE_TOP)/stx/libbasic/ByteArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Character.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Class.$(H) $(INCLUDE_TOP)/stx/libbasic/ClassDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ConfigurableFeatures.$(H) $(INCLUDE_TOP)/stx/libbasic/Context.$(H) $(INCLUDE_TOP)/stx/libbasic/Delay.$(H) $(INCLUDE_TOP)/stx/libbasic/DoubleArray.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/ExternalStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Float.$(H) $(INCLUDE_TOP)/stx/libbasic/FloatArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Integer.$(H) $(INCLUDE_TOP)/stx/libbasic/LargeInteger.$(H) $(INCLUDE_TOP)/stx/libbasic/LimitedPrecisionReal.$(H) $(INCLUDE_TOP)/stx/libbasic/Link.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Method.$(H) $(INCLUDE_TOP)/stx/libbasic/NonPositionableExternalStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Number.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/PositionableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Process.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ReadWriteStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Semaphore.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/ShortFloat.$(H) $(INCLUDE_TOP)/stx/libbasic/SignedIntegerArray.$(H) $(INCLUDE_TOP)/stx/libbasic/SignedLongIntegerArray.$(H) $(INCLUDE_TOP)/stx/libbasic/SignedWordArray.$(H) $(INCLUDE_TOP)/stx/libbasic/SmallInteger.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic/String.$(H) $(INCLUDE_TOP)/stx/libbasic/TwoByteString.$(H) $(INCLUDE_TOP)/stx/libbasic/UnboxedIntegerArray.$(H) $(INCLUDE_TOP)/stx/libbasic/UndefinedObject.$(H) $(INCLUDE_TOP)/stx/libbasic/Unicode16String.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic/WordArray.$(H) $(INCLUDE_TOP)/stx/libbasic/WriteStream.$(H) $(INCLUDE_TOP)/stx/libbasic2/Socket.$(H) $(INCLUDE_TOP)/stx/libbasic3/WrappedMethod.$(H) $(STCHDR)
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2130
diff changeset
   322
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   323
# ENDMAKEDEPEND --- do not remove this line
3845
ae799a8546ce class: JavaNativeMethodImpl_AppleJDK9
Claus Gittinger <cg@exept.de>
parents: 3841
diff changeset
   324