Make.proto
author Merge Script
Sun, 17 Jan 2016 06:49:20 +0100
branchjv
changeset 3703 f8b242e15ffe
parent 3569 d7d15e6768e3
parent 3692 83bba2959871
child 3804 821a1fba2175
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3563
0061a260087e added: AutoResizingOrderedCollection
Claus Gittinger <cg@exept.de>
parents: 3498
diff changeset
     1
# $Header$
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
     2
#
2268
c70c4d0f3be0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2249
diff changeset
     3
# DO NOT EDIT
2792
1680c1572387 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
     4
# automagically generated from the projectDefinition: stx_libbasic2.
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
     5
#
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
     6
# Warning: once you modify this file, do not rerun
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
23
fed9d925c0ee Initial revision
claus
parents:
diff changeset
     8
#
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    10
#    make         - compile all st-files to a classLib
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    11
#    make clean   - clean all temp files
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    12
#    make clobber - clean all
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    13
#
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    14
# This file contains definitions for Unix based platforms.
1741
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
23
fed9d925c0ee Initial revision
claus
parents:
diff changeset
    16
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    17
#
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    18
# position (of this package) in directory hierarchy:
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
1741
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
    20
TOP=..
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    22
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    23
# subdirectories where targets are to be made:
1362
93c05f3577e1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1361
diff changeset
    24
SUBDIRS=
93c05f3577e1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1361
diff changeset
    25
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    26
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    27
# subdirectories where Makefiles are to be made:
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    28
# (only define if different from SUBDIRS)
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    29
# ALLSUBDIRS=
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    30
2059
d208e8eefb96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2024
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    32
2268
c70c4d0f3be0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2249
diff changeset
    33
# if your embedded C code requires any system includes,
c70c4d0f3be0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2249
diff changeset
    34
# add the path(es) here:,
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
1830
b323fca72bc4 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1814
diff changeset
    37
LOCALINCLUDES=-I$(ZLIB_DIR) -I$(INCLUDE_TOP)/stx/libbasic
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    38
1359
77b25d8ff38e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1356
diff changeset
    39
2268
c70c4d0f3be0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2249
diff changeset
    40
# if you need any additional defines for embedded C code,
c70c4d0f3be0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2249
diff changeset
    41
# add them here:,
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    44
LOCALDEFINES=
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    45
1726
c2495e3f8569 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1725
diff changeset
    46
LIBNAME=libstx_libbasic2
3233
076549eeb54e changed: TimeStamp #-
Claus Gittinger <cg@exept.de>
parents: 3207
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    48
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    49
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
1678
28ab6a97a27a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1671
diff changeset
    52
LD_OBJ_LIBS=$(ZLIB_LD_ARG) $(BZ2LIB_LD_ARG)
1760
54fb45a26303 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1741
diff changeset
    53
LOCAL_SHARED_LIBS=
23
fed9d925c0ee Initial revision
claus
parents:
diff changeset
    54
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    55
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    57
# additional C targets or libraries should be added below
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    58
LOCAL_EXTRA_TARGETS=
243
13e7664a5a1a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 228
diff changeset
    59
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    61
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    62
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    63
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    64
all:: preMake classLibRule postMake
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    65
3233
076549eeb54e changed: TimeStamp #-
Claus Gittinger <cg@exept.de>
parents: 3207
diff changeset
    66
pre_objs:: bz2lib zlib 
65
8fdf5f30225f *** empty log message ***
claus
parents: 64
diff changeset
    67
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    68
1678
28ab6a97a27a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1671
diff changeset
    69
zlib:
1684
c12816d1c6ab automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1678
diff changeset
    70
	cd $(ZLIB_DIR); $(MAKE) $(MAKE_ZLIB_ARG)
1678
28ab6a97a27a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1671
diff changeset
    71
28ab6a97a27a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1671
diff changeset
    72
bz2lib:
1684
c12816d1c6ab automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1678
diff changeset
    73
	cd $(BZ2LIB_DIR); $(MAKE) $(MAKE_BZ2LIB_ARG) libbz2.a
1678
28ab6a97a27a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1671
diff changeset
    74
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    75
2268
c70c4d0f3be0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2249
diff changeset
    76
c70c4d0f3be0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2249
diff changeset
    77
2648
473041a2f001 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2631
diff changeset
    78
3555
59d9fab8fa78 Win / x86_64 build fix: do not link to ws2_32.lib when comiling using mingw(64)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3498
diff changeset
    79
# Enforce recompilation of package definition class if Mercurial working
59d9fab8fa78 Win / x86_64 build fix: do not link to ws2_32.lib when comiling using mingw(64)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3498
diff changeset
    80
# copy state changes. Together with --guessVersion it ensures that package
59d9fab8fa78 Win / x86_64 build fix: do not link to ws2_32.lib when comiling using mingw(64)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3498
diff changeset
    81
# definition class always contains correct binary revision string.
59d9fab8fa78 Win / x86_64 build fix: do not link to ws2_32.lib when comiling using mingw(64)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3498
diff changeset
    82
ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
59d9fab8fa78 Win / x86_64 build fix: do not link to ws2_32.lib when comiling using mingw(64)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3498
diff changeset
    83
stx_libbasic2.$(O): $(shell hg root)/.hg/dirstate
59d9fab8fa78 Win / x86_64 build fix: do not link to ws2_32.lib when comiling using mingw(64)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3498
diff changeset
    84
endif
59d9fab8fa78 Win / x86_64 build fix: do not link to ws2_32.lib when comiling using mingw(64)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3498
diff changeset
    85
2648
473041a2f001 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2631
diff changeset
    86
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    87
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    88
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    89
# run default testsuite for this package
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    90
test: $(TOP)/goodies/builder/reports
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    91
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    92
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    93
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    94
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    95
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    96
# add more install actions here
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    97
install::
1195
9d887847d1b6 Add BZipStream and ZipStream
Stefan Vogel <sv@exept.de>
parents: 1183
diff changeset
    98
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
    99
# add more install actions for aux-files (resources) here
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
   100
installAux::
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
   101
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
   102
# add more preMake actions here
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
   103
preMake::
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
   104
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
   105
# add more postMake actions here
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
   106
postMake:: cleanjunk
23
fed9d925c0ee Initial revision
claus
parents:
diff changeset
   107
2918
9205672211fa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2878
diff changeset
   108
# build all mandatory prerequisite packages (containing superclasses) for this package
9205672211fa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2878
diff changeset
   109
prereq:
2183
266dbc7a780b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2138
diff changeset
   110
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
2059
d208e8eefb96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2024
diff changeset
   111
d208e8eefb96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2024
diff changeset
   112
d208e8eefb96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2024
diff changeset
   113
2918
9205672211fa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2878
diff changeset
   114
# build all packages containing referenced classes for this package
3498
59c0056fcfc7 Cleanup: introduced AbstractBackgroundJob, made all other jobs subclass of it.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3441
diff changeset
   115
# they are not needed to compile the package (but later, to load it)
2918
9205672211fa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2878
diff changeset
   116
references:
9205672211fa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2878
diff changeset
   117
9205672211fa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2878
diff changeset
   118
23
fed9d925c0ee Initial revision
claus
parents:
diff changeset
   119
cleanjunk::
2716
d7251abccb6c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2648
diff changeset
   120
	-rm -f *.s *.s2
23
fed9d925c0ee Initial revision
claus
parents:
diff changeset
   121
fed9d925c0ee Initial revision
claus
parents:
diff changeset
   122
clean::
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
   123
	-rm -f *.o *.H
23
fed9d925c0ee Initial revision
claus
parents:
diff changeset
   124
1944
8e596f69b891 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1867
diff changeset
   125
clobber:: clean
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
   126
	-rm -f *.so *.dll
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
   127
23
fed9d925c0ee Initial revision
claus
parents:
diff changeset
   128
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
   129
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3498
59c0056fcfc7 Cleanup: introduced AbstractBackgroundJob, made all other jobs subclass of it.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3441
diff changeset
   130
$(OUTDIR)AbstractBackgroundJob.$(O) AbstractBackgroundJob.$(H): AbstractBackgroundJob.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   131
$(OUTDIR)ActorStream.$(O) ActorStream.$(H): ActorStream.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(STCHDR)
1785
639ca410d4ee automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1768
diff changeset
   132
$(OUTDIR)Archiver.$(O) Archiver.$(H): Archiver.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3563
0061a260087e added: AutoResizingOrderedCollection
Claus Gittinger <cg@exept.de>
parents: 3498
diff changeset
   133
$(OUTDIR)AutoResizingOrderedCollection.$(O) AutoResizingOrderedCollection.$(H): AutoResizingOrderedCollection.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
2397
0707631475c6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2386
diff changeset
   134
$(OUTDIR)BTree.$(O) BTree.$(H): BTree.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   135
$(OUTDIR)BaseNCoder.$(O) BaseNCoder.$(H): BaseNCoder.st $(INCLUDE_TOP)/stx/libbasic/AspectVisitor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ObjectCoder.$(H) $(INCLUDE_TOP)/stx/libbasic/Visitor.$(H) $(STCHDR)
2405
a95405702328 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2397
diff changeset
   136
$(OUTDIR)Bezier.$(O) Bezier.$(H): Bezier.st $(INCLUDE_TOP)/stx/libbasic/Geometric.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2268
c70c4d0f3be0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2249
diff changeset
   137
$(OUTDIR)BinaryTree.$(O) BinaryTree.$(H): BinaryTree.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2792
1680c1572387 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
   138
$(OUTDIR)BinaryTreeNode.$(O) BinaryTreeNode.$(H): BinaryTreeNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   139
$(OUTDIR)BitArray.$(O) BitArray.$(H): BitArray.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
3145
28f0d5db1278 BoltLock as compiled class
Claus Gittinger <cg@exept.de>
parents: 3104
diff changeset
   140
$(OUTDIR)BoltLock.$(O) BoltLock.$(H): BoltLock.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   141
$(OUTDIR)CRC32Stream.$(O) CRC32Stream.$(H): CRC32Stream.st $(INCLUDE_TOP)/stx/libbasic/HashStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   142
$(OUTDIR)CacheDictionary.$(O) CacheDictionary.$(H): CacheDictionary.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   143
$(OUTDIR)CachedValue.$(O) CachedValue.$(H): CachedValue.st $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/NotFoundError.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(STCHDR)
2528
8bdc55e0feaf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2503
diff changeset
   144
$(OUTDIR)CharacterSet.$(O) CharacterSet.$(H): CharacterSet.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2405
a95405702328 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2397
diff changeset
   145
$(OUTDIR)Circle.$(O) Circle.$(H): Circle.st $(INCLUDE_TOP)/stx/libbasic/Geometric.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   146
$(OUTDIR)CollectingReadStream.$(O) CollectingReadStream.$(H): CollectingReadStream.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   147
$(OUTDIR)CompressionStream.$(O) CompressionStream.$(H): CompressionStream.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(STCHDR)
2405
a95405702328 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2397
diff changeset
   148
$(OUTDIR)Curve.$(O) Curve.$(H): Curve.st $(INCLUDE_TOP)/stx/libbasic/Geometric.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1741
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   149
$(OUTDIR)DirectoryContents.$(O) DirectoryContents.$(H): DirectoryContents.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2405
a95405702328 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2397
diff changeset
   150
$(OUTDIR)EllipticalArc.$(O) EllipticalArc.$(H): EllipticalArc.st $(INCLUDE_TOP)/stx/libbasic/Geometric.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   151
$(OUTDIR)ExternalLong.$(O) ExternalLong.$(H): ExternalLong.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/ExternalBytes.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
1741
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   152
$(OUTDIR)FileSorter.$(O) FileSorter.$(H): FileSorter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   153
$(OUTDIR)FilteringStream.$(O) FilteringStream.$(H): FilteringStream.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   154
$(OUTDIR)FourByteString.$(O) FourByteString.$(H): FourByteString.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
2343
363bdc809061 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2296
diff changeset
   155
$(OUTDIR)Future.$(O) Future.$(H): Future.st $(INCLUDE_TOP)/stx/libbasic/ProtoObject.$(H) $(STCHDR)
2059
d208e8eefb96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2024
diff changeset
   156
$(OUTDIR)HTMLUtilities.$(O) HTMLUtilities.$(H): HTMLUtilities.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   157
$(OUTDIR)HalfFloatArray.$(O) HalfFloatArray.$(H): HalfFloatArray.st $(INCLUDE_TOP)/stx/libbasic/AbstractNumberVector.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   158
$(OUTDIR)Heap.$(O) Heap.$(H): Heap.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
3104
a32e1cad4ba2 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3030
diff changeset
   159
$(OUTDIR)IdentityBag.$(O) IdentityBag.$(H): IdentityBag.st $(INCLUDE_TOP)/stx/libbasic/Bag.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   160
$(OUTDIR)IncrementNotification.$(O) IncrementNotification.$(H): IncrementNotification.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1760
54fb45a26303 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1741
diff changeset
   161
$(OUTDIR)InterestConverterWithParameters.$(O) InterestConverterWithParameters.$(H): InterestConverterWithParameters.st $(INCLUDE_TOP)/stx/libbasic/InterestConverter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1741
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   162
$(OUTDIR)Iterator.$(O) Iterator.$(H): Iterator.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   163
$(OUTDIR)JISEncodedString.$(O) JISEncodedString.$(H): JISEncodedString.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/TwoByteString.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
2343
363bdc809061 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2296
diff changeset
   164
$(OUTDIR)Lazy.$(O) Lazy.$(H): Lazy.st $(INCLUDE_TOP)/stx/libbasic/ProtoObject.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   165
$(OUTDIR)LazyArray.$(O) LazyArray.$(H): LazyArray.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
1944
8e596f69b891 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1867
diff changeset
   166
$(OUTDIR)LineSegment.$(O) LineSegment.$(H): LineSegment.st $(INCLUDE_TOP)/stx/libbasic/Geometric.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   167
$(OUTDIR)List.$(O) List.$(H): List.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
1741
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   168
$(OUTDIR)MappedCollection.$(O) MappedCollection.$(H): MappedCollection.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   169
$(OUTDIR)Monitor.$(O) Monitor.$(H): Monitor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   170
$(OUTDIR)MultiReadStream.$(O) MultiReadStream.$(H): MultiReadStream.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   171
$(OUTDIR)NameLookupError.$(O) NameLookupError.$(H): NameLookupError.st $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(STCHDR)
2605
48641023460d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2594
diff changeset
   172
$(OUTDIR)OperationQueue.$(O) OperationQueue.$(H): OperationQueue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2200
f2875518c105 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   173
$(OUTDIR)PhoneticStringUtilities.$(O) PhoneticStringUtilities.$(H): PhoneticStringUtilities.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1741
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   174
$(OUTDIR)Polygon.$(O) Polygon.$(H): Polygon.st $(INCLUDE_TOP)/stx/libbasic/Geometric.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   175
$(OUTDIR)PrinterStream.$(O) PrinterStream.$(H): PrinterStream.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(STCHDR)
2405
a95405702328 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2397
diff changeset
   176
$(OUTDIR)PrintfScanf.$(O) PrintfScanf.$(H): PrintfScanf.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1741
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   177
$(OUTDIR)Promise.$(O) Promise.$(H): Promise.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   178
$(OUTDIR)Queue.$(O) Queue.$(H): Queue.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   179
$(OUTDIR)Random.$(O) Random.$(H): Random.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(STCHDR)
2605
48641023460d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2594
diff changeset
   180
$(OUTDIR)RandomTT800.$(O) RandomTT800.$(H): RandomTT800.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   181
$(OUTDIR)ReindexedCollection.$(O) ReindexedCollection.$(H): ReindexedCollection.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   182
$(OUTDIR)RunArray.$(O) RunArray.$(H): RunArray.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   183
$(OUTDIR)SegmentedOrderedCollection.$(O) SegmentedOrderedCollection.$(H): SegmentedOrderedCollection.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   184
$(OUTDIR)SelectingReadStream.$(O) SelectingReadStream.$(H): SelectingReadStream.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   185
$(OUTDIR)SequenceWithSentinel.$(O) SequenceWithSentinel.$(H): SequenceWithSentinel.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   186
$(OUTDIR)SerialPort.$(O) SerialPort.$(H): SerialPort.st $(INCLUDE_TOP)/stx/libbasic/ExternalStream.$(H) $(INCLUDE_TOP)/stx/libbasic/NonPositionableExternalStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/PositionableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/ReadWriteStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic/WriteStream.$(H) $(STCHDR)
1741
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   187
$(OUTDIR)SharedCollection.$(O) SharedCollection.$(H): SharedCollection.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   188
$(OUTDIR)Singleton.$(O) Singleton.$(H): Singleton.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2878
14bf84df803f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2837
diff changeset
   189
$(OUTDIR)SmallBag.$(O) SmallBag.$(H): SmallBag.st $(INCLUDE_TOP)/stx/libbasic/Bag.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   190
$(OUTDIR)Socket.$(O) Socket.$(H): Socket.st $(INCLUDE_TOP)/stx/libbasic/ExternalStream.$(H) $(INCLUDE_TOP)/stx/libbasic/NonPositionableExternalStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/PositionableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/ReadWriteStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic/WriteStream.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   191
$(OUTDIR)SocketAddress.$(O) SocketAddress.$(H): SocketAddress.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
1741
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   192
$(OUTDIR)SocketAddressInfo.$(O) SocketAddressInfo.$(H): SocketAddressInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3295
b5556b424bb1 Make SortedSet and SpilltingWriteStream compiled
Stefan Vogel <sv@exept.de>
parents: 3262
diff changeset
   193
$(OUTDIR)SortedSet.$(O) SortedSet.$(H): SortedSet.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedSet.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   194
$(OUTDIR)SoundStream.$(O) SoundStream.$(H): SoundStream.st $(INCLUDE_TOP)/stx/libbasic/ExternalStream.$(H) $(INCLUDE_TOP)/stx/libbasic/FileStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/PositionableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/ReadWriteStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic/WriteStream.$(H) $(STCHDR)
2386
fb41d0545067 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2378
diff changeset
   195
$(OUTDIR)Spline.$(O) Spline.$(H): Spline.st $(INCLUDE_TOP)/stx/libbasic/Geometric.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3295
b5556b424bb1 Make SortedSet and SpilltingWriteStream compiled
Stefan Vogel <sv@exept.de>
parents: 3262
diff changeset
   196
$(OUTDIR)SplittingWriteStream.$(O) SplittingWriteStream.$(H): SplittingWriteStream.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   197
$(OUTDIR)Stack.$(O) Stack.$(H): Stack.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
2621
ad86682f5b67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2614
diff changeset
   198
$(OUTDIR)StringPattern.$(O) StringPattern.$(H): StringPattern.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2217
d9f27e3b4ccc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2200
diff changeset
   199
$(OUTDIR)StringUtilities.$(O) StringUtilities.$(H): StringUtilities.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2451
0adc04c79b6f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2405
diff changeset
   200
$(OUTDIR)TSTree.$(O) TSTree.$(H): TSTree.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3255
3fc7f785d51f Added TSMultiTree, a variant of TSTree that allows for multiple values to be stored
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3239
diff changeset
   201
$(OUTDIR)TSTreeNode.$(O) TSTreeNode.$(H): TSTreeNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3030
6a8e6c3d1ad7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2981
diff changeset
   202
$(OUTDIR)TerminalSession.$(O) TerminalSession.$(H): TerminalSession.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   203
$(OUTDIR)Text.$(O) Text.$(H): Text.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   204
$(OUTDIR)TextStream.$(O) TextStream.$(H): TextStream.st $(INCLUDE_TOP)/stx/libbasic/CharacterWriteStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/PositionableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic/WriteStream.$(H) $(STCHDR)
2451
0adc04c79b6f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2405
diff changeset
   205
$(OUTDIR)TreeSet.$(O) TreeSet.$(H): TreeSet.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1741
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   206
$(OUTDIR)URI.$(O) URI.$(H): URI.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   207
$(OUTDIR)UUID.$(O) UUID.$(H): UUID.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/ByteArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   208
$(OUTDIR)UnboxedIntegerArray.$(O) UnboxedIntegerArray.$(H): UnboxedIntegerArray.st $(INCLUDE_TOP)/stx/libbasic/AbstractNumberVector.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
1741
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   209
$(OUTDIR)UndoSupport.$(O) UndoSupport.$(H): UndoSupport.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   210
$(OUTDIR)UnitConverter.$(O) UnitConverter.$(H): UnitConverter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   211
$(OUTDIR)VirtualArray.$(O) VirtualArray.$(H): VirtualArray.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   212
$(OUTDIR)ZipArchiveConstants.$(O) ZipArchiveConstants.$(H): ZipArchiveConstants.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SharedPool.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   213
$(OUTDIR)stx_libbasic2.$(O) stx_libbasic2.$(H): stx_libbasic2.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   214
$(OUTDIR)AATree.$(O) AATree.$(H): AATree.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/BinaryTree.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   215
$(OUTDIR)AATreeNode.$(O) AATreeNode.$(H): AATreeNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/BinaryTreeNode.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   216
$(OUTDIR)Arrow.$(O) Arrow.$(H): Arrow.st $(INCLUDE_TOP)/stx/libbasic/Geometric.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/LineSegment.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   217
$(OUTDIR)ArrowedSpline.$(O) ArrowedSpline.$(H): ArrowedSpline.st $(INCLUDE_TOP)/stx/libbasic/Geometric.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/Spline.$(H) $(STCHDR)
3692
83bba2959871 class: AutoResizingOrderedCollectionWithDefault
Claus Gittinger <cg@exept.de>
parents: 3563
diff changeset
   218
$(OUTDIR)AutoResizingOrderedCollectionWithDefault.$(O) AutoResizingOrderedCollectionWithDefault.$(H): AutoResizingOrderedCollectionWithDefault.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic2/AutoResizingOrderedCollection.$(H) $(STCHDR)
3498
59c0056fcfc7 Cleanup: introduced AbstractBackgroundJob, made all other jobs subclass of it.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3441
diff changeset
   219
$(OUTDIR)BackgroundJob.$(O) BackgroundJob.$(H): BackgroundJob.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/AbstractBackgroundJob.$(H) $(STCHDR)
59c0056fcfc7 Cleanup: introduced AbstractBackgroundJob, made all other jobs subclass of it.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3441
diff changeset
   220
$(OUTDIR)BackgroundPeriodicalJob.$(O) BackgroundPeriodicalJob.$(H): BackgroundPeriodicalJob.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/AbstractBackgroundJob.$(H) $(STCHDR)
59c0056fcfc7 Cleanup: introduced AbstractBackgroundJob, made all other jobs subclass of it.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3441
diff changeset
   221
$(OUTDIR)BackgroundQueueProcessingJob.$(O) BackgroundQueueProcessingJob.$(H): BackgroundQueueProcessingJob.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/AbstractBackgroundJob.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   222
$(OUTDIR)Base32Coder.$(O) Base32Coder.$(H): Base32Coder.st $(INCLUDE_TOP)/stx/libbasic/AspectVisitor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ObjectCoder.$(H) $(INCLUDE_TOP)/stx/libbasic/Visitor.$(H) $(INCLUDE_TOP)/stx/libbasic2/BaseNCoder.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   223
$(OUTDIR)Base64Coder.$(O) Base64Coder.$(H): Base64Coder.st $(INCLUDE_TOP)/stx/libbasic/AspectVisitor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ObjectCoder.$(H) $(INCLUDE_TOP)/stx/libbasic/Visitor.$(H) $(INCLUDE_TOP)/stx/libbasic2/BaseNCoder.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   224
$(OUTDIR)Bezier2Segment.$(O) Bezier2Segment.$(H): Bezier2Segment.st $(INCLUDE_TOP)/stx/libbasic/Geometric.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/LineSegment.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   225
$(OUTDIR)BooleanArray.$(O) BooleanArray.$(H): BooleanArray.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic2/BitArray.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   226
$(OUTDIR)CacheDictionaryWithFactory.$(O) CacheDictionaryWithFactory.$(H): CacheDictionaryWithFactory.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic2/CacheDictionary.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   227
$(OUTDIR)FilteringLineStream.$(O) FilteringLineStream.$(H): FilteringLineStream.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic2/FilteringStream.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   228
$(OUTDIR)HierarchicalURI.$(O) HierarchicalURI.$(H): HierarchicalURI.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/URI.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   229
$(OUTDIR)HostAddressLookupError.$(O) HostAddressLookupError.$(H): HostAddressLookupError.st $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(INCLUDE_TOP)/stx/libbasic2/NameLookupError.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   230
$(OUTDIR)HostNameLookupError.$(O) HostNameLookupError.$(H): HostNameLookupError.st $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(INCLUDE_TOP)/stx/libbasic2/NameLookupError.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   231
$(OUTDIR)IPSocketAddress.$(O) IPSocketAddress.$(H): IPSocketAddress.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic2/SocketAddress.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   232
$(OUTDIR)IntegerArray.$(O) IntegerArray.$(H): IntegerArray.st $(INCLUDE_TOP)/stx/libbasic/AbstractNumberVector.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic2/UnboxedIntegerArray.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   233
$(OUTDIR)LineNumberReadStream.$(O) LineNumberReadStream.$(H): LineNumberReadStream.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic2/FilteringStream.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   234
$(OUTDIR)LongIntegerArray.$(O) LongIntegerArray.$(H): LongIntegerArray.st $(INCLUDE_TOP)/stx/libbasic/AbstractNumberVector.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic2/UnboxedIntegerArray.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   235
$(OUTDIR)PostscriptPrinterStream.$(O) PostscriptPrinterStream.$(H): PostscriptPrinterStream.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic2/PrinterStream.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   236
$(OUTDIR)RandomGenerator.$(O) RandomGenerator.$(H): RandomGenerator.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic2/Random.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   237
$(OUTDIR)SharedQueue.$(O) SharedQueue.$(H): SharedQueue.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/Queue.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   238
$(OUTDIR)SignedIntegerArray.$(O) SignedIntegerArray.$(H): SignedIntegerArray.st $(INCLUDE_TOP)/stx/libbasic/AbstractNumberVector.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic2/UnboxedIntegerArray.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   239
$(OUTDIR)SignedLongIntegerArray.$(O) SignedLongIntegerArray.$(H): SignedLongIntegerArray.st $(INCLUDE_TOP)/stx/libbasic/AbstractNumberVector.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic2/UnboxedIntegerArray.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   240
$(OUTDIR)SignedWordArray.$(O) SignedWordArray.$(H): SignedWordArray.st $(INCLUDE_TOP)/stx/libbasic/AbstractNumberVector.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic2/UnboxedIntegerArray.$(H) $(STCHDR)
3255
3fc7f785d51f Added TSMultiTree, a variant of TSTree that allows for multiple values to be stored
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3239
diff changeset
   241
$(OUTDIR)TSMultiTree.$(O) TSMultiTree.$(H): TSMultiTree.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/TSTree.$(H) $(STCHDR)
3fc7f785d51f Added TSMultiTree, a variant of TSTree that allows for multiple values to be stored
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3239
diff changeset
   242
$(OUTDIR)TSMultiTreeNode.$(O) TSMultiTreeNode.$(H): TSMultiTreeNode.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic2/TSTreeNode.$(H) $(STCHDR)
3195
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   243
$(OUTDIR)TimedPromise.$(O) TimedPromise.$(H): TimedPromise.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/Promise.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   244
$(OUTDIR)UDSocketAddress.$(O) UDSocketAddress.$(H): UDSocketAddress.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic2/SocketAddress.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   245
$(OUTDIR)Unicode32String.$(O) Unicode32String.$(H): Unicode32String.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic2/FourByteString.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   246
$(OUTDIR)WordArray.$(O) WordArray.$(H): WordArray.st $(INCLUDE_TOP)/stx/libbasic/AbstractNumberVector.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic2/UnboxedIntegerArray.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   247
$(OUTDIR)ZipArchive.$(O) ZipArchive.$(H): ZipArchive.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic2/ZipArchiveConstants.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   248
$(OUTDIR)ZipStream.$(O) ZipStream.$(H): ZipStream.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic2/CompressionStream.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   249
$(OUTDIR)FileURI.$(O) FileURI.$(H): FileURI.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/HierarchicalURI.$(H) $(INCLUDE_TOP)/stx/libbasic2/URI.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   250
$(OUTDIR)FtpURI.$(O) FtpURI.$(H): FtpURI.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/HierarchicalURI.$(H) $(INCLUDE_TOP)/stx/libbasic2/URI.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   251
$(OUTDIR)HttpURI.$(O) HttpURI.$(H): HttpURI.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/HierarchicalURI.$(H) $(INCLUDE_TOP)/stx/libbasic2/URI.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   252
$(OUTDIR)IPv6SocketAddress.$(O) IPv6SocketAddress.$(H): IPv6SocketAddress.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic2/IPSocketAddress.$(H) $(INCLUDE_TOP)/stx/libbasic2/SocketAddress.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
   253
$(OUTDIR)SftpURI.$(O) SftpURI.$(H): SftpURI.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/HierarchicalURI.$(H) $(INCLUDE_TOP)/stx/libbasic2/URI.$(H) $(STCHDR)
3295
b5556b424bb1 Make SortedSet and SpilltingWriteStream compiled
Stefan Vogel <sv@exept.de>
parents: 3262
diff changeset
   254
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/ArithmeticValue.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Float.$(H) $(INCLUDE_TOP)/stx/libbasic/LimitedPrecisionReal.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Number.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
1741
4dff55c6969b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1733
diff changeset
   255
1657
4ebfae89a262 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1562
diff changeset
   256
# ENDMAKEDEPEND --- do not remove this line
3233
076549eeb54e changed: TimeStamp #-
Claus Gittinger <cg@exept.de>
parents: 3207
diff changeset
   257