core/bc.mak
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 25 Jan 2016 16:35:43 +0000
changeset 298 9696f76605bd
parent 296 ea3dbc023c80
child 300 b6d834208d33
permissions -rw-r--r--
Added C:\MINGW\MSYS\1.0\bin to PATH when building expat. Some systems have it installed there (such as SWING Jenkins servers)
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
#
287
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
     9
# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    10
# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
174
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
# It shares common definitions with the unix-make in Make.spec.
287
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    12
# The bc.mak supports the following targets:
174
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
#    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
    14
#    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
    15
#    bmake clobber - clean all
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    16
#
287
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    17
# Historic Note:
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    18
#  this used to contain only rules to make with borland
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    19
#    (called via bmake, by "make.exe -f bc.mak")
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    20
#  this has changed; it is now also possible to build using microsoft visual c
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    21
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
174
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    22
#
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    23
TOP=..\..\..
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    24
INCLUDE_TOP=$(TOP)\..
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
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    27
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    28
!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
    29
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    30
!INCLUDE Make.spec
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    31
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    32
LIBNAME=libstx_goodies_xmlsuite_core
287
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    33
RESFILES=core.$(RES)
174
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    34
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    35
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    36
287
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libwidg2
174
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    38
LOCALDEFINES=
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    39
287
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    40
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
174
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    41
LOCALLIBS=
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
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
    44
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    45
ALL::  classLibRule
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    46
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    47
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
    48
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    49
!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
    50
287
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    51
# build all mandatory prerequisite packages (containing superclasses) for this package
174
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    52
prereq:
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    53
	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
    54
	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
    55
	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
    56
	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
    57
	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
    58
	pushd ..\..\..\libwidg2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
287
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    59
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    60
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    61
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    62
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    63
174
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
287
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    66
test: $(TOP)\goodies\builder\reports\NUL
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    67
	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    68
	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    69
        
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    70
clean::
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
    71
	del *.$(CSUFFIX)
174
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    72
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    73
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    74
# 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
    75
$(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
    76
$(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
    77
$(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
    78
$(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
    79
$(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
    80
$(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
    81
$(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
    82
$(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
    83
$(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
    84
$(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
    85
$(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
    86
$(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
    87
$(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
    88
$(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
    89
$(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
    90
$(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
    91
$(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
    92
$(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
    93
$(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
    94
$(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
    95
$(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
    96
$(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
    97
$(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
    98
$(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
    99
$(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
   100
$(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
   101
$(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
   102
$(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
   103
$(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
   104
$(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
   105
$(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
   106
$(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
   107
$(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
   108
$(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
   109
$(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
   110
$(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
   111
$(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
   112
$(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
   113
$(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
   114
$(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
   115
$(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
   116
$(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
   117
$(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
   118
$(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
   119
$(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
   120
$(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
   121
$(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
   122
$(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
   123
$(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
   124
$(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
   125
$(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
   126
$(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)
287
94cb62d46f00 Buildfiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 186
diff changeset
   127
$(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\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(STCHDR)
174
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   128
76f50ac2e6a0 removed dependency on libutilui ans sunit, testcases are autoloaded
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   129
# ENDMAKEDEPEND --- do not remove this line