Make.proto
author vrany
Wed, 12 Oct 2011 12:37:34 +0200
changeset 2585 e8a07c25209a
parent 2580 95cc12f8dec4
child 2657 99c9dbad528f
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2585
e8a07c25209a automatically generated by browser
vrany
parents: 2580
diff changeset
     1
# $Header: /cvs/stx/stx/libbasic3/Make.proto,v 1.117 2011-10-12 10:37:34 vrany Exp $
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
     2
#
2213
1048f57d530a automatically generated by browser
fm
parents: 2146
diff changeset
     3
# DO NOT EDIT
2585
e8a07c25209a automatically generated by browser
vrany
parents: 2580
diff changeset
     4
# automagically generated from the projectDefinition: stx_libbasic3 at 2011-10-12 11:37:07.229.
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
     5
#
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
     6
# Warning: once you modify this file, do not rerun
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
31
claus
parents:
diff changeset
     8
#
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    10
#    make         - compile all st-files to a classLib
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    11
#    make clean   - clean all temp files
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    12
#    make clobber - clean all
1553
b07b710e6d69 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    13
#
b07b710e6d69 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    14
# This file contains definitions for Unix based platforms.
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
31
claus
parents:
diff changeset
    16
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    17
#
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    18
# position (of this package) in directory hierarchy:
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
    20
TOP=..
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    22
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    23
# subdirectories where targets are to be made:
1357
e17a8d8ac730 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1354
diff changeset
    24
SUBDIRS=
e17a8d8ac730 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1354
diff changeset
    25
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    26
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    27
# subdirectories where Makefiles are to be made:
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    28
# (only define if different from SUBDIRS)
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    29
# ALLSUBDIRS=
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    30
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    32
2213
1048f57d530a automatically generated by browser
fm
parents: 2146
diff changeset
    33
# if your embedded C code requires any system includes,
1048f57d530a automatically generated by browser
fm
parents: 2146
diff changeset
    34
# add the path(es) here:,
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
2429
f9deaa0ce3f3 automatically generated by browser
vrany
parents: 2416
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libbasic
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    38
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    39
2213
1048f57d530a automatically generated by browser
fm
parents: 2146
diff changeset
    40
# if you need any additional defines for embedded C code,
1048f57d530a automatically generated by browser
fm
parents: 2146
diff changeset
    41
# add them here:,
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    44
LOCALDEFINES=
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    45
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
    46
LIBNAME=libstx_libbasic3
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    48
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    49
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    52
LD_OBJ_LIBS=
1814
a8cd717d0c3b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1792
diff changeset
    53
LOCAL_SHARED_LIBS=
31
claus
parents:
diff changeset
    54
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    55
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    57
# additional C targets or libraries should be added below
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    58
LOCAL_EXTRA_TARGETS=
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    59
1597
9ab60adc90f7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1587
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
9ab60adc90f7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1587
diff changeset
    61
1628
621367d6048a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1621
diff changeset
    62
621367d6048a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1621
diff changeset
    63
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    64
all:: preMake classLibRule postMake
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    65
2385
24a64c05d999 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2332
diff changeset
    66
pre_objs::  update-svn-revision
2146
49040134cceb automatically generated by browser
fm
parents: 2110
diff changeset
    67
49040134cceb automatically generated by browser
fm
parents: 2110
diff changeset
    68
1628
621367d6048a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1621
diff changeset
    69
2385
24a64c05d999 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2332
diff changeset
    70
update-svn-revision:
2560
faef8c8ef27b automatically generated by browser
vrany
parents: 2533
diff changeset
    71
	if [ -d .svn ]; then \
faef8c8ef27b automatically generated by browser
vrany
parents: 2533
diff changeset
    72
		if [ ! -r .svnversion -o "$(shell svnversion -n)" != "$(shell cat .svnversion)" ]; then \
faef8c8ef27b automatically generated by browser
vrany
parents: 2533
diff changeset
    73
			svnversion -n > .svnversion; \
faef8c8ef27b automatically generated by browser
vrany
parents: 2533
diff changeset
    74
			sed -i -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"'$(shell svnversion -n)'\"\$$\"/g" \
faef8c8ef27b automatically generated by browser
vrany
parents: 2533
diff changeset
    75
				stx_libbasic3.st; \
faef8c8ef27b automatically generated by browser
vrany
parents: 2533
diff changeset
    76
		fi \
2385
24a64c05d999 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2332
diff changeset
    77
	fi
24a64c05d999 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2332
diff changeset
    78
.PHONY: update-svn-revision
1628
621367d6048a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1621
diff changeset
    79
31
claus
parents:
diff changeset
    80
2533
40bb875a3174 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
    81
40bb875a3174 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
    82
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    83
# add more install actions here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    84
install::
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    85
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    86
# add more install actions for aux-files (resources) here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    87
installAux::
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    88
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    89
# add more preMake actions here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    90
preMake::
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    91
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    92
# add more postMake actions here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    93
postMake:: cleanjunk
31
claus
parents:
diff changeset
    94
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
    95
prereq: $(REQUIRED_SUPPORT_DIRS)
2110
7fca33d5cb96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2087
diff changeset
    96
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
7fca33d5cb96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2087
diff changeset
    97
	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
7fca33d5cb96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2087
diff changeset
    98
	cd ../librun && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
    99
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   100
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   101
31
claus
parents:
diff changeset
   102
cleanjunk::
claus
parents:
diff changeset
   103
claus
parents:
diff changeset
   104
clean::
1553
b07b710e6d69 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
   105
	-rm -f *.o *.H
31
claus
parents:
diff changeset
   106
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   107
clobber:: clean
1553
b07b710e6d69 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
   108
	-rm -f *.so *.dll
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   109
31
claus
parents:
diff changeset
   110
40
claus
parents: 38
diff changeset
   111
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   112
$(OUTDIR)AbstractSourceCodeManager.$(O) AbstractSourceCodeManager.$(H): AbstractSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   113
$(OUTDIR)CallChain.$(O) CallChain.$(H): CallChain.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   114
$(OUTDIR)Change.$(O) Change.$(H): Change.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2496
487b65adf925 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2462
diff changeset
   115
$(OUTDIR)ChangeDeltaInformation.$(O) ChangeDeltaInformation.$(H): ChangeDeltaInformation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2271
e917ad43538e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   116
$(OUTDIR)ChangeNotificationParameter.$(O) ChangeNotificationParameter.$(H): ChangeNotificationParameter.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)
e917ad43538e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   117
$(OUTDIR)ChangeSet.$(O) ChangeSet.$(H): ChangeSet.st $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(STCHDR)
2416
2a4fc58fb5e1 automatically generated by browser
vrany
parents: 2385
diff changeset
   118
$(OUTDIR)ChangeSetDiff.$(O) ChangeSetDiff.$(H): ChangeSetDiff.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2429
f9deaa0ce3f3 automatically generated by browser
vrany
parents: 2416
diff changeset
   119
$(OUTDIR)ChangeSetDiffComponent.$(O) ChangeSetDiffComponent.$(H): ChangeSetDiffComponent.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   120
$(OUTDIR)ClassOrganizer.$(O) ClassOrganizer.$(H): ClassOrganizer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   121
$(OUTDIR)HTMLDocGenerator.$(O) HTMLDocGenerator.$(H): HTMLDocGenerator.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   122
$(OUTDIR)HistoryManager.$(O) HistoryManager.$(H): HistoryManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   123
$(OUTDIR)MessageTally.$(O) MessageTally.$(H): MessageTally.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   124
$(OUTDIR)MessageTracer.$(O) MessageTracer.$(H): MessageTracer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   125
$(OUTDIR)MethodFinder.$(O) MethodFinder.$(H): MethodFinder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   126
$(OUTDIR)ProfileTree.$(O) ProfileTree.$(H): ProfileTree.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2575
8e46e673ea11 automatically generated by browser
vrany
parents: 2560
diff changeset
   127
$(OUTDIR)SourceCodeCache.$(O) SourceCodeCache.$(H): SourceCodeCache.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2496
487b65adf925 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2462
diff changeset
   128
$(OUTDIR)SourceCodeManagerError.$(O) SourceCodeManagerError.$(H): SourceCodeManagerError.st $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(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)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   129
$(OUTDIR)SourceCodeManagerUtilities.$(O) SourceCodeManagerUtilities.$(H): SourceCodeManagerUtilities.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   130
$(OUTDIR)SystemOrganizer.$(O) SystemOrganizer.$(H): SystemOrganizer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2300
be6db2cee4a5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2271
diff changeset
   131
$(OUTDIR)TraceBuffer.$(O) TraceBuffer.$(H): TraceBuffer.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)
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   132
$(OUTDIR)VersionInfo.$(O) VersionInfo.$(H): VersionInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   133
$(OUTDIR)WrappedMethod.$(O) WrappedMethod.$(H): WrappedMethod.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)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   134
$(OUTDIR)stx_libbasic3.$(O) stx_libbasic3.$(H): stx_libbasic3.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   135
$(OUTDIR)CVSSourceCodeManager.$(O) CVSSourceCodeManager.$(H): CVSSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   136
$(OUTDIR)CVSVersionInfo.$(O) CVSVersionInfo.$(H): CVSVersionInfo.st $(INCLUDE_TOP)/stx/libbasic3/VersionInfo.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2429
f9deaa0ce3f3 automatically generated by browser
vrany
parents: 2416
diff changeset
   137
$(OUTDIR)ChangeSetDiffEntry.$(O) ChangeSetDiffEntry.$(H): ChangeSetDiffEntry.st $(INCLUDE_TOP)/stx/libbasic3/ChangeSetDiffComponent.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f9deaa0ce3f3 automatically generated by browser
vrany
parents: 2416
diff changeset
   138
$(OUTDIR)ChangeSetDiffSet.$(O) ChangeSetDiffSet.$(H): ChangeSetDiffSet.st $(INCLUDE_TOP)/stx/libbasic3/ChangeSetDiffComponent.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   139
$(OUTDIR)ClassChange.$(O) ClassChange.$(H): ClassChange.st $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2385
24a64c05d999 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2332
diff changeset
   140
$(OUTDIR)CompositeChange.$(O) CompositeChange.$(H): CompositeChange.st $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   141
$(OUTDIR)DoItChange.$(O) DoItChange.$(H): DoItChange.st $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2385
24a64c05d999 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2332
diff changeset
   142
$(OUTDIR)FileInChange.$(O) FileInChange.$(H): FileInChange.st $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2271
e917ad43538e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   143
$(OUTDIR)MethodChangeNotificationParameter.$(O) MethodChangeNotificationParameter.$(H): MethodChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic3/ChangeNotificationParameter.$(H) $(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)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   144
$(OUTDIR)NameSpaceCreationChange.$(O) NameSpaceCreationChange.$(H): NameSpaceCreationChange.st $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   145
$(OUTDIR)OtherChange.$(O) OtherChange.$(H): OtherChange.st $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2385
24a64c05d999 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2332
diff changeset
   146
$(OUTDIR)PerforceSourceCodeManager.$(O) PerforceSourceCodeManager.$(H): PerforceSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/VersionInfo.$(H) $(STCHDR)
2533
40bb875a3174 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
   147
$(OUTDIR)SVNVersionInfo.$(O) SVNVersionInfo.$(H): SVNVersionInfo.st $(INCLUDE_TOP)/stx/libbasic3/VersionInfo.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   148
$(OUTDIR)StoreSourceCodeManager.$(O) StoreSourceCodeManager.$(H): StoreSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   149
$(OUTDIR)ClassCategoryChange.$(O) ClassCategoryChange.$(H): ClassCategoryChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   150
$(OUTDIR)ClassClassVariableChange.$(O) ClassClassVariableChange.$(H): ClassClassVariableChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   151
$(OUTDIR)ClassCommentChange.$(O) ClassCommentChange.$(H): ClassCommentChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   152
$(OUTDIR)ClassDefinitionChange.$(O) ClassDefinitionChange.$(H): ClassDefinitionChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   153
$(OUTDIR)ClassInstVarDefinitionChange.$(O) ClassInstVarDefinitionChange.$(H): ClassInstVarDefinitionChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   154
$(OUTDIR)ClassOtherChange.$(O) ClassOtherChange.$(H): ClassOtherChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   155
$(OUTDIR)ClassPrimitiveChange.$(O) ClassPrimitiveChange.$(H): ClassPrimitiveChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1814
a8cd717d0c3b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1792
diff changeset
   156
$(OUTDIR)ClassRemoveChange.$(O) ClassRemoveChange.$(H): ClassRemoveChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   157
$(OUTDIR)ClassRenameChange.$(O) ClassRenameChange.$(H): ClassRenameChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2271
e917ad43538e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   158
$(OUTDIR)MethodCategoryChangeNotificationParameter.$(O) MethodCategoryChangeNotificationParameter.$(H): MethodCategoryChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic3/MethodChangeNotificationParameter.$(H) $(INCLUDE_TOP)/stx/libbasic3/ChangeNotificationParameter.$(H) $(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)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   159
$(OUTDIR)MethodCategoryRenameChange.$(O) MethodCategoryRenameChange.$(H): MethodCategoryRenameChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   160
$(OUTDIR)MethodChange.$(O) MethodChange.$(H): MethodChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2271
e917ad43538e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   161
$(OUTDIR)MethodRemoveChangeNotificationParameter.$(O) MethodRemoveChangeNotificationParameter.$(H): MethodRemoveChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic3/MethodChangeNotificationParameter.$(H) $(INCLUDE_TOP)/stx/libbasic3/ChangeNotificationParameter.$(H) $(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)
e917ad43538e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   162
$(OUTDIR)MethodTrapChangeNotificationParameter.$(O) MethodTrapChangeNotificationParameter.$(H): MethodTrapChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic3/MethodChangeNotificationParameter.$(H) $(INCLUDE_TOP)/stx/libbasic3/ChangeNotificationParameter.$(H) $(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)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   163
$(OUTDIR)TimestampChange.$(O) TimestampChange.$(H): TimestampChange.st $(INCLUDE_TOP)/stx/libbasic3/OtherChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   164
$(OUTDIR)ClassPrimitiveDefinitionsChange.$(O) ClassPrimitiveDefinitionsChange.$(H): ClassPrimitiveDefinitionsChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassPrimitiveChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   165
$(OUTDIR)ClassPrimitiveFunctionsChange.$(O) ClassPrimitiveFunctionsChange.$(H): ClassPrimitiveFunctionsChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassPrimitiveChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   166
$(OUTDIR)ClassPrimitiveVariablesChange.$(O) ClassPrimitiveVariablesChange.$(H): ClassPrimitiveVariablesChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassPrimitiveChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   167
$(OUTDIR)MethodCategoryChange.$(O) MethodCategoryChange.$(H): MethodCategoryChange.st $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   168
$(OUTDIR)MethodDefinitionChange.$(O) MethodDefinitionChange.$(H): MethodDefinitionChange.st $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1847
1fffe1a40867 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1821
diff changeset
   169
$(OUTDIR)MethodPackageChange.$(O) MethodPackageChange.$(H): MethodPackageChange.st $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   170
$(OUTDIR)MethodPrivacyChange.$(O) MethodPrivacyChange.$(H): MethodPrivacyChange.st $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   171
$(OUTDIR)MethodRemoveChange.$(O) MethodRemoveChange.$(H): MethodRemoveChange.st $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2385
24a64c05d999 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2332
diff changeset
   172
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/UserPreferences.$(H) $(INCLUDE_TOP)/stx/libbasic/IdentityDictionary.$(H) $(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)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   173
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   174
# ENDMAKEDEPEND --- do not remove this line
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   175