bc.mak
author Claus Gittinger <cg@exept.de>
Sun, 23 Feb 2020 14:03:15 +0100
branchcvs_MAIN
changeset 3997 5bb44f7e1d20
parent 3924 8aa1dab14fb7
permissions -rw-r--r--
#REFACTORING by exept class: Java class changed: #dumpConfigOn:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3473
3d272bdd7141 64-bit gcc needs PIC code
Stefan Vogel <sv@exept.de>
parents: 3412
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: 2150
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: 2348
diff changeset
     4
# automagically generated from the projectDefinition: stx_libjava.
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
     5
#
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
     6
# Warning: once you modify this file, do not rerun
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
     8
#
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
     9
# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    10
# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    11
# It shares common definitions with the unix-make in Make.spec.
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    12
# The bc.mak supports the following targets:
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    13
#    bmake         - compile all st-files to a classLib (dll)
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    14
#    bmake clean   - clean all temp files
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    15
#    bmake clobber - clean all
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    16
#
2326
2a690ef619cd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    17
# Historic Note:
2344
5eb32c8721b0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2326
diff changeset
    18
#  this used to contain only rules to make with borland
2326
2a690ef619cd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    19
#    (called via bmake, by "make.exe -f bc.mak")
2a690ef619cd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    20
#  this has changed; it is now also possible to build using microsoft visual c
2a690ef619cd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    21
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    22
#
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    23
TOP=..
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    24
INCLUDE_TOP=$(TOP)\..
2113
b000d7d4304b dll addresses
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    25
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    26
2113
b000d7d4304b dll addresses
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    27
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    28
!INCLUDE $(TOP)\rules\stdHeader_bc
2113
b000d7d4304b dll addresses
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    29
2119
40d962f5c4ff *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2113
diff changeset
    30
!INCLUDE Make.spec
2113
b000d7d4304b dll addresses
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    31
2150
3dbc038c151a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2144
diff changeset
    32
LIBNAME=libstx_libjava
3293
14292924cac7 JavaClass memory optimization (part 4)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3186
diff changeset
    33
MODULE_PATH=libjava
3634
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
    34
RESFILES=stx_libjavaWINrc.$(RES)
2150
3dbc038c151a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2144
diff changeset
    35
2113
b000d7d4304b dll addresses
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    36
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    37
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
    38
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
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    39
LOCALDEFINES=
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    40
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    41
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    42
LOCALLIBS=$(ZLIB_DIR)\$(ZLIB) support\fdlibm\libfdm.lib
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents: 747
diff changeset
    43
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    44
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
2113
b000d7d4304b dll addresses
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    45
2415
38afa574fc1c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2409
diff changeset
    46
ALL:: $(ZLIB) support\fdlibm\libfdm.lib antIfPossible classLibRule
2113
b000d7d4304b dll addresses
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    47
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    48
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
2113
b000d7d4304b dll addresses
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    49
2135
064dec45ecf3 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2133
diff changeset
    50
!INCLUDE $(TOP)\rules\stdRules_bc
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents: 747
diff changeset
    51
2537
8d54d7b066d9 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2444
diff changeset
    52
# build all mandatory prerequisite packages (containing superclasses) for this package
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    53
prereq:
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    54
	pushd ..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    55
	pushd ..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2400
bcc56e376056 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2397
diff changeset
    56
	pushd ..\libbasic3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    57
	pushd ..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2537
8d54d7b066d9 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2444
diff changeset
    58
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    59
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    60
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    61
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2537
diff changeset
    62
java: ant
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2537
diff changeset
    63
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    64
ant:
3924
8aa1dab14fb7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3846
diff changeset
    65
	$(ANT) -f java\build.xml
2415
38afa574fc1c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2409
diff changeset
    66
38afa574fc1c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2409
diff changeset
    67
antIfPossible:
3924
8aa1dab14fb7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3846
diff changeset
    68
	-$(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: 2348
diff changeset
    69
2421
34418212484e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2415
diff changeset
    70
full::  ant
2415
38afa574fc1c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2409
diff changeset
    71
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    72
$(ZLIB):
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    73
	cd $(ZLIB_DIR)
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    74
	$(MAKE) $(MAKE_ZLIB_ARG) $(ZLIB)
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    75
	cd ..\..\libjava
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    76
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    77
$(BZ2LIB):
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    78
	cd $(BZ2LIB_DIR)
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    79
	$(MAKE) $(MAKE_BZ2LIB_ARG) bz2.lib
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    80
	cd ..\..\libjava
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    81
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    82
support\fdlibm\libfdm.lib:
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    83
	cd support\fdlibm
3530
ca
parents: 3473
diff changeset
    84
	$(MAKE) $(MAKE_FDMLIB_ARG)
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2348
diff changeset
    85
	cd ..\..
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2537
diff changeset
    86
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    87
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    88
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2150
diff changeset
    89
2537
8d54d7b066d9 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2444
diff changeset
    90
3803
3c8fdb09191b class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3634
diff changeset
    91
test: $(TOP)\goodies\builder\reports\
1840
abd3746f821f Added Boolean class>>javaWrapRequired.
vranyj1
parents: 1823
diff changeset
    92
	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
1876
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
    93
	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
3634
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
    94
        
2537
8d54d7b066d9 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2444
diff changeset
    95
clean::
3634
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
    96
	-del *.$(CSUFFIX)
2537
8d54d7b066d9 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2444
diff changeset
    97
1840
abd3746f821f Added Boolean class>>javaWrapRequired.
vranyj1
parents: 1823
diff changeset
    98
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
    99
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3634
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   100
$(OUTDIR)GroovyCompiler.$(O) GroovyCompiler.$(C) GroovyCompiler.$(H): GroovyCompiler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   101
$(OUTDIR)GroovyEvaluator.$(O) GroovyEvaluator.$(C) GroovyEvaluator.$(H): GroovyEvaluator.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   102
$(OUTDIR)GroovyLanguage.$(O) GroovyLanguage.$(C) GroovyLanguage.$(H): GroovyLanguage.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProgrammingLanguage.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   103
$(OUTDIR)GroovySourceFileWriter.$(O) GroovySourceFileWriter.$(C) GroovySourceFileWriter.$(H): GroovySourceFileWriter.st $(INCLUDE_TOP)\stx\libbasic\AbstractSourceFileWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   104
$(OUTDIR)JavaAnnotation.$(O) JavaAnnotation.$(C) JavaAnnotation.$(H): JavaAnnotation.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   105
$(OUTDIR)JavaAnnotationContainer.$(O) JavaAnnotationContainer.$(C) JavaAnnotationContainer.$(H): JavaAnnotationContainer.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   106
$(OUTDIR)JavaAnnotationDefault.$(O) JavaAnnotationDefault.$(C) JavaAnnotationDefault.$(H): JavaAnnotationDefault.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   107
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   108
$(OUTDIR)JavaAnnotationValue.$(O) JavaAnnotationValue.$(C) JavaAnnotationValue.$(H): JavaAnnotationValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   109
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   110
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   111
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   112
$(OUTDIR)JavaByteCodeProcessor.$(O) JavaByteCodeProcessor.$(C) JavaByteCodeProcessor.$(H): JavaByteCodeProcessor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   113
$(OUTDIR)JavaClassAccessor.$(O) JavaClassAccessor.$(C) JavaClassAccessor.$(H): JavaClassAccessor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   114
$(OUTDIR)JavaClassEnvironment.$(O) JavaClassEnvironment.$(C) JavaClassEnvironment.$(H): JavaClassEnvironment.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\SystemEnvironment.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   115
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   116
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   117
$(OUTDIR)JavaCodeLibraryOrBundle.$(O) JavaCodeLibraryOrBundle.$(C) JavaCodeLibraryOrBundle.$(H): JavaCodeLibraryOrBundle.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   118
$(OUTDIR)JavaCompilerForSmalltalkExtensionsOnly.$(O) JavaCompilerForSmalltalkExtensionsOnly.$(C) JavaCompilerForSmalltalkExtensionsOnly.$(H): JavaCompilerForSmalltalkExtensionsOnly.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   119
$(OUTDIR)JavaCompiler_Eclipse.$(O) JavaCompiler_Eclipse.$(C) JavaCompiler_Eclipse.$(H): JavaCompiler_Eclipse.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   120
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   121
$(OUTDIR)JavaConstants.$(O) JavaConstants.$(C) JavaConstants.$(H): JavaConstants.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   122
$(OUTDIR)JavaContext.$(O) JavaContext.$(C) JavaContext.$(H): JavaContext.st $(INCLUDE_TOP)\stx\libbasic\Context.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   123
$(OUTDIR)JavaDecompiler.$(O) JavaDecompiler.$(C) JavaDecompiler.$(H): JavaDecompiler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   124
$(OUTDIR)JavaDescriptor.$(O) JavaDescriptor.$(C) JavaDescriptor.$(H): JavaDescriptor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   125
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   126
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   127
$(OUTDIR)JavaField.$(O) JavaField.$(C) JavaField.$(H): JavaField.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   128
$(OUTDIR)JavaFinalizationRegistry.$(O) JavaFinalizationRegistry.$(C) JavaFinalizationRegistry.$(H): JavaFinalizationRegistry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   129
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   130
$(OUTDIR)JavaLanguage.$(O) JavaLanguage.$(C) JavaLanguage.$(H): JavaLanguage.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProgrammingLanguage.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   131
$(OUTDIR)JavaLibraries.$(O) JavaLibraries.$(C) JavaLibraries.$(H): JavaLibraries.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   132
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   133
$(OUTDIR)JavaLocalVariableTableEntry.$(O) JavaLocalVariableTableEntry.$(C) JavaLocalVariableTableEntry.$(H): JavaLocalVariableTableEntry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   134
$(OUTDIR)JavaLookup.$(O) JavaLookup.$(C) JavaLookup.$(H): JavaLookup.st $(INCLUDE_TOP)\stx\libbasic\Lookup.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   135
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   136
$(OUTDIR)JavaMonitor.$(O) JavaMonitor.$(C) JavaMonitor.$(H): JavaMonitor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   137
$(OUTDIR)JavaNameAndType2.$(O) JavaNameAndType2.$(C) JavaNameAndType2.$(H): JavaNameAndType2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   138
$(OUTDIR)JavaNativeMemory.$(O) JavaNativeMemory.$(C) JavaNativeMemory.$(H): JavaNativeMemory.st $(INCLUDE_TOP)\stx\libbasic\Link.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   139
$(OUTDIR)JavaNioSupport.$(O) JavaNioSupport.$(C) JavaNioSupport.$(H): JavaNioSupport.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   140
$(OUTDIR)JavaObject.$(O) JavaObject.$(C) JavaObject.$(H): JavaObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   141
$(OUTDIR)JavaObjectDictionary.$(O) JavaObjectDictionary.$(C) JavaObjectDictionary.$(H): JavaObjectDictionary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   142
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   143
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   144
$(OUTDIR)JavaRef2.$(O) JavaRef2.$(C) JavaRef2.$(H): JavaRef2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   145
$(OUTDIR)JavaRelease.$(O) JavaRelease.$(C) JavaRelease.$(H): JavaRelease.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3817
12b973ee3e54 care for unsupported release
Claus Gittinger <cg@exept.de>
parents: 3803
diff changeset
   146
$(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)
3634
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   147
$(OUTDIR)JavaResolver.$(O) JavaResolver.$(C) JavaResolver.$(H): JavaResolver.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   148
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   149
$(OUTDIR)JavaSlotIndexCache.$(O) JavaSlotIndexCache.$(C) JavaSlotIndexCache.$(H): JavaSlotIndexCache.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   150
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   151
$(OUTDIR)JavaSourceCodeCache.$(O) JavaSourceCodeCache.$(C) JavaSourceCodeCache.$(H): JavaSourceCodeCache.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   152
$(OUTDIR)JavaSourceFileWriter.$(O) JavaSourceFileWriter.$(C) JavaSourceFileWriter.$(H): JavaSourceFileWriter.st $(INCLUDE_TOP)\stx\libbasic\AbstractSourceFileWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   153
$(OUTDIR)JavaTestsLoader.$(O) JavaTestsLoader.$(C) JavaTestsLoader.$(H): JavaTestsLoader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   154
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   155
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   156
$(OUTDIR)JavaUnresolvedConstant.$(O) JavaUnresolvedConstant.$(C) JavaUnresolvedConstant.$(H): JavaUnresolvedConstant.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   157
$(OUTDIR)JavaUtilities.$(O) JavaUtilities.$(C) JavaUtilities.$(H): JavaUtilities.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   158
$(OUTDIR)JavaVMData.$(O) JavaVMData.$(C) JavaVMData.$(H): JavaVMData.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   159
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   160
$(OUTDIR)JavaZipDeflater.$(O) JavaZipDeflater.$(C) JavaZipDeflater.$(H): JavaZipDeflater.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   161
$(OUTDIR)JavaZipFile.$(O) JavaZipFile.$(C) JavaZipFile.$(H): JavaZipFile.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\ZipArchive.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   162
$(OUTDIR)JavaZipInflater.$(O) JavaZipInflater.$(C) JavaZipInflater.$(H): JavaZipInflater.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   163
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   164
$(OUTDIR)ProxyMethodCompiler.$(O) ProxyMethodCompiler.$(C) ProxyMethodCompiler.$(H): ProxyMethodCompiler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   165
$(OUTDIR)ProxyMethodNode.$(O) ProxyMethodNode.$(C) ProxyMethodNode.$(H): ProxyMethodNode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   166
$(OUTDIR)SmalltalkAppletContext.$(O) SmalltalkAppletContext.$(C) SmalltalkAppletContext.$(H): SmalltalkAppletContext.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   167
$(OUTDIR)SmalltalkAppletStub.$(O) SmalltalkAppletStub.$(C) SmalltalkAppletStub.$(H): SmalltalkAppletStub.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   168
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   169
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   170
$(OUTDIR)Java.$(O) Java.$(C) Java.$(H): Java.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaVMData.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   171
$(OUTDIR)JavaAnnotationArrayValue.$(O) JavaAnnotationArrayValue.$(C) JavaAnnotationArrayValue.$(H): JavaAnnotationArrayValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaAnnotationValue.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   172
$(OUTDIR)JavaAnnotationClassValue.$(O) JavaAnnotationClassValue.$(C) JavaAnnotationClassValue.$(H): JavaAnnotationClassValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaAnnotationValue.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   173
$(OUTDIR)JavaAnnotationEnumValue.$(O) JavaAnnotationEnumValue.$(C) JavaAnnotationEnumValue.$(H): JavaAnnotationEnumValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaAnnotationValue.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   174
$(OUTDIR)JavaAnnotationNestedAnnotationValue.$(O) JavaAnnotationNestedAnnotationValue.$(C) JavaAnnotationNestedAnnotationValue.$(H): JavaAnnotationNestedAnnotationValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaAnnotationValue.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   175
$(OUTDIR)JavaAnnotationPrimitiveValue.$(O) JavaAnnotationPrimitiveValue.$(C) JavaAnnotationPrimitiveValue.$(H): JavaAnnotationPrimitiveValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaAnnotationValue.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   176
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   177
$(OUTDIR)JavaByteCodeDisassembler.$(O) JavaByteCodeDisassembler.$(C) JavaByteCodeDisassembler.$(H): JavaByteCodeDisassembler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaByteCodeProcessor.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   178
$(OUTDIR)JavaByteCodeEnumerator.$(O) JavaByteCodeEnumerator.$(C) JavaByteCodeEnumerator.$(H): JavaByteCodeEnumerator.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaDecompiler.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   179
$(OUTDIR)JavaByteCodeProcessorAdapter.$(O) JavaByteCodeProcessorAdapter.$(C) JavaByteCodeProcessorAdapter.$(H): JavaByteCodeProcessorAdapter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaByteCodeProcessor.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   180
$(OUTDIR)JavaClassAnnotationContainer.$(O) JavaClassAnnotationContainer.$(C) JavaClassAnnotationContainer.$(H): JavaClassAnnotationContainer.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaAnnotationContainer.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   181
$(OUTDIR)JavaClassMemberRef2.$(O) JavaClassMemberRef2.$(C) JavaClassMemberRef2.$(H): JavaClassMemberRef2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaRef2.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   182
$(OUTDIR)JavaClassReader.$(O) JavaClassReader.$(C) JavaClassReader.$(H): JavaClassReader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaConstants.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   183
$(OUTDIR)JavaClassRef2.$(O) JavaClassRef2.$(C) JavaClassRef2.$(H): JavaClassRef2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaRef2.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   184
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   185
$(OUTDIR)JavaCodeBundle.$(O) JavaCodeBundle.$(C) JavaCodeBundle.$(H): JavaCodeBundle.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaCodeLibraryOrBundle.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   186
$(OUTDIR)JavaCodeLibrary.$(O) JavaCodeLibrary.$(C) JavaCodeLibrary.$(H): JavaCodeLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaCodeLibraryOrBundle.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   187
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   188
$(OUTDIR)JavaFieldAnnotationContainer.$(O) JavaFieldAnnotationContainer.$(C) JavaFieldAnnotationContainer.$(H): JavaFieldAnnotationContainer.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaAnnotationContainer.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   189
$(OUTDIR)JavaFieldDescriptor.$(O) JavaFieldDescriptor.$(C) JavaFieldDescriptor.$(H): JavaFieldDescriptor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaDescriptor.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   190
$(OUTDIR)JavaFieldDescriptorWithUnionType.$(O) JavaFieldDescriptorWithUnionType.$(C) JavaFieldDescriptorWithUnionType.$(H): JavaFieldDescriptorWithUnionType.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaDescriptor.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   191
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   192
$(OUTDIR)JavaInvokeDynamic2.$(O) JavaInvokeDynamic2.$(C) JavaInvokeDynamic2.$(H): JavaInvokeDynamic2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaRef2.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   193
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   194
$(OUTDIR)JavaMethodAnnotationContainer.$(O) JavaMethodAnnotationContainer.$(C) JavaMethodAnnotationContainer.$(H): JavaMethodAnnotationContainer.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaAnnotationContainer.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   195
$(OUTDIR)JavaMethodDescriptor.$(O) JavaMethodDescriptor.$(C) JavaMethodDescriptor.$(H): JavaMethodDescriptor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaDescriptor.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   196
$(OUTDIR)JavaMethodHandle2.$(O) JavaMethodHandle2.$(C) JavaMethodHandle2.$(H): JavaMethodHandle2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaRef2.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   197
$(OUTDIR)JavaMethodType2.$(O) JavaMethodType2.$(C) JavaMethodType2.$(H): JavaMethodType2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaRef2.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   198
$(OUTDIR)JavaMirror.$(O) JavaMirror.$(C) JavaMirror.$(H): JavaMirror.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaVMData.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   199
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   200
$(OUTDIR)JavaStringRef2.$(O) JavaStringRef2.$(C) JavaStringRef2.$(H): JavaStringRef2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaRef2.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   201
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   202
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   203
$(OUTDIR)JavaUnresolvedClassConstant.$(O) JavaUnresolvedClassConstant.$(C) JavaUnresolvedClassConstant.$(H): JavaUnresolvedClassConstant.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaUnresolvedConstant.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   204
$(OUTDIR)JavaUnresolvedStringConstant.$(O) JavaUnresolvedStringConstant.$(C) JavaUnresolvedStringConstant.$(H): JavaUnresolvedStringConstant.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\JavaUnresolvedConstant.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   205
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   206
$(OUTDIR)ProxyMethodConditionNode.$(O) ProxyMethodConditionNode.$(C) ProxyMethodConditionNode.$(H): ProxyMethodConditionNode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   207
$(OUTDIR)ProxyMethodGuardNode.$(O) ProxyMethodGuardNode.$(C) ProxyMethodGuardNode.$(H): ProxyMethodGuardNode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   208
$(OUTDIR)ProxyMethodInvocationNode.$(O) ProxyMethodInvocationNode.$(C) ProxyMethodInvocationNode.$(H): ProxyMethodInvocationNode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   209
$(OUTDIR)ProxyMethodJavaFieldAccessor.$(O) ProxyMethodJavaFieldAccessor.$(C) ProxyMethodJavaFieldAccessor.$(H): ProxyMethodJavaFieldAccessor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(STCHDR)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   210
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   211
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   212
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   213
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   214
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   215
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   216
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   217
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   218
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   219
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   220
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   221
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   222
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   223
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   224
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   225
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   226
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   227
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   228
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   229
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   230
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   231
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   232
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   233
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   234
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   235
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   236
$(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)
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   237
$(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)
3846
8a5c468adcf3 class: JavaNativeMethodImpl_AppleJDK9
Claus Gittinger <cg@exept.de>
parents: 3817
diff changeset
   238
$(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)
3803
3c8fdb09191b class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3634
diff changeset
   239
$(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)
3634
1f66df8beb8a Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3530
diff changeset
   240
$(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)
3846
8a5c468adcf3 class: JavaNativeMethodImpl_AppleJDK9
Claus Gittinger <cg@exept.de>
parents: 3817
diff changeset
   241
$(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)
3803
3c8fdb09191b class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3634
diff changeset
   242
$(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)
3c8fdb09191b class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3634
diff changeset
   243
$(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: 2150
diff changeset
   244
616
53bf2ec50346 *** empty log message ***
cg
parents:
diff changeset
   245
# ENDMAKEDEPEND --- do not remove this line
1876
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
   246
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
   247
# **Must be at end**
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
   248
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
   249
# 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
   250
# 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
   251
# definition class always contains correct binary revision string.
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
   252
!IFDEF HGROOT
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
   253
$(OUTDIR)stx_libjava.$(O): $(HGROOT)\.hg\dirstate
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
   254
!ENDIF