src/bc.mak
author vranyj1
Wed, 28 Mar 2012 14:03:25 +0000
branchjk_new_structure
changeset 1433 cc7b8e8cd814
parent 1430 9331b0e95098
child 1437 e8d69f470ace
permissions -rw-r--r--
Fixes for Mauve tests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
926
vranyj1
parents: 923
diff changeset
     1
# $Header$
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     2
#
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     3
# DO NOT EDIT
1433
cc7b8e8cd814 Fixes for Mauve tests
vranyj1
parents: 1430
diff changeset
     4
# automagically generated from the projectDefinition: stx_libjava at 2012-03-28 12:30:20.343.
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     5
#
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     8
#
1354
d55b6a30d906 Some comments, added A_RESOLVED method flag.
vranyj1
parents: 1336
diff changeset
     9
# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
d55b6a30d906 Some comments, added A_RESOLVED method flag.
vranyj1
parents: 1336
diff changeset
    10
# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    11
# It shares common definitions with the unix-make in Make.spec.
1354
d55b6a30d906 Some comments, added A_RESOLVED method flag.
vranyj1
parents: 1336
diff changeset
    12
# The bc.mak supports the following targets:
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    13
#    bmake         - compile all st-files to a classLib (dll)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    14
#    bmake clean   - clean all temp files
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    15
#    bmake clobber - clean all
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    16
#
1019
1d993bcebed4 added few very simple tests for class loading
hlopkmar
parents: 1006
diff changeset
    17
# Historic Note:
1108
847291fc77d7 More java.net.* primitives
vranyj1
parents: 1046
diff changeset
    18
#  this used to contain only rules to make with borland 
1019
1d993bcebed4 added few very simple tests for class loading
hlopkmar
parents: 1006
diff changeset
    19
#    (called via bmake, by "make.exe -f bc.mak")
1108
847291fc77d7 More java.net.* primitives
vranyj1
parents: 1046
diff changeset
    20
#  this has changed; it is now also possible to build using microsoft visual c
1019
1d993bcebed4 added few very simple tests for class loading
hlopkmar
parents: 1006
diff changeset
    21
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    22
#
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    23
TOP=..
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    24
INCLUDE_TOP=$(TOP)\..
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    25
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    26
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    27
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    28
!INCLUDE $(TOP)\rules\stdHeader_bc
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    29
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    30
!INCLUDE Make.spec
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    31
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    32
LIBNAME=libstx_libjava
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    33
RESFILES=libjava.res
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    34
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    35
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    36
1208
vranyj1
parents: 1207
diff changeset
    37
LOCALINCLUDES=-I$(ZLIB_DIR) -Isupport\fdlibm -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libwidg -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\goodies\sunit -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libwidg2 -I$(INCLUDE_TOP)\squeak\petitparser -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic3 -I$(INCLUDE_TOP)\stx\libcomp -I$(INCLUDE_TOP)\stx\libtool -I$(INCLUDE_TOP)\stx\libhtml
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    38
LOCALDEFINES=
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    39
1318
73f3a53359d4 code cleanup...
kursjan
parents: 1309
diff changeset
    40
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
993
ba17be16215e Fixes fdlibm compilation issue on Windows
vranyj1
parents: 991
diff changeset
    41
LOCALLIBS=$(ZLIB_DIR)\$(ZLIB) support\fdlibm\libfdm.lib
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    42
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    43
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    44
993
ba17be16215e Fixes fdlibm compilation issue on Windows
vranyj1
parents: 991
diff changeset
    45
ALL:: $(ZLIB) support\fdlibm\libfdm.lib classLibRule
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    46
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    47
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    48
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    49
!INCLUDE $(TOP)\rules\stdRules_bc
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    50
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    51
# build all prerequisite packages for this package
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    52
prereq:
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    53
	pushd ..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    54
	pushd ..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    55
	pushd ..\libcomp & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    56
	pushd ..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
1386
5a5fc5c71e48 Added lost methods
vranyj1
parents: 1381
diff changeset
    57
	pushd ..\libdb & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    58
	pushd ..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    59
	pushd ..\libboss & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
1386
5a5fc5c71e48 Added lost methods
vranyj1
parents: 1381
diff changeset
    60
	pushd ..\libdb\libodbc & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5a5fc5c71e48 Added lost methods
vranyj1
parents: 1381
diff changeset
    61
	pushd ..\libdb\libsqlite & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    62
	pushd ..\goodies\sunit & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
763
1e82b558abd3 Few fixes toward new repository layout
vranyj1
parents: 761
diff changeset
    63
	pushd ..\libui & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
1386
5a5fc5c71e48 Added lost methods
vranyj1
parents: 1381
diff changeset
    64
	pushd ..\libbasic3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    65
	pushd ..\..\squeak\petitparser & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    66
	pushd ..\libwidg & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    67
	pushd ..\libhtml & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    68
	pushd ..\libwidg2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    69
	pushd ..\libtool & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    70
	pushd ..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    71
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    72
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    73
962
vranyj1
parents: 960
diff changeset
    74
$(ZLIB):
vranyj1
parents: 960
diff changeset
    75
	cd $(ZLIB_DIR)
vranyj1
parents: 960
diff changeset
    76
	$(MAKE) $(MAKE_ZLIB_ARG) $(ZLIB)
vranyj1
parents: 960
diff changeset
    77
	cd ..\..\libjava
vranyj1
parents: 960
diff changeset
    78
vranyj1
parents: 960
diff changeset
    79
$(BZ2LIB):
vranyj1
parents: 960
diff changeset
    80
	cd $(BZ2LIB_DIR)
vranyj1
parents: 960
diff changeset
    81
	$(MAKE) $(MAKE_BZ2LIB_ARG) bz2.lib
vranyj1
parents: 960
diff changeset
    82
	cd ..\..\libjava
vranyj1
parents: 960
diff changeset
    83
993
ba17be16215e Fixes fdlibm compilation issue on Windows
vranyj1
parents: 991
diff changeset
    84
support\fdlibm\libfdm.lib:
987
7ce13ad78d68 - build targets for building fdlibm
vranyj1
parents: 983
diff changeset
    85
	cd support\fdlibm
7ce13ad78d68 - build targets for building fdlibm
vranyj1
parents: 983
diff changeset
    86
	$(MAKE) -f Makefile.bcc
994
b7ba851da04b Build files for windows fixed
vranyj1
parents: 993
diff changeset
    87
	cd ..\..
987
7ce13ad78d68 - build targets for building fdlibm
vranyj1
parents: 983
diff changeset
    88
7ce13ad78d68 - build targets for building fdlibm
vranyj1
parents: 983
diff changeset
    89
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    90
1002
843c0bf2031c Refactoring in JavaLookup, some code cleanup
kursjan
parents: 994
diff changeset
    91
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    92
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
1368
5f502e712403 Groovy language support and integration
vranyj1
parents: 1365
diff changeset
    93
$(OUTDIR)GroovyCompiler.$(O) GroovyCompiler.$(H): GroovyCompiler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5f502e712403 Groovy language support and integration
vranyj1
parents: 1365
diff changeset
    94
$(OUTDIR)GroovyEvaluator.$(O) GroovyEvaluator.$(H): GroovyEvaluator.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5f502e712403 Groovy language support and integration
vranyj1
parents: 1365
diff changeset
    95
$(OUTDIR)GroovyLanguage.$(O) GroovyLanguage.$(H): GroovyLanguage.st $(INCLUDE_TOP)\stx\libbasic\ProgrammingLanguage.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5f502e712403 Groovy language support and integration
vranyj1
parents: 1365
diff changeset
    96
$(OUTDIR)GroovySourceFileWriter.$(O) GroovySourceFileWriter.$(H): GroovySourceFileWriter.st $(INCLUDE_TOP)\stx\libbasic\AbstractSourceFileWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    97
$(OUTDIR)Java.$(O) Java.$(H): Java.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    98
$(OUTDIR)JavaAnnotation.$(O) JavaAnnotation.$(H): JavaAnnotation.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    99
$(OUTDIR)JavaAnnotationContainer.$(O) JavaAnnotationContainer.$(H): JavaAnnotationContainer.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   100
$(OUTDIR)JavaAnnotationDefault.$(O) JavaAnnotationDefault.$(H): JavaAnnotationDefault.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   101
$(OUTDIR)JavaAnnotationDictionary.$(O) JavaAnnotationDictionary.$(H): JavaAnnotationDictionary.st $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   102
$(OUTDIR)JavaAnnotationValue.$(O) JavaAnnotationValue.$(H): JavaAnnotationValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   103
$(OUTDIR)JavaArray.$(O) JavaArray.$(H): JavaArray.st $(INCLUDE_TOP)\stx\libbasic\Array.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1155
vranyj1
parents: 1152
diff changeset
   104
$(OUTDIR)JavaByte.$(O) JavaByte.$(H): JavaByte.st $(INCLUDE_TOP)\stx\libbasic\Integer.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   105
$(OUTDIR)JavaByteCodeProcessor.$(O) JavaByteCodeProcessor.$(H): JavaByteCodeProcessor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1390
4a623c4ec05f - improvements in JavaPackage (towards nicer interop)
vranyj1
parents: 1388
diff changeset
   106
$(OUTDIR)JavaClassAccessor.$(O) JavaClassAccessor.$(H): JavaClassAccessor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1026
5badd1d31864 introduced JavaClassRegistry, taken loading responsibilities from JavaClassReader, got rid of stringConstants and started using StringRefs.. Bugs very likely :)
hlopkmar
parents: 1019
diff changeset
   107
$(OUTDIR)JavaClassRegistry.$(O) JavaClassRegistry.$(H): JavaClassRegistry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1372
dea574a1b6b3 Some initial class reloading support. Not yet finished, just sketched out.
vranyj1
parents: 1368
diff changeset
   108
$(OUTDIR)JavaClassReloader.$(O) JavaClassReloader.$(H): JavaClassReloader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   109
$(OUTDIR)JavaConstantPool.$(O) JavaConstantPool.$(H): JavaConstantPool.st $(INCLUDE_TOP)\stx\libbasic\Array.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1046
d40b1aa62700 Added JavaConstants
vranyj1
parents: 1026
diff changeset
   110
$(OUTDIR)JavaConstants.$(O) JavaConstants.$(H): JavaConstants.st $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   111
$(OUTDIR)JavaContext.$(O) JavaContext.$(H): JavaContext.st $(INCLUDE_TOP)\stx\libbasic\Context.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   112
$(OUTDIR)JavaDecompiler.$(O) JavaDecompiler.$(H): JavaDecompiler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   113
$(OUTDIR)JavaDescriptor.$(O) JavaDescriptor.$(H): JavaDescriptor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   114
$(OUTDIR)JavaError.$(O) 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)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   115
$(OUTDIR)JavaExceptionTableEntry.$(O) JavaExceptionTableEntry.$(H): JavaExceptionTableEntry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
879
8bb82d1ea058 Cleanup phase 3: old JavaRef class removed
vranyj1
parents: 878
diff changeset
   116
$(OUTDIR)JavaField.$(O) JavaField.$(H): JavaField.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   117
$(OUTDIR)JavaLanguage.$(O) JavaLanguage.$(H): JavaLanguage.st $(INCLUDE_TOP)\stx\libbasic\ProgrammingLanguage.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
754
a3d9edeb7d73 - Java: added #cacheDirectory
vranyj1
parents: 752
diff changeset
   118
$(OUTDIR)JavaLibraries.$(O) JavaLibraries.$(H): JavaLibraries.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   119
$(OUTDIR)JavaLocalVariableTable.$(O) JavaLocalVariableTable.$(H): JavaLocalVariableTable.st $(INCLUDE_TOP)\stx\libbasic\Array.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   120
$(OUTDIR)JavaLocalVariableTableEntry.$(O) JavaLocalVariableTableEntry.$(H): JavaLocalVariableTableEntry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1356
0dd28400803e Proxy methods from libjava/experiments moved to libjava
vranyj1
parents: 1354
diff changeset
   121
$(OUTDIR)JavaLookup.$(O) JavaLookup.$(H): JavaLookup.st $(INCLUDE_TOP)\stx\libbasic\Lookup.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
987
7ce13ad78d68 - build targets for building fdlibm
vranyj1
parents: 983
diff changeset
   122
$(OUTDIR)JavaMathSupport.$(O) JavaMathSupport.$(H): JavaMathSupport.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1142
1a1ce9fd0a16 java monitors (not plugged in yet)
hlopkmar
parents: 1116
diff changeset
   123
$(OUTDIR)JavaMonitor.$(O) JavaMonitor.$(H): JavaMonitor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
780
f1e6b4f1ee9b preparation for incremental change of resolving logic
hlopkmar
parents: 776
diff changeset
   124
$(OUTDIR)JavaNameAndType2.$(O) JavaNameAndType2.$(H): JavaNameAndType2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   125
$(OUTDIR)JavaNativeMemory.$(O) JavaNativeMemory.$(H): JavaNativeMemory.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   126
$(OUTDIR)JavaObject.$(O) JavaObject.$(H): JavaObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   127
$(OUTDIR)JavaObjectDictionary.$(O) JavaObjectDictionary.$(H): JavaObjectDictionary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1168
b29c34290509 build support files regenerated
vranyj1
parents: 1165
diff changeset
   128
$(OUTDIR)JavaPackage.$(O) JavaPackage.$(H): JavaPackage.st $(INCLUDE_TOP)\stx\libbasic\NameSpace.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   129
$(OUTDIR)JavaPopUpView.$(O) JavaPopUpView.$(H): JavaPopUpView.st $(INCLUDE_TOP)\stx\libview\PopUpView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   130
$(OUTDIR)JavaProcess.$(O) JavaProcess.$(H): JavaProcess.st $(INCLUDE_TOP)\stx\libbasic\Process.$(H) $(INCLUDE_TOP)\stx\libbasic\Link.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
780
f1e6b4f1ee9b preparation for incremental change of resolving logic
hlopkmar
parents: 776
diff changeset
   131
$(OUTDIR)JavaRef2.$(O) JavaRef2.$(H): JavaRef2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   132
$(OUTDIR)JavaRelease.$(O) JavaRelease.$(H): JavaRelease.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
758
be8e84381ce0 Merged with /branches/jk
vranyj1
parents: 756
diff changeset
   133
$(OUTDIR)JavaResolver.$(O) JavaResolver.$(H): JavaResolver.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1155
vranyj1
parents: 1152
diff changeset
   134
$(OUTDIR)JavaShort.$(O) JavaShort.$(H): JavaShort.st $(INCLUDE_TOP)\stx\libbasic\Integer.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   135
$(OUTDIR)JavaSlotIndexCache.$(O) JavaSlotIndexCache.$(H): JavaSlotIndexCache.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1108
847291fc77d7 More java.net.* primitives
vranyj1
parents: 1046
diff changeset
   136
$(OUTDIR)JavaSocket.$(O) JavaSocket.$(H): JavaSocket.st $(INCLUDE_TOP)\stx\libbasic2\Socket.$(H) $(INCLUDE_TOP)\stx\libbasic\NonPositionableExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ReadWriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   137
$(OUTDIR)JavaSourceCodeCache.$(O) JavaSourceCodeCache.$(H): JavaSourceCodeCache.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   138
$(OUTDIR)JavaSourceFileWriter.$(O) JavaSourceFileWriter.$(H): JavaSourceFileWriter.st $(INCLUDE_TOP)\stx\libbasic\AbstractSourceFileWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   139
$(OUTDIR)JavaStartup.$(O) JavaStartup.$(H): JavaStartup.st $(INCLUDE_TOP)\stx\libbasic\StandaloneStartup.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
763
1e82b558abd3 Few fixes toward new repository layout
vranyj1
parents: 761
diff changeset
   140
$(OUTDIR)JavaTestsLoader.$(O) JavaTestsLoader.$(H): JavaTestsLoader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   141
$(OUTDIR)JavaTopView.$(O) JavaTopView.$(H): JavaTopView.st $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   142
$(OUTDIR)JavaUnresolvedConstant.$(O) JavaUnresolvedConstant.$(H): JavaUnresolvedConstant.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1242
62be7670d158 Few fixes for Tomcat, new Tomcat startup script
vranyj1
parents: 1208
diff changeset
   143
$(OUTDIR)JavaUtilities.$(O) JavaUtilities.$(H): JavaUtilities.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   144
$(OUTDIR)JavaView.$(O) JavaView.$(H): JavaView.st $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
956
a8b9dec12b4d Beginning of Java<->Smalltalk types boxing/unboxing
kursjan
parents: 951
diff changeset
   145
$(OUTDIR)JavaZipSupport.$(O) JavaZipSupport.$(H): JavaZipSupport.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   146
$(OUTDIR)PPJavaNode.$(O) PPJavaNode.$(H): PPJavaNode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1356
0dd28400803e Proxy methods from libjava/experiments moved to libjava
vranyj1
parents: 1354
diff changeset
   147
$(OUTDIR)ProxyMethod.$(O) ProxyMethod.$(H): ProxyMethod.st $(INCLUDE_TOP)\stx\libbasic\Method.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
0dd28400803e Proxy methods from libjava/experiments moved to libjava
vranyj1
parents: 1354
diff changeset
   148
$(OUTDIR)ProxyMethodCompiler.$(O) ProxyMethodCompiler.$(H): ProxyMethodCompiler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
0dd28400803e Proxy methods from libjava/experiments moved to libjava
vranyj1
parents: 1354
diff changeset
   149
$(OUTDIR)ProxyMethodNode.$(O) ProxyMethodNode.$(H): ProxyMethodNode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   150
$(OUTDIR)SmalltalkAppletContext.$(O) SmalltalkAppletContext.$(H): SmalltalkAppletContext.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   151
$(OUTDIR)SmalltalkAppletStub.$(O) SmalltalkAppletStub.$(H): SmalltalkAppletStub.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   152
$(OUTDIR)stx_libjava.$(O) stx_libjava.$(H): stx_libjava.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   153
$(OUTDIR)JavaAnnotationArrayValue.$(O) JavaAnnotationArrayValue.$(H): JavaAnnotationArrayValue.st $(INCLUDE_TOP)\stx\libjava\JavaAnnotationValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   154
$(OUTDIR)JavaAnnotationClassValue.$(O) JavaAnnotationClassValue.$(H): JavaAnnotationClassValue.st $(INCLUDE_TOP)\stx\libjava\JavaAnnotationValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   155
$(OUTDIR)JavaAnnotationEnumValue.$(O) JavaAnnotationEnumValue.$(H): JavaAnnotationEnumValue.st $(INCLUDE_TOP)\stx\libjava\JavaAnnotationValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   156
$(OUTDIR)JavaAnnotationNestedAnnotationValue.$(O) JavaAnnotationNestedAnnotationValue.$(H): JavaAnnotationNestedAnnotationValue.st $(INCLUDE_TOP)\stx\libjava\JavaAnnotationValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   157
$(OUTDIR)JavaAnnotationPrimitiveValue.$(O) JavaAnnotationPrimitiveValue.$(H): JavaAnnotationPrimitiveValue.st $(INCLUDE_TOP)\stx\libjava\JavaAnnotationValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1108
847291fc77d7 More java.net.* primitives
vranyj1
parents: 1046
diff changeset
   158
$(OUTDIR)JavaBehavior.$(O) JavaBehavior.$(H): JavaBehavior.st $(INCLUDE_TOP)\stx\libjava\JavaConstants.$(H) $(INCLUDE_TOP)\stx\libbasic\Class.$(H) $(INCLUDE_TOP)\stx\libbasic\ClassDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   159
$(OUTDIR)JavaByteCodeDisassembler.$(O) JavaByteCodeDisassembler.$(H): JavaByteCodeDisassembler.st $(INCLUDE_TOP)\stx\libjava\JavaByteCodeProcessor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   160
$(OUTDIR)JavaByteCodeEnumerator.$(O) JavaByteCodeEnumerator.$(H): JavaByteCodeEnumerator.st $(INCLUDE_TOP)\stx\libjava\JavaDecompiler.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   161
$(OUTDIR)JavaByteCodeInterpreter.$(O) JavaByteCodeInterpreter.$(H): JavaByteCodeInterpreter.st $(INCLUDE_TOP)\stx\libjava\JavaByteCodeProcessor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1362
6bd3666e865a forgotten preresolver classes :)
hlopkmar
parents: 1356
diff changeset
   162
$(OUTDIR)JavaByteCodeProcessorAdapter.$(O) JavaByteCodeProcessorAdapter.$(H): JavaByteCodeProcessorAdapter.st $(INCLUDE_TOP)\stx\libjava\JavaByteCodeProcessor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   163
$(OUTDIR)JavaClassAnnotationContainer.$(O) JavaClassAnnotationContainer.$(H): JavaClassAnnotationContainer.st $(INCLUDE_TOP)\stx\libjava\JavaAnnotationContainer.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
780
f1e6b4f1ee9b preparation for incremental change of resolving logic
hlopkmar
parents: 776
diff changeset
   164
$(OUTDIR)JavaClassContentRef2.$(O) JavaClassContentRef2.$(H): JavaClassContentRef2.st $(INCLUDE_TOP)\stx\libjava\JavaRef2.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1108
847291fc77d7 More java.net.* primitives
vranyj1
parents: 1046
diff changeset
   165
$(OUTDIR)JavaClassReader.$(O) JavaClassReader.$(H): JavaClassReader.st $(INCLUDE_TOP)\stx\libjava\JavaConstants.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
780
f1e6b4f1ee9b preparation for incremental change of resolving logic
hlopkmar
parents: 776
diff changeset
   166
$(OUTDIR)JavaClassRef2.$(O) JavaClassRef2.$(H): JavaClassRef2.st $(INCLUDE_TOP)\stx\libjava\JavaRef2.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   167
$(OUTDIR)JavaEmbeddedFrameView.$(O) JavaEmbeddedFrameView.$(H): JavaEmbeddedFrameView.st $(INCLUDE_TOP)\stx\libjava\JavaView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   168
$(OUTDIR)JavaFieldAnnotationContainer.$(O) JavaFieldAnnotationContainer.$(H): JavaFieldAnnotationContainer.st $(INCLUDE_TOP)\stx\libjava\JavaAnnotationContainer.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   169
$(OUTDIR)JavaFieldDescriptor.$(O) JavaFieldDescriptor.$(H): JavaFieldDescriptor.st $(INCLUDE_TOP)\stx\libjava\JavaDescriptor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1263
451695d79afa Few fixes
vranyj1
parents: 1251
diff changeset
   170
$(OUTDIR)JavaFieldDescriptorWithUnionType.$(O) JavaFieldDescriptorWithUnionType.$(H): JavaFieldDescriptorWithUnionType.st $(INCLUDE_TOP)\stx\libjava\JavaDescriptor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
872
vranyj1
parents: 869
diff changeset
   171
$(OUTDIR)JavaInvalidRefError.$(O) JavaInvalidRefError.$(H): JavaInvalidRefError.st $(INCLUDE_TOP)\stx\libjava\JavaError.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1108
847291fc77d7 More java.net.* primitives
vranyj1
parents: 1046
diff changeset
   172
$(OUTDIR)JavaMethod.$(O) JavaMethod.$(H): JavaMethod.st $(INCLUDE_TOP)\stx\libjava\JavaConstants.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   173
$(OUTDIR)JavaMethodAnnotationContainer.$(O) JavaMethodAnnotationContainer.$(H): JavaMethodAnnotationContainer.st $(INCLUDE_TOP)\stx\libjava\JavaAnnotationContainer.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   174
$(OUTDIR)JavaMethodDeclarationNode.$(O) JavaMethodDeclarationNode.$(H): JavaMethodDeclarationNode.st $(INCLUDE_TOP)\stx\libjava\PPJavaNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   175
$(OUTDIR)JavaMethodDescriptor.$(O) JavaMethodDescriptor.$(H): JavaMethodDescriptor.st $(INCLUDE_TOP)\stx\libjava\JavaDescriptor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
781
d27c59bcf38a added preResolve compatibility method + JavaStringRef - will be used soon
hlopkmar
parents: 780
diff changeset
   176
$(OUTDIR)JavaStringRef2.$(O) JavaStringRef2.$(H): JavaStringRef2.st $(INCLUDE_TOP)\stx\libjava\JavaRef2.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   177
$(OUTDIR)JavaUnhandledExceptionError.$(O) JavaUnhandledExceptionError.$(H): JavaUnhandledExceptionError.st $(INCLUDE_TOP)\stx\libjava\JavaError.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   178
$(OUTDIR)JavaUnresolvedClassConstant.$(O) JavaUnresolvedClassConstant.$(H): JavaUnresolvedClassConstant.st $(INCLUDE_TOP)\stx\libjava\JavaUnresolvedConstant.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   179
$(OUTDIR)JavaUnresolvedStringConstant.$(O) JavaUnresolvedStringConstant.$(H): JavaUnresolvedStringConstant.st $(INCLUDE_TOP)\stx\libjava\JavaUnresolvedConstant.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1108
847291fc77d7 More java.net.* primitives
vranyj1
parents: 1046
diff changeset
   180
$(OUTDIR)JavaVM.$(O) JavaVM.$(H): JavaVM.st $(INCLUDE_TOP)\stx\libjava\JavaConstants.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   181
$(OUTDIR)JavadocDeclarationNode.$(O) JavadocDeclarationNode.$(H): JavadocDeclarationNode.st $(INCLUDE_TOP)\stx\libjava\PPJavaNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1356
0dd28400803e Proxy methods from libjava/experiments moved to libjava
vranyj1
parents: 1354
diff changeset
   182
$(OUTDIR)ProxyMethodConditionNode.$(O) ProxyMethodConditionNode.$(H): ProxyMethodConditionNode.st $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
0dd28400803e Proxy methods from libjava/experiments moved to libjava
vranyj1
parents: 1354
diff changeset
   183
$(OUTDIR)ProxyMethodGuardNode.$(O) ProxyMethodGuardNode.$(H): ProxyMethodGuardNode.st $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
0dd28400803e Proxy methods from libjava/experiments moved to libjava
vranyj1
parents: 1354
diff changeset
   184
$(OUTDIR)ProxyMethodInvocationNode.$(O) ProxyMethodInvocationNode.$(H): ProxyMethodInvocationNode.st $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1425
820078605f73 - Improvements in interop - now can generate getters to public field.
vranyj1
parents: 1402
diff changeset
   185
$(OUTDIR)ProxyMethodJavaFieldAccessor.$(O) ProxyMethodJavaFieldAccessor.$(H): ProxyMethodJavaFieldAccessor.st $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1362
6bd3666e865a forgotten preresolver classes :)
hlopkmar
parents: 1356
diff changeset
   186
$(OUTDIR)JavaByteCodePreresolver.$(O) JavaByteCodePreresolver.$(H): JavaByteCodePreresolver.st $(INCLUDE_TOP)\stx\libjava\JavaByteCodeProcessorAdapter.$(H) $(INCLUDE_TOP)\stx\libjava\JavaByteCodeProcessor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   187
$(OUTDIR)JavaByteCodeSteppableInterpreter.$(O) JavaByteCodeSteppableInterpreter.$(H): JavaByteCodeSteppableInterpreter.st $(INCLUDE_TOP)\stx\libjava\JavaByteCodeInterpreter.$(H) $(INCLUDE_TOP)\stx\libjava\JavaByteCodeProcessor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1046
d40b1aa62700 Added JavaConstants
vranyj1
parents: 1026
diff changeset
   188
$(OUTDIR)JavaClass.$(O) JavaClass.$(H): JavaClass.st $(INCLUDE_TOP)\stx\libjava\JavaBehavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Class.$(H) $(INCLUDE_TOP)\stx\libbasic\ClassDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
780
f1e6b4f1ee9b preparation for incremental change of resolving logic
hlopkmar
parents: 776
diff changeset
   189
$(OUTDIR)JavaFieldRef2.$(O) JavaFieldRef2.$(H): JavaFieldRef2.st $(INCLUDE_TOP)\stx\libjava\JavaClassContentRef2.$(H) $(INCLUDE_TOP)\stx\libjava\JavaRef2.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f1e6b4f1ee9b preparation for incremental change of resolving logic
hlopkmar
parents: 776
diff changeset
   190
$(OUTDIR)JavaMethodRef2.$(O) JavaMethodRef2.$(H): JavaMethodRef2.st $(INCLUDE_TOP)\stx\libjava\JavaClassContentRef2.$(H) $(INCLUDE_TOP)\stx\libjava\JavaRef2.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1046
d40b1aa62700 Added JavaConstants
vranyj1
parents: 1026
diff changeset
   191
$(OUTDIR)JavaMethodWithException.$(O) JavaMethodWithException.$(H): JavaMethodWithException.st $(INCLUDE_TOP)\stx\libjava\JavaMethod.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1356
0dd28400803e Proxy methods from libjava/experiments moved to libjava
vranyj1
parents: 1354
diff changeset
   192
$(OUTDIR)ProxyMethodAndNode.$(O) ProxyMethodAndNode.$(H): ProxyMethodAndNode.st $(INCLUDE_TOP)\stx\libjava\ProxyMethodConditionNode.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
0dd28400803e Proxy methods from libjava/experiments moved to libjava
vranyj1
parents: 1354
diff changeset
   193
$(OUTDIR)ProxyMethodBlockInvocationNode.$(O) ProxyMethodBlockInvocationNode.$(H): ProxyMethodBlockInvocationNode.st $(INCLUDE_TOP)\stx\libjava\ProxyMethodInvocationNode.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1425
820078605f73 - Improvements in interop - now can generate getters to public field.
vranyj1
parents: 1402
diff changeset
   194
$(OUTDIR)ProxyMethodJavaFieldGetter.$(O) ProxyMethodJavaFieldGetter.$(H): ProxyMethodJavaFieldGetter.st $(INCLUDE_TOP)\stx\libjava\ProxyMethodJavaFieldAccessor.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
820078605f73 - Improvements in interop - now can generate getters to public field.
vranyj1
parents: 1402
diff changeset
   195
$(OUTDIR)ProxyMethodJavaFieldSetter.$(O) ProxyMethodJavaFieldSetter.$(H): ProxyMethodJavaFieldSetter.st $(INCLUDE_TOP)\stx\libjava\ProxyMethodJavaFieldAccessor.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1356
0dd28400803e Proxy methods from libjava/experiments moved to libjava
vranyj1
parents: 1354
diff changeset
   196
$(OUTDIR)ProxyMethodMethodInvocationNode.$(O) ProxyMethodMethodInvocationNode.$(H): ProxyMethodMethodInvocationNode.st $(INCLUDE_TOP)\stx\libjava\ProxyMethodInvocationNode.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
0dd28400803e Proxy methods from libjava/experiments moved to libjava
vranyj1
parents: 1354
diff changeset
   197
$(OUTDIR)ProxyMethodTypeCheckNode.$(O) ProxyMethodTypeCheckNode.$(H): ProxyMethodTypeCheckNode.st $(INCLUDE_TOP)\stx\libjava\ProxyMethodConditionNode.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1368
5f502e712403 Groovy language support and integration
vranyj1
parents: 1365
diff changeset
   198
$(OUTDIR)GroovyClass.$(O) GroovyClass.$(H): GroovyClass.st $(INCLUDE_TOP)\stx\libjava\JavaClass.$(H) $(INCLUDE_TOP)\stx\libjava\JavaBehavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Class.$(H) $(INCLUDE_TOP)\stx\libbasic\ClassDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
780
f1e6b4f1ee9b preparation for incremental change of resolving logic
hlopkmar
parents: 776
diff changeset
   199
$(OUTDIR)JavaInterfaceMethodRef2.$(O) JavaInterfaceMethodRef2.$(H): JavaInterfaceMethodRef2.st $(INCLUDE_TOP)\stx\libjava\JavaMethodRef2.$(H) $(INCLUDE_TOP)\stx\libjava\JavaClassContentRef2.$(H) $(INCLUDE_TOP)\stx\libjava\JavaRef2.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1046
d40b1aa62700 Added JavaConstants
vranyj1
parents: 1026
diff changeset
   200
$(OUTDIR)JavaMethodWithHandler.$(O) JavaMethodWithHandler.$(H): JavaMethodWithHandler.st $(INCLUDE_TOP)\stx\libjava\JavaMethodWithException.$(H) $(INCLUDE_TOP)\stx\libjava\JavaMethod.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1356
0dd28400803e Proxy methods from libjava/experiments moved to libjava
vranyj1
parents: 1354
diff changeset
   201
$(OUTDIR)ProxyMethodJavaMethodInvocationNode.$(O) ProxyMethodJavaMethodInvocationNode.$(H): ProxyMethodJavaMethodInvocationNode.st $(INCLUDE_TOP)\stx\libjava\ProxyMethodMethodInvocationNode.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodInvocationNode.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
0dd28400803e Proxy methods from libjava/experiments moved to libjava
vranyj1
parents: 1354
diff changeset
   202
$(OUTDIR)ProxyMethodJavaTypeCheckNode.$(O) ProxyMethodJavaTypeCheckNode.$(H): ProxyMethodJavaTypeCheckNode.st $(INCLUDE_TOP)\stx\libjava\ProxyMethodTypeCheckNode.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodConditionNode.$(H) $(INCLUDE_TOP)\stx\libjava\ProxyMethodNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   203
$(OUTDIR)JavaNativeMethod.$(O) JavaNativeMethod.$(H): JavaNativeMethod.st $(INCLUDE_TOP)\stx\libjava\JavaMethodWithHandler.$(H) $(INCLUDE_TOP)\stx\libjava\JavaMethodWithException.$(H) $(INCLUDE_TOP)\stx\libjava\JavaMethod.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1402
6ac8931d0174 Some classes moved to tools
vranyj1
parents: 1400
diff changeset
   204
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\BooleanArray.$(H) $(INCLUDE_TOP)\stx\libbasic2\BitArray.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\Delay.$(H) $(INCLUDE_TOP)\stx\libbasic\Process.$(H) $(INCLUDE_TOP)\stx\libbasic\Link.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\SmallInteger.$(H) $(INCLUDE_TOP)\stx\libbasic\Integer.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\String.$(H) $(INCLUDE_TOP)\stx\libbasic\UserPreferences.$(H) $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic3\WrappedMethod.$(H) $(INCLUDE_TOP)\stx\libbasic\Method.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic2\ZipArchive.$(H) $(INCLUDE_TOP)\stx\libbasic\Boolean.$(H) $(INCLUDE_TOP)\stx\libbasic\Character.$(H) $(INCLUDE_TOP)\stx\libbasic\ConfigurableFeatures.$(H) $(INCLUDE_TOP)\stx\libbasic\DoubleArray.$(H) $(INCLUDE_TOP)\stx\libbasic\AbstractNumberVector.$(H) $(INCLUDE_TOP)\stx\libbasic\Float.$(H) $(INCLUDE_TOP)\stx\libbasic\LimitedPrecisionReal.$(H) $(INCLUDE_TOP)\stx\libbasic\FloatArray.$(H) $(INCLUDE_TOP)\stx\libbasic\LargeInteger.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ShortFloat.$(H) $(INCLUDE_TOP)\stx\libbasic2\SignedIntegerArray.$(H) $(INCLUDE_TOP)\stx\libbasic2\UnboxedIntegerArray.$(H) $(INCLUDE_TOP)\stx\libbasic2\SignedLongIntegerArray.$(H) $(INCLUDE_TOP)\stx\libbasic2\SignedWordArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UndefinedObject.$(H) $(INCLUDE_TOP)\stx\libbasic2\WordArray.$(H) $(STCHDR)
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   205
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
   206
# ENDMAKEDEPEND --- do not remove this line