core/trunk/bc.mak
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 10 Jan 2010 10:09:28 +0000
changeset 174 76f50ac2e6a0
child 182 87c14777a877
permissions -rw-r--r--
removed dependency on libutilui ans sunit, testcases are autoloaded
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
174
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
# $Header$
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
#
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
# DO NOT EDIT
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
# automagically generated from the projectDefinition: stx_goodies_xmlsuite_core.
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
#
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
#
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
# This file contains make rules for the win32 platform (using borland-bcc).
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
# It shares common definitions with the unix-make in Make.spec.
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
# The nt.mak supports the following targets:
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12
#    bmake         - compile all st-files to a classLib (dll)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
#    bmake clean   - clean all temp files
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    14
#    bmake clobber - clean all
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    15
#
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    16
#
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    17
TOP=..\..\..
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    18
INCLUDE_TOP=$(TOP)\..
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    19
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    20
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    21
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    22
!INCLUDE $(TOP)\rules\stdHeader_bc
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    23
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    24
!INCLUDE Make.spec
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    25
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    26
LIBNAME=libstx_goodies_xmlsuite_core
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    27
RESFILES=core.res
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    28
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    29
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    30
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    31
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\goodies\xml\vw -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libwidg2 -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libcomp -I$(INCLUDE_TOP)\stx\libtool
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    32
LOCALDEFINES=
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    33
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    34
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    35
LOCALLIBS=
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    36
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    37
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    38
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    39
ALL::  classLibRule
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    40
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    41
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    42
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    43
!INCLUDE $(TOP)\rules\stdRules_bc
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    44
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    45
# build all prerequisite packages for this package
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    46
prereq:
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    47
	pushd ..\..\..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    48
	pushd ..\..\refactoryBrowser\parser & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    49
	pushd ..\..\..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    50
	pushd ..\..\..\libcomp & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    51
	pushd ..\..\..\libboss & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    52
	pushd ..\..\..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    53
	pushd ..\..\..\libbasic3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    54
	pushd ..\..\..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    55
	pushd ..\..\xml\vw & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    56
	pushd ..\..\..\libui & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    57
	pushd ..\..\xml\stx & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    58
	pushd ..\..\..\libwidg & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    59
	pushd ..\..\..\libwidg2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    60
	pushd ..\..\..\libwidg3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    61
	pushd ..\..\..\libtool & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    62
	pushd ..\..\..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    63
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    64
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    65
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    66
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    67
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    68
$(OUTDIR)XMLv2__AbstractSAX2Handler.$(O) XMLv2__AbstractSAX2Handler.$(H): XMLv2__AbstractSAX2Handler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    69
$(OUTDIR)XMLv2__DOM3Inspector.$(O) XMLv2__DOM3Inspector.$(H): XMLv2__DOM3Inspector.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    70
$(OUTDIR)XMLv2__DOM3NodeDumper.$(O) XMLv2__DOM3NodeDumper.$(H): XMLv2__DOM3NodeDumper.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    71
$(OUTDIR)XMLv2__DOMBuilder.$(O) XMLv2__DOMBuilder.$(H): XMLv2__DOMBuilder.st $(INCLUDE_TOP)\stx\goodies\xml\vw\DOM_SAXDriver.$(H) $(INCLUDE_TOP)\stx\goodies\xml\vw\SAXDriver.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    72
$(OUTDIR)XMLv2__DOMConfiguration.$(O) XMLv2__DOMConfiguration.$(H): XMLv2__DOMConfiguration.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    73
$(OUTDIR)XMLv2__DOMError.$(O) XMLv2__DOMError.$(H): XMLv2__DOMError.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    74
$(OUTDIR)XMLv2__DOMErrorHandler.$(O) XMLv2__DOMErrorHandler.$(H): XMLv2__DOMErrorHandler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    75
$(OUTDIR)XMLv2__DOMErrorMonitor.$(O) XMLv2__DOMErrorMonitor.$(H): XMLv2__DOMErrorMonitor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    76
$(OUTDIR)XMLv2__DOMImplementation.$(O) XMLv2__DOMImplementation.$(H): XMLv2__DOMImplementation.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    77
$(OUTDIR)XMLv2__DOMImplementationRegistry.$(O) XMLv2__DOMImplementationRegistry.$(H): XMLv2__DOMImplementationRegistry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    78
$(OUTDIR)XMLv2__InputSource.$(O) XMLv2__InputSource.$(H): XMLv2__InputSource.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    79
$(OUTDIR)XMLv2__NameList.$(O) XMLv2__NameList.$(H): XMLv2__NameList.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)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    80
$(OUTDIR)XMLv2__Node.$(O) XMLv2__Node.$(H): XMLv2__Node.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    81
$(OUTDIR)XMLv2__NodeList.$(O) XMLv2__NodeList.$(H): XMLv2__NodeList.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)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    82
$(OUTDIR)XMLv2__NodeName.$(O) XMLv2__NodeName.$(H): XMLv2__NodeName.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    83
$(OUTDIR)XMLv2__ParseError.$(O) XMLv2__ParseError.$(H): XMLv2__ParseError.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)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    84
$(OUTDIR)XMLv2__Parser.$(O) XMLv2__Parser.$(H): XMLv2__Parser.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    85
$(OUTDIR)XMLv2__SAXError.$(O) XMLv2__SAXError.$(H): XMLv2__SAXError.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)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    86
$(OUTDIR)XMLv2__TypeInfo.$(O) XMLv2__TypeInfo.$(H): XMLv2__TypeInfo.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    87
$(OUTDIR)XMLv2__UserDataHandler.$(O) XMLv2__UserDataHandler.$(H): XMLv2__UserDataHandler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    88
$(OUTDIR)XMLv2__XMLBuilder.$(O) XMLv2__XMLBuilder.$(H): XMLv2__XMLBuilder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    89
$(OUTDIR)XMLv2__XMLEventRecorder.$(O) XMLv2__XMLEventRecorder.$(H): XMLv2__XMLEventRecorder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    90
$(OUTDIR)XMLv2__XMLReader.$(O) XMLv2__XMLReader.$(H): XMLv2__XMLReader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    91
$(OUTDIR)XMLv2__XMLReaderImplementationQuery.$(O) XMLv2__XMLReaderImplementationQuery.$(H): XMLv2__XMLReaderImplementationQuery.st $(INCLUDE_TOP)\stx\libbasic\Query.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    92
$(OUTDIR)XMLv2__XMLWriter.$(O) XMLv2__XMLWriter.$(H): XMLv2__XMLWriter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    93
$(OUTDIR)stx_goodies_xmlsuite_core.$(O) stx_goodies_xmlsuite_core.$(H): stx_goodies_xmlsuite_core.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    94
$(OUTDIR)XMLv2__Attr.$(O) XMLv2__Attr.$(H): XMLv2__Attr.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__Node.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    95
$(OUTDIR)XMLv2__CharacterData.$(O) XMLv2__CharacterData.$(H): XMLv2__CharacterData.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__Node.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    96
$(OUTDIR)XMLv2__CincomDOMXMLReader.$(O) XMLv2__CincomDOMXMLReader.$(H): XMLv2__CincomDOMXMLReader.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__XMLReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    97
$(OUTDIR)XMLv2__CincomImplementation.$(O) XMLv2__CincomImplementation.$(H): XMLv2__CincomImplementation.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__DOMImplementation.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    98
$(OUTDIR)XMLv2__ContentHandler.$(O) XMLv2__ContentHandler.$(H): XMLv2__ContentHandler.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__AbstractSAX2Handler.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    99
$(OUTDIR)XMLv2__DOM3XMLReader.$(O) XMLv2__DOM3XMLReader.$(H): XMLv2__DOM3XMLReader.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__XMLReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   100
$(OUTDIR)XMLv2__DOMException.$(O) XMLv2__DOMException.$(H): XMLv2__DOMException.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__SAXError.$(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)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   101
$(OUTDIR)XMLv2__DTDHandler.$(O) XMLv2__DTDHandler.$(H): XMLv2__DTDHandler.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__AbstractSAX2Handler.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   102
$(OUTDIR)XMLv2__Document.$(O) XMLv2__Document.$(H): XMLv2__Document.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__Node.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   103
$(OUTDIR)XMLv2__DocumentFragment.$(O) XMLv2__DocumentFragment.$(H): XMLv2__DocumentFragment.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__Node.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   104
$(OUTDIR)XMLv2__DocumentType.$(O) XMLv2__DocumentType.$(H): XMLv2__DocumentType.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__Node.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   105
$(OUTDIR)XMLv2__Element.$(O) XMLv2__Element.$(H): XMLv2__Element.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__Node.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   106
$(OUTDIR)XMLv2__Entity.$(O) XMLv2__Entity.$(H): XMLv2__Entity.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__Node.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   107
$(OUTDIR)XMLv2__EntityReference.$(O) XMLv2__EntityReference.$(H): XMLv2__EntityReference.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__Node.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   108
$(OUTDIR)XMLv2__EntityResolver.$(O) XMLv2__EntityResolver.$(H): XMLv2__EntityResolver.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__AbstractSAX2Handler.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   109
$(OUTDIR)XMLv2__ErrorHandler.$(O) XMLv2__ErrorHandler.$(H): XMLv2__ErrorHandler.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__AbstractSAX2Handler.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   110
$(OUTDIR)XMLv2__IndentingXMLWriter.$(O) XMLv2__IndentingXMLWriter.$(H): XMLv2__IndentingXMLWriter.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__XMLWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   111
$(OUTDIR)XMLv2__JamesClarkCanonicalXMLWriter.$(O) XMLv2__JamesClarkCanonicalXMLWriter.$(H): XMLv2__JamesClarkCanonicalXMLWriter.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__XMLWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   112
$(OUTDIR)XMLv2__NamedNodeMap.$(O) XMLv2__NamedNodeMap.$(H): XMLv2__NamedNodeMap.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__NodeList.$(H) $(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)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   113
$(OUTDIR)XMLv2__Notation.$(O) XMLv2__Notation.$(H): XMLv2__Notation.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__Node.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   114
$(OUTDIR)XMLv2__ProcessingInstruction.$(O) XMLv2__ProcessingInstruction.$(H): XMLv2__ProcessingInstruction.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__Node.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   115
$(OUTDIR)XMLv2__SAXParseError.$(O) XMLv2__SAXParseError.$(H): XMLv2__SAXParseError.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__SAXError.$(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)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   116
$(OUTDIR)XMLv2__XMLGenerator.$(O) XMLv2__XMLGenerator.$(H): XMLv2__XMLGenerator.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__XMLReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   117
$(OUTDIR)XMLv2__XMLSuiteDOM3Implementation.$(O) XMLv2__XMLSuiteDOM3Implementation.$(H): XMLv2__XMLSuiteDOM3Implementation.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__DOMImplementation.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   118
$(OUTDIR)XMLv2__Attributes.$(O) XMLv2__Attributes.$(H): XMLv2__Attributes.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__NamedNodeMap.$(H) $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__NodeList.$(H) $(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)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   119
$(OUTDIR)XMLv2__CDATASection.$(O) XMLv2__CDATASection.$(H): XMLv2__CDATASection.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__CharacterData.$(H) $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__Node.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   120
$(OUTDIR)XMLv2__Comment.$(O) XMLv2__Comment.$(H): XMLv2__Comment.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__CharacterData.$(H) $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__Node.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   121
$(OUTDIR)XMLv2__DOM3Builder.$(O) XMLv2__DOM3Builder.$(H): XMLv2__DOM3Builder.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__ContentHandler.$(H) $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__AbstractSAX2Handler.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   122
$(OUTDIR)XMLv2__IndentingAndHighlightingXMLWriter.$(O) XMLv2__IndentingAndHighlightingXMLWriter.$(H): XMLv2__IndentingAndHighlightingXMLWriter.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__IndentingXMLWriter.$(H) $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__XMLWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   123
$(OUTDIR)XMLv2__OldXMLWriter.$(O) XMLv2__OldXMLWriter.$(H): XMLv2__OldXMLWriter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__ContentHandler.$(H) $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__AbstractSAX2Handler.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   124
$(OUTDIR)XMLv2__Text.$(O) XMLv2__Text.$(H): XMLv2__Text.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__CharacterData.$(H) $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__Node.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   125
$(OUTDIR)XMLv2__XMLSyntaxHighlightingWriter.$(O) XMLv2__XMLSyntaxHighlightingWriter.$(H): XMLv2__XMLSyntaxHighlightingWriter.st $(INCLUDE_TOP)\stx\goodies\xmlsuite\core\XMLv2__OldXMLWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   126
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\Character.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(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\goodies\xml\vw\Comment.$(H) $(INCLUDE_TOP)\stx\goodies\xml\vw\Node.$(H) $(INCLUDE_TOP)\stx\goodies\xml\vw\NodeTag.$(H) $(STCHDR)
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   127
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   128
# ENDMAKEDEPEND --- do not remove this line