Make.proto
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 16 Dec 2012 21:04:02 +0100
branchdirectory_structure_refactoring
changeset 1899 800c0f76adce
parent 1823 41b161f7ec69
child 1829 991172ecd928
permissions -rw-r--r--
Closing branch directory_structure_refactoring
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1650
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
     1
# $Header$
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
     2
#
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
     3
# DO NOT EDIT
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
     4
# automagically generated from the projectDefinition: stx_libjava.
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
     5
#
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
     6
# Warning: once you modify this file, do not rerun
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
     8
#
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    10
#    make         - compile all st-files to a classLib
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    11
#    make clean   - clean all temp files
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    12
#    make clobber - clean all
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    13
#
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    14
# This file contains definitions for Unix based platforms.
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    16
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    17
#
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    18
# position (of this package) in directory hierarchy:
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    20
TOP=..
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    22
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    23
# subdirectories where targets are to be made:
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    24
SUBDIRS=
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    25
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    26
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    27
# subdirectories where Makefiles are to be made:
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    28
# (only define if different from SUBDIRS)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    29
# ALLSUBDIRS=
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    30
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    32
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    33
# if your embedded C code requires any system includes,
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    34
# add the path(es) here:,
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
1765
5bc0b19ccffa Package refactoring
vranyj1
parents: 1763
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)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic3 -I$(INCLUDE_TOP)/stx/libcomp -I$(INCLUDE_TOP)/stx/libtool -I$(INCLUDE_TOP)/stx/libhtml
1650
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    38
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    39
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    40
# if you need any additional defines for embedded C code,
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    41
# add them here:,
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    44
LOCALDEFINES=
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    45
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    46
LIBNAME=libstx_libjava
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=.  -varPrefix=$(LIBNAME)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    48
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    49
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    52
LD_OBJ_LIBS=$(ZLIB_LD_ARG) support/fdlibm/libfdm.a
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    53
LOCAL_SHARED_LIBS=
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    54
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    55
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    57
# additional C targets or libraries should be added below
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    58
LOCAL_EXTRA_TARGETS=
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    59
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    61
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    62
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    63
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    64
all:: preMake classLibRule postMake
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    65
1823
41b161f7ec69 Build files fixes
vranyj1
parents: 1820
diff changeset
    66
pre_objs::  zlib support/fdlibm/libfdm.a ant
1820
b2dbcc736c89 added automatic build of Java code
vranyj1
parents: 1818
diff changeset
    67
1650
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    68
1823
41b161f7ec69 Build files fixes
vranyj1
parents: 1820
diff changeset
    69
ant:
1820
b2dbcc736c89 added automatic build of Java code
vranyj1
parents: 1818
diff changeset
    70
	ant -f java/build.xml
1650
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    71
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    72
zlib:
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    73
	cd $(ZLIB_DIR); $(MAKE) $(MAKE_ZLIB_ARG)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    74
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    75
support/fdlibm/libfdm.a:
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    76
	$(MAKE) -C support/fdlibm
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    77
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    78
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    79
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    80
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    81
# Update SVN revision in stx_libbasic3.st
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    82
ifneq (,$(findstring .svn,$(wildcard .svn)))
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    83
.svnversion: *.st
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    84
	if [ -d .svn ]; then \
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    85
		rev=$(shell svnversion -n); \
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    86
		echo -n $$rev > .svnversion; \
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    87
	else \
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    88
		echo -n exported > .svnversion; \
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    89
	fi
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    90
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    91
stx_libjava.o: stx_libjava.st .svnversion 
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    92
	@if [ -d .svn ]; then \
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    93
		rev2="$(shell printf "%-16s" $$(cat .svnversion))"; \
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    94
		echo "  [SV]  Expanding svnRevisionNo in $1.st"; \
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    95
		sed -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"\'$$rev2\'\"\$$\"/g" $< > .stx_libjava.svn.st; \
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    96
	fi
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    97
	$(MAKE) CC="$(CLASSLIB_CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" STC="$(STC)" STFILE=.stx_libjava.svn $(C_RULE);
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    98
	sed -i -e "s/\".stx_libjava.svn.st\");/\"\stx_libjava.st\");/g" .stx_libjava.svn.c
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
    99
	$(MAKE) .stx_libjava.svn.$(O)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   100
	@mv .stx_libjava.svn.$(O) stx_libjava.$(O) 
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   101
endif
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   102
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   103
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   104
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   105
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   106
# add more install actions here
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   107
install::
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   108
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   109
# add more install actions for aux-files (resources) here
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   110
installAux::
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   111
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   112
# add more preMake actions here
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   113
preMake::
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   114
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   115
# add more postMake actions here
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   116
postMake:: cleanjunk
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   117
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   118
prereq: $(REQUIRED_SUPPORT_DIRS)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   119
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
1720
cfccd1438854 - generic support for Java performance counters
vranyj1
parents: 1710
diff changeset
   120
	cd ../libdb/libodbc && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
1650
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   121
	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   122
	cd ../libcomp && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   123
	cd ../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   124
	cd ../libdb && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   125
	cd ../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   126
	cd ../libboss && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   127
	cd ../libdb/libsqlite && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   128
	cd ../goodies/sunit && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   129
	cd ../libui && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   130
	cd ../libbasic3 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   131
	cd ../libwidg && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   132
	cd ../libhtml && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   133
	cd ../libwidg2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   134
	cd ../libtool && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   135
	cd ../librun && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   136
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   137
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   138
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   139
cleanjunk::
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   140
	-rm -f *.s *.s2
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   141
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   142
clean::
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   143
	-rm -f *.o *.H
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   144
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   145
clobber:: clean
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   146
	-rm -f *.so *.dll
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   147
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   148
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   149
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   150
$(OUTDIR)GroovyCompiler.$(O) GroovyCompiler.$(H): GroovyCompiler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   151
$(OUTDIR)GroovyEvaluator.$(O) GroovyEvaluator.$(H): GroovyEvaluator.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   152
$(OUTDIR)GroovyLanguage.$(O) GroovyLanguage.$(H): GroovyLanguage.st $(INCLUDE_TOP)/stx/libbasic/ProgrammingLanguage.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   153
$(OUTDIR)GroovySourceFileWriter.$(O) GroovySourceFileWriter.$(H): GroovySourceFileWriter.st $(INCLUDE_TOP)/stx/libbasic/AbstractSourceFileWriter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   154
$(OUTDIR)Java.$(O) Java.$(H): Java.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   155
$(OUTDIR)JavaAnnotation.$(O) JavaAnnotation.$(H): JavaAnnotation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   156
$(OUTDIR)JavaAnnotationContainer.$(O) JavaAnnotationContainer.$(H): JavaAnnotationContainer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   157
$(OUTDIR)JavaAnnotationDefault.$(O) JavaAnnotationDefault.$(H): JavaAnnotationDefault.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   158
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   159
$(OUTDIR)JavaAnnotationValue.$(O) JavaAnnotationValue.$(H): JavaAnnotationValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   160
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   161
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   162
$(OUTDIR)JavaByteCodeProcessor.$(O) JavaByteCodeProcessor.$(H): JavaByteCodeProcessor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   163
$(OUTDIR)JavaClassAccessor.$(O) JavaClassAccessor.$(H): JavaClassAccessor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1698
d32a2a3dce36 - Some more support for non-Java extension methods.
vranyj1
parents: 1692
diff changeset
   164
$(OUTDIR)JavaClassQuery.$(O) JavaClassQuery.$(H): JavaClassQuery.st $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1650
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   165
$(OUTDIR)JavaClassRegistry.$(O) JavaClassRegistry.$(H): JavaClassRegistry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   166
$(OUTDIR)JavaClassReloader.$(O) JavaClassReloader.$(H): JavaClassReloader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   167
$(OUTDIR)JavaCompiler_Eclipse.$(O) JavaCompiler_Eclipse.$(H): JavaCompiler_Eclipse.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   168
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   169
$(OUTDIR)JavaConstants.$(O) JavaConstants.$(H): JavaConstants.st $(INCLUDE_TOP)/stx/libbasic/SharedPool.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   170
$(OUTDIR)JavaContext.$(O) JavaContext.$(H): JavaContext.st $(INCLUDE_TOP)/stx/libbasic/Context.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   171
$(OUTDIR)JavaDecompiler.$(O) JavaDecompiler.$(H): JavaDecompiler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   172
$(OUTDIR)JavaDescriptor.$(O) JavaDescriptor.$(H): JavaDescriptor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   173
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   174
$(OUTDIR)JavaExceptionTableEntry.$(O) JavaExceptionTableEntry.$(H): JavaExceptionTableEntry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   175
$(OUTDIR)JavaField.$(O) JavaField.$(H): JavaField.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   176
$(OUTDIR)JavaFinalizationRegistry.$(O) JavaFinalizationRegistry.$(H): JavaFinalizationRegistry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   177
$(OUTDIR)JavaLanguage.$(O) JavaLanguage.$(H): JavaLanguage.st $(INCLUDE_TOP)/stx/libbasic/ProgrammingLanguage.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   178
$(OUTDIR)JavaLibraries.$(O) JavaLibraries.$(H): JavaLibraries.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   179
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   180
$(OUTDIR)JavaLocalVariableTableEntry.$(O) JavaLocalVariableTableEntry.$(H): JavaLocalVariableTableEntry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   181
$(OUTDIR)JavaLookup.$(O) JavaLookup.$(H): JavaLookup.st $(INCLUDE_TOP)/stx/libbasic/Lookup.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   182
$(OUTDIR)JavaMathSupport.$(O) JavaMathSupport.$(H): JavaMathSupport.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   183
$(OUTDIR)JavaMetaclass.$(O) JavaMetaclass.$(H): JavaMetaclass.st $(INCLUDE_TOP)/stx/libbasic/Metaclass.$(H) $(INCLUDE_TOP)/stx/libbasic/ClassDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Behavior.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   184
$(OUTDIR)JavaMirror.$(O) JavaMirror.$(H): JavaMirror.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   185
$(OUTDIR)JavaMonitor.$(O) JavaMonitor.$(H): JavaMonitor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   186
$(OUTDIR)JavaNameAndType2.$(O) JavaNameAndType2.$(H): JavaNameAndType2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   187
$(OUTDIR)JavaNativeMemory.$(O) JavaNativeMemory.$(H): JavaNativeMemory.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Link.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   188
$(OUTDIR)JavaNioSupport.$(O) JavaNioSupport.$(H): JavaNioSupport.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   189
$(OUTDIR)JavaObject.$(O) JavaObject.$(H): JavaObject.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   190
$(OUTDIR)JavaObjectDictionary.$(O) JavaObjectDictionary.$(H): JavaObjectDictionary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   191
$(OUTDIR)JavaPackage.$(O) JavaPackage.$(H): JavaPackage.st $(INCLUDE_TOP)/stx/libbasic/NameSpace.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   192
$(OUTDIR)JavaPathElement.$(O) JavaPathElement.$(H): JavaPathElement.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   193
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   194
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   195
$(OUTDIR)JavaRef2.$(O) JavaRef2.$(H): JavaRef2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   196
$(OUTDIR)JavaRelease.$(O) JavaRelease.$(H): JavaRelease.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   197
$(OUTDIR)JavaResolver.$(O) JavaResolver.$(H): JavaResolver.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   198
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   199
$(OUTDIR)JavaSlotIndexCache.$(O) JavaSlotIndexCache.$(H): JavaSlotIndexCache.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   200
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   201
$(OUTDIR)JavaSourceCodeCache.$(O) JavaSourceCodeCache.$(H): JavaSourceCodeCache.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   202
$(OUTDIR)JavaSourceFileWriter.$(O) JavaSourceFileWriter.$(H): JavaSourceFileWriter.st $(INCLUDE_TOP)/stx/libbasic/AbstractSourceFileWriter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   203
$(OUTDIR)JavaStartup.$(O) JavaStartup.$(H): JavaStartup.st $(INCLUDE_TOP)/stx/libbasic/StandaloneStartup.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   204
$(OUTDIR)JavaTestsLoader.$(O) JavaTestsLoader.$(H): JavaTestsLoader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   205
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   206
$(OUTDIR)JavaUnresolvedConstant.$(O) JavaUnresolvedConstant.$(H): JavaUnresolvedConstant.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   207
$(OUTDIR)JavaUtilities.$(O) JavaUtilities.$(H): JavaUtilities.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   208
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   209
$(OUTDIR)JavaZipSupport.$(O) JavaZipSupport.$(H): JavaZipSupport.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   210
$(OUTDIR)PPJavaNode.$(O) PPJavaNode.$(H): PPJavaNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   211
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   212
$(OUTDIR)ProxyMethodCompiler.$(O) ProxyMethodCompiler.$(H): ProxyMethodCompiler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   213
$(OUTDIR)ProxyMethodNode.$(O) ProxyMethodNode.$(H): ProxyMethodNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   214
$(OUTDIR)SmalltalkAppletContext.$(O) SmalltalkAppletContext.$(H): SmalltalkAppletContext.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   215
$(OUTDIR)SmalltalkAppletStub.$(O) SmalltalkAppletStub.$(H): SmalltalkAppletStub.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   216
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   217
$(OUTDIR)GroovyMetaclass.$(O) GroovyMetaclass.$(H): GroovyMetaclass.st $(INCLUDE_TOP)/stx/libjava/JavaMetaclass.$(H) $(INCLUDE_TOP)/stx/libbasic/Metaclass.$(H) $(INCLUDE_TOP)/stx/libbasic/ClassDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Behavior.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   218
$(OUTDIR)JavaAnnotationArrayValue.$(O) JavaAnnotationArrayValue.$(H): JavaAnnotationArrayValue.st $(INCLUDE_TOP)/stx/libjava/JavaAnnotationValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   219
$(OUTDIR)JavaAnnotationClassValue.$(O) JavaAnnotationClassValue.$(H): JavaAnnotationClassValue.st $(INCLUDE_TOP)/stx/libjava/JavaAnnotationValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   220
$(OUTDIR)JavaAnnotationEnumValue.$(O) JavaAnnotationEnumValue.$(H): JavaAnnotationEnumValue.st $(INCLUDE_TOP)/stx/libjava/JavaAnnotationValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   221
$(OUTDIR)JavaAnnotationNestedAnnotationValue.$(O) JavaAnnotationNestedAnnotationValue.$(H): JavaAnnotationNestedAnnotationValue.st $(INCLUDE_TOP)/stx/libjava/JavaAnnotationValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   222
$(OUTDIR)JavaAnnotationPrimitiveValue.$(O) JavaAnnotationPrimitiveValue.$(H): JavaAnnotationPrimitiveValue.st $(INCLUDE_TOP)/stx/libjava/JavaAnnotationValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   223
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   224
$(OUTDIR)JavaByteCodeDisassembler.$(O) JavaByteCodeDisassembler.$(H): JavaByteCodeDisassembler.st $(INCLUDE_TOP)/stx/libjava/JavaByteCodeProcessor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   225
$(OUTDIR)JavaByteCodeEnumerator.$(O) JavaByteCodeEnumerator.$(H): JavaByteCodeEnumerator.st $(INCLUDE_TOP)/stx/libjava/JavaDecompiler.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   226
$(OUTDIR)JavaByteCodeProcessorAdapter.$(O) JavaByteCodeProcessorAdapter.$(H): JavaByteCodeProcessorAdapter.st $(INCLUDE_TOP)/stx/libjava/JavaByteCodeProcessor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   227
$(OUTDIR)JavaClassAnnotationContainer.$(O) JavaClassAnnotationContainer.$(H): JavaClassAnnotationContainer.st $(INCLUDE_TOP)/stx/libjava/JavaAnnotationContainer.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   228
$(OUTDIR)JavaClassContentRef2.$(O) JavaClassContentRef2.$(H): JavaClassContentRef2.st $(INCLUDE_TOP)/stx/libjava/JavaRef2.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   229
$(OUTDIR)JavaClassReader.$(O) JavaClassReader.$(H): JavaClassReader.st $(INCLUDE_TOP)/stx/libjava/JavaConstants.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   230
$(OUTDIR)JavaClassRef2.$(O) JavaClassRef2.$(H): JavaClassRef2.st $(INCLUDE_TOP)/stx/libjava/JavaRef2.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   231
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   232
$(OUTDIR)JavaFieldAnnotationContainer.$(O) JavaFieldAnnotationContainer.$(H): JavaFieldAnnotationContainer.st $(INCLUDE_TOP)/stx/libjava/JavaAnnotationContainer.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   233
$(OUTDIR)JavaFieldDescriptor.$(O) JavaFieldDescriptor.$(H): JavaFieldDescriptor.st $(INCLUDE_TOP)/stx/libjava/JavaDescriptor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   234
$(OUTDIR)JavaFieldDescriptorWithUnionType.$(O) JavaFieldDescriptorWithUnionType.$(H): JavaFieldDescriptorWithUnionType.st $(INCLUDE_TOP)/stx/libjava/JavaDescriptor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   235
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   236
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   237
$(OUTDIR)JavaMethodAnnotationContainer.$(O) JavaMethodAnnotationContainer.$(H): JavaMethodAnnotationContainer.st $(INCLUDE_TOP)/stx/libjava/JavaAnnotationContainer.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   238
$(OUTDIR)JavaMethodDeclarationNode.$(O) JavaMethodDeclarationNode.$(H): JavaMethodDeclarationNode.st $(INCLUDE_TOP)/stx/libjava/PPJavaNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   239
$(OUTDIR)JavaMethodDescriptor.$(O) JavaMethodDescriptor.$(H): JavaMethodDescriptor.st $(INCLUDE_TOP)/stx/libjava/JavaDescriptor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   240
$(OUTDIR)JavaStringRef2.$(O) JavaStringRef2.$(H): JavaStringRef2.st $(INCLUDE_TOP)/stx/libjava/JavaRef2.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   241
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   242
$(OUTDIR)JavaUnresolvedClassConstant.$(O) JavaUnresolvedClassConstant.$(H): JavaUnresolvedClassConstant.st $(INCLUDE_TOP)/stx/libjava/JavaUnresolvedConstant.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   243
$(OUTDIR)JavaUnresolvedStringConstant.$(O) JavaUnresolvedStringConstant.$(H): JavaUnresolvedStringConstant.st $(INCLUDE_TOP)/stx/libjava/JavaUnresolvedConstant.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   244
$(OUTDIR)JavaVM.$(O) JavaVM.$(H): JavaVM.st $(INCLUDE_TOP)/stx/libjava/JavaConstants.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   245
$(OUTDIR)JavadocDeclarationNode.$(O) JavadocDeclarationNode.$(H): JavadocDeclarationNode.st $(INCLUDE_TOP)/stx/libjava/PPJavaNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   246
$(OUTDIR)ProxyMethodConditionNode.$(O) ProxyMethodConditionNode.$(H): ProxyMethodConditionNode.st $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   247
$(OUTDIR)ProxyMethodGuardNode.$(O) ProxyMethodGuardNode.$(H): ProxyMethodGuardNode.st $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   248
$(OUTDIR)ProxyMethodInvocationNode.$(O) ProxyMethodInvocationNode.$(H): ProxyMethodInvocationNode.st $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   249
$(OUTDIR)ProxyMethodJavaFieldAccessor.$(O) ProxyMethodJavaFieldAccessor.$(H): ProxyMethodJavaFieldAccessor.st $(INCLUDE_TOP)/stx/libjava/ProxyMethodNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   250
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   251
$(OUTDIR)JavaClass.$(O) JavaClass.$(H): JavaClass.st $(INCLUDE_TOP)/stx/libjava/JavaConstants.$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   252
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   253
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   254
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   255
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   256
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   257
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   258
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   259
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   260
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   261
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   262
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   263
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   264
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   265
$(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)
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   266
$(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)
1765
5bc0b19ccffa Package refactoring
vranyj1
parents: 1763
diff changeset
   267
$(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) $(INCLUDE_TOP)/stx/libbasic/ProgrammingLanguage.$(H) $(INCLUDE_TOP)/stx/libbasic/Class.$(H) $(INCLUDE_TOP)/stx/libbasic/ClassDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Semaphore.$(H) $(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) $(STCHDR)
1650
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   268
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   269
# ENDMAKEDEPEND --- do not remove this line
9e1b10a59bb5 Fixed Make.proto
vranyj1
parents: 1649
diff changeset
   270