Make.proto
author fm
Mon, 19 Oct 2009 12:31:38 +0200
changeset 2213 1048f57d530a
parent 2146 49040134cceb
child 2271 e917ad43538e
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2213
1048f57d530a automatically generated by browser
fm
parents: 2146
diff changeset
     1
# $Header: /cvs/stx/stx/libbasic3/Make.proto,v 1.102 2009-10-19 10:31:38 fm 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
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
     4
# automagically generated from the projectDefinition: stx_libbasic3.
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
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
    37
LOCALINCLUDES= -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
2146
49040134cceb automatically generated by browser
fm
parents: 2110
diff changeset
    66
pre_objs::  
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
621367d6048a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1621
diff changeset
    70
31
claus
parents:
diff changeset
    71
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    72
# add more install actions here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    73
install::
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    74
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    75
# add more install actions for aux-files (resources) here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    76
installAux::
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    77
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    78
# add more preMake actions here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    79
preMake::
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    80
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    81
# add more postMake actions here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    82
postMake:: cleanjunk
31
claus
parents:
diff changeset
    83
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
    84
prereq: $(REQUIRED_SUPPORT_DIRS)
2110
7fca33d5cb96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2087
diff changeset
    85
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
7fca33d5cb96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2087
diff changeset
    86
	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
7fca33d5cb96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2087
diff changeset
    87
	cd ../librun && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
    88
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
    89
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
    90
31
claus
parents:
diff changeset
    91
cleanjunk::
claus
parents:
diff changeset
    92
claus
parents:
diff changeset
    93
clean::
1553
b07b710e6d69 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    94
	-rm -f *.o *.H
31
claus
parents:
diff changeset
    95
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
    96
clobber:: clean
1553
b07b710e6d69 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    97
	-rm -f *.so *.dll
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    98
31
claus
parents:
diff changeset
    99
40
claus
parents: 38
diff changeset
   100
# 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
   101
$(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
   102
$(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
   103
$(OUTDIR)Change.$(O) Change.$(H): Change.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   104
$(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) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   105
$(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
   106
$(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
   107
$(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
   108
$(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
   109
$(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
   110
$(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
   111
$(OUTDIR)ProfileTree.$(O) ProfileTree.$(H): ProfileTree.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   112
$(OUTDIR)SourceCodeManagerError.$(O) SourceCodeManagerError.$(H): SourceCodeManagerError.st $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   113
$(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
   114
$(OUTDIR)SystemOrganizer.$(O) SystemOrganizer.$(H): SystemOrganizer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   115
$(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
   116
$(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
   117
$(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
   118
$(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
   119
$(OUTDIR)CVSVersionInfo.$(O) CVSVersionInfo.$(H): CVSVersionInfo.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
   120
$(OUTDIR)ClassChange.$(O) ClassChange.$(H): ClassChange.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
   121
$(OUTDIR)DoItChange.$(O) DoItChange.$(H): DoItChange.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
   122
$(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
   123
$(OUTDIR)OtherChange.$(O) OtherChange.$(H): OtherChange.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
   124
$(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
   125
$(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
   126
$(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
   127
$(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
   128
$(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
   129
$(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
   130
$(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
   131
$(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
   132
$(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
   133
$(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)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   134
$(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
   135
$(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)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   136
$(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
   137
$(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
   138
$(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
   139
$(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
   140
$(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
   141
$(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
   142
$(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
   143
$(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
   144
$(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)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   145
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   146
# ENDMAKEDEPEND --- do not remove this line
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   147