Make.proto
author vrany
Sat, 20 Aug 2011 18:40:20 +0200
changeset 410 68c11e4def0d
parent 399 cb3227b65bf4
child 423 b9b2a57e088d
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
410
68c11e4def0d automatically generated by browser
vrany
parents: 399
diff changeset
     1
# $Header: /cvs/stx/stx/goodies/sunit/Make.proto,v 1.18 2011-08-20 16:40:20 vrany Exp $
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
#
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
     3
# DO NOT EDIT
141
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
     4
# automagically generated from the projectDefinition: stx_goodies_sunit.
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
#
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
141
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
#    make         - compile all st-files to a classLib
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
#    make clean   - clean all temp files
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
#    make clobber - clean all
141
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    13
#
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    14
# This file contains definitions for Unix based platforms.
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
#
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
# position (of this package) in directory hierarchy:
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
TOP=../..
141
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
# subdirectories where targets are to be made:
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
SUBDIRS=
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
141
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    26
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
# subdirectories where Makefiles are to be made:
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    28
# (only define if different from SUBDIRS)
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
# ALLSUBDIRS=
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30
187
f5f3994a3608 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 165
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    32
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    33
# if your embedded C code requires any system includes,
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    34
# add the path(es) here:,
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libbasic
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    38
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    39
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    40
# if you need any additional defines for embedded C code,
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    41
# add them here:,
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
LOCALDEFINES=
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
141
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    46
LIBNAME=libstx_goodies_sunit
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H.  -varPrefix=$(LIBNAME)
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
LD_OBJ_LIBS=
141
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    53
LOCAL_SHARED_LIBS=
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    54
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    55
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    57
# additional C targets or libraries should be added below
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    58
LOCAL_EXTRA_TARGETS=
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    59
141
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    61
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    62
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    64
all:: preMake classLibRule postMake
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    65
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    66
pre_objs::  update-svn-revision
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    67
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    68
141
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    69
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    70
update-svn-revision:
226
37555225b657 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 222
diff changeset
    71
	if [ ! -r .svnversion -o "$(shell svnversion -n)" != "$(shell cat .svnversion)" ]; then \
37555225b657 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 222
diff changeset
    72
		svnversion -n > .svnversion; \
37555225b657 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 222
diff changeset
    73
		sed -i -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"'$(shell svnversion -n)'\"\$$\"/g" \
37555225b657 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 222
diff changeset
    74
			stx_goodies_sunit.st; \
37555225b657 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 222
diff changeset
    75
	fi
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    76
.PHONY: update-svn-revision
141
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
    77
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    78
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    79
# add more install actions here
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    80
install::
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    81
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    82
# add more install actions for aux-files (resources) here
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    83
installAux::
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    84
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    85
# add more preMake actions here
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    86
preMake::
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    87
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    88
# add more postMake actions here
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    89
postMake:: cleanjunk
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    90
187
f5f3994a3608 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 165
diff changeset
    91
prereq: $(REQUIRED_SUPPORT_DIRS)
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    92
	cd ../../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    93
	cd ../../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    94
	cd ../../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    95
	cd ../../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
    96
	cd ../../librun && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
187
f5f3994a3608 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 165
diff changeset
    97
f5f3994a3608 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 165
diff changeset
    98
f5f3994a3608 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 165
diff changeset
    99
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   100
cleanjunk::
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   101
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   102
clean::
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   103
	-rm -f *.o *.H
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   104
187
f5f3994a3608 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 165
diff changeset
   105
clobber:: clean
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   106
	-rm -f *.so *.dll
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   107
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   108
141
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
   109
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
   110
$(OUTDIR)SUnitDelay.$(O) SUnitDelay.$(H): SUnitDelay.st $(INCLUDE_TOP)/stx/libbasic/Delay.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
   111
$(OUTDIR)SUnitNameResolver.$(O) SUnitNameResolver.$(H): SUnitNameResolver.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
   112
$(OUTDIR)TestAsserter.$(O) TestAsserter.$(H): TestAsserter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
362
51587fa31a1f automatically generated by browser
vrany
parents: 351
diff changeset
   113
$(OUTDIR)TestCaseOutcome.$(O) TestCaseOutcome.$(H): TestCaseOutcome.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
141
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
   114
$(OUTDIR)TestFailure.$(O) TestFailure.$(H): TestFailure.st $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
   115
$(OUTDIR)TestResult.$(O) TestResult.$(H): TestResult.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
   116
$(OUTDIR)TestRunner.$(O) TestRunner.$(H): TestRunner.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
   117
$(OUTDIR)TestSuite.$(O) TestSuite.$(H): TestSuite.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
   118
$(OUTDIR)TestSuitesScripter.$(O) TestSuitesScripter.$(H): TestSuitesScripter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
   119
$(OUTDIR)stx_goodies_sunit.$(O) stx_goodies_sunit.$(H): stx_goodies_sunit.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
   120
$(OUTDIR)ResumableTestFailure.$(O) ResumableTestFailure.$(H): ResumableTestFailure.st $(INCLUDE_TOP)/stx/goodies/sunit/TestFailure.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
   121
$(OUTDIR)TestCase.$(O) TestCase.$(H): TestCase.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 187
diff changeset
   122
$(OUTDIR)TestResource.$(O) TestResource.$(H): TestResource.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
370
22cb88d23779 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 362
diff changeset
   123
$(OUTDIR)TestResultStX.$(O) TestResultStX.$(H): TestResultStX.st $(INCLUDE_TOP)/stx/goodies/sunit/TestResult.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
399
cb3227b65bf4 automatically generated by browser
vrany
parents: 393
diff changeset
   124
$(OUTDIR)TestCaseWithArguments.$(O) TestCaseWithArguments.$(H): TestCaseWithArguments.st $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
410
68c11e4def0d automatically generated by browser
vrany
parents: 399
diff changeset
   125
$(OUTDIR)TestResultForRunWithDebug.$(O) TestResultForRunWithDebug.$(H): TestResultForRunWithDebug.st $(INCLUDE_TOP)/stx/goodies/sunit/TestResultStX.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestResult.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
226
37555225b657 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 222
diff changeset
   126
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/Block.$(H) $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/String.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/ByteArray.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Symbol.$(H) $(STCHDR)
0
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   127
9365d5753f11 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   128
# ENDMAKEDEPEND --- do not remove this line
141
0482157d65bc automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 133
diff changeset
   129