bc.mak
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 17 Jul 2018 19:50:23 +0200
changeset 86 e434bd07e403
parent 84 f60861ccb4a3
child 88 9d51db2ba641
permissions -rw-r--r--
Refactored `CairoGraphicsContext` finalization to avoid code duplication
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
# $Header$
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
#
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
# DO NOT EDIT
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
# automagically generated from the projectDefinition: stx_goodies_libcairo.
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
#
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
#
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
# It shares common definitions with the unix-make in Make.spec.
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12
# The bc.mak supports the following targets:
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
#    bmake         - compile all st-files to a classLib (dll)
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    14
#    bmake clean   - clean all temp files
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    15
#    bmake clobber - clean all
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    16
#
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    17
# Historic Note:
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
    18
#  this used to contain only rules to make with borland
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    19
#    (called via bmake, by "make.exe -f bc.mak")
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    20
#  this has changed; it is now also possible to build using microsoft visual c
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    21
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    22
#
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    23
TOP=..\..
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    24
INCLUDE_TOP=$(TOP)\..
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    25
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    26
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    27
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    28
!INCLUDE $(TOP)\rules\stdHeader_bc
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    29
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    30
!INCLUDE Make.spec
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    31
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    32
LIBNAME=libstx_goodies_libcairo
25
643d03d21ddf Fixes to make it working under recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 21
diff changeset
    33
MODULE_PATH=goodies\libcairo
84
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    34
RESFILES=stx_goodies_libcairoWINrc.$(RES)
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    35
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    36
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    37
71
c29ad70e032b Tests: CairoGraphicsContextTests moved to stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 65
diff changeset
    38
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libwidg
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    39
LOCALDEFINES=
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    40
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    41
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    42
LOCALLIBS=
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    43
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    44
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    45
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    46
ALL::  classLibRule
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    47
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    48
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    49
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    50
!INCLUDE $(TOP)\rules\stdRules_bc
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    51
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
    52
# build all mandatory prerequisite packages (containing superclasses) for this package
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    53
prereq:
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    54
	pushd ..\..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    55
	pushd ..\..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
    56
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
    57
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    58
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    59
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    60
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    61
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    62
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
    63
test: $(TOP)\goodies\builder\reports\NUL
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
    64
	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
    65
	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
    66
        
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
    67
clean::
84
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    68
	-del *.$(CSUFFIX)
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
    69
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
    70
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    71
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
84
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    72
$(OUTDIR)Cairo__Antialias.$(O) Cairo__Antialias.$(C) Cairo__Antialias.$(H): Cairo__Antialias.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    73
$(OUTDIR)Cairo__CError.$(O) Cairo__CError.$(C) Cairo__CError.$(H): Cairo__CError.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)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    74
$(OUTDIR)Cairo__CPrimitives.$(O) Cairo__CPrimitives.$(C) Cairo__CPrimitives.$(H): Cairo__CPrimitives.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    75
$(OUTDIR)Cairo__CStructure.$(O) Cairo__CStructure.$(C) Cairo__CStructure.$(H): Cairo__CStructure.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    76
$(OUTDIR)Cairo__ClockView.$(O) Cairo__ClockView.$(C) Cairo__ClockView.$(H): Cairo__ClockView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    77
$(OUTDIR)Cairo__Content.$(O) Cairo__Content.$(C) Cairo__Content.$(H): Cairo__Content.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    78
$(OUTDIR)Cairo__Device.$(O) Cairo__Device.$(C) Cairo__Device.$(H): Cairo__Device.st $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    79
$(OUTDIR)Cairo__DeviceType.$(O) Cairo__DeviceType.$(C) Cairo__DeviceType.$(H): Cairo__DeviceType.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    80
$(OUTDIR)Cairo__Extend.$(O) Cairo__Extend.$(C) Cairo__Extend.$(H): Cairo__Extend.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    81
$(OUTDIR)Cairo__FillRule.$(O) Cairo__FillRule.$(C) Cairo__FillRule.$(H): Cairo__FillRule.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    82
$(OUTDIR)Cairo__Filter.$(O) Cairo__Filter.$(C) Cairo__Filter.$(H): Cairo__Filter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    83
$(OUTDIR)Cairo__FontSlant.$(O) Cairo__FontSlant.$(C) Cairo__FontSlant.$(H): Cairo__FontSlant.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    84
$(OUTDIR)Cairo__FontType.$(O) Cairo__FontType.$(C) Cairo__FontType.$(H): Cairo__FontType.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    85
$(OUTDIR)Cairo__FontWeight.$(O) Cairo__FontWeight.$(C) Cairo__FontWeight.$(H): Cairo__FontWeight.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    86
$(OUTDIR)Cairo__Format.$(O) Cairo__Format.$(C) Cairo__Format.$(H): Cairo__Format.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    87
$(OUTDIR)Cairo__HintMetrics.$(O) Cairo__HintMetrics.$(C) Cairo__HintMetrics.$(H): Cairo__HintMetrics.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    88
$(OUTDIR)Cairo__HintStyle.$(O) Cairo__HintStyle.$(C) Cairo__HintStyle.$(H): Cairo__HintStyle.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    89
$(OUTDIR)Cairo__LineCap.$(O) Cairo__LineCap.$(C) Cairo__LineCap.$(H): Cairo__LineCap.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    90
$(OUTDIR)Cairo__LineJoin.$(O) Cairo__LineJoin.$(C) Cairo__LineJoin.$(H): Cairo__LineJoin.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    91
$(OUTDIR)Cairo__Operator.$(O) Cairo__Operator.$(C) Cairo__Operator.$(H): Cairo__Operator.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    92
$(OUTDIR)Cairo__Path.$(O) Cairo__Path.$(C) Cairo__Path.$(H): Cairo__Path.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalStructure.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    93
$(OUTDIR)Cairo__PathData.$(O) Cairo__PathData.$(C) Cairo__PathData.$(H): Cairo__PathData.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalStructure.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    94
$(OUTDIR)Cairo__PathDataType.$(O) Cairo__PathDataType.$(C) Cairo__PathDataType.$(H): Cairo__PathDataType.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    95
$(OUTDIR)Cairo__PatternType.$(O) Cairo__PatternType.$(C) Cairo__PatternType.$(H): Cairo__PatternType.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    96
$(OUTDIR)Cairo__PdfVersion.$(O) Cairo__PdfVersion.$(C) Cairo__PdfVersion.$(H): Cairo__PdfVersion.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    97
$(OUTDIR)Cairo__RectangleInt.$(O) Cairo__RectangleInt.$(C) Cairo__RectangleInt.$(H): Cairo__RectangleInt.st $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    98
$(OUTDIR)Cairo__RectangleList.$(O) Cairo__RectangleList.$(C) Cairo__RectangleList.$(H): Cairo__RectangleList.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalStructure.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
    99
$(OUTDIR)Cairo__Region.$(O) Cairo__Region.$(C) Cairo__Region.$(H): Cairo__Region.st $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   100
$(OUTDIR)Cairo__RegionOverlap.$(O) Cairo__RegionOverlap.$(C) Cairo__RegionOverlap.$(H): Cairo__RegionOverlap.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   101
$(OUTDIR)Cairo__Status.$(O) Cairo__Status.$(C) Cairo__Status.$(H): Cairo__Status.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   102
$(OUTDIR)Cairo__SubpixelOrder.$(O) Cairo__SubpixelOrder.$(C) Cairo__SubpixelOrder.$(H): Cairo__SubpixelOrder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   103
$(OUTDIR)Cairo__SurfaceObserverMode.$(O) Cairo__SurfaceObserverMode.$(C) Cairo__SurfaceObserverMode.$(H): Cairo__SurfaceObserverMode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   104
$(OUTDIR)Cairo__SurfaceType.$(O) Cairo__SurfaceType.$(C) Cairo__SurfaceType.$(H): Cairo__SurfaceType.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   105
$(OUTDIR)Cairo__TextCluster.$(O) Cairo__TextCluster.$(C) Cairo__TextCluster.$(H): Cairo__TextCluster.st $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   106
$(OUTDIR)Cairo__TextClusterFlags.$(O) Cairo__TextClusterFlags.$(C) Cairo__TextClusterFlags.$(H): Cairo__TextClusterFlags.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   107
$(OUTDIR)Cairo__TextExampleView.$(O) Cairo__TextExampleView.$(C) Cairo__TextExampleView.$(H): Cairo__TextExampleView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   108
$(OUTDIR)Cairo__UserDataKey.$(O) Cairo__UserDataKey.$(C) Cairo__UserDataKey.$(H): Cairo__UserDataKey.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalStructure.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   109
$(OUTDIR)CairoGraphicsContextHandle.$(O) CairoGraphicsContextHandle.$(C) CairoGraphicsContextHandle.$(H): CairoGraphicsContextHandle.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceHandle.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   110
$(OUTDIR)stx_goodies_libcairo.$(O) stx_goodies_libcairo.$(C) stx_goodies_libcairo.$(H): stx_goodies_libcairo.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   111
$(OUTDIR)Cairo__CObject.$(O) Cairo__CObject.$(C) Cairo__CObject.$(H): Cairo__CObject.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Status.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   112
$(OUTDIR)Cairo__FontExtents.$(O) Cairo__FontExtents.$(C) Cairo__FontExtents.$(H): Cairo__FontExtents.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CStructure.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   113
$(OUTDIR)Cairo__Glyph.$(O) Cairo__Glyph.$(C) Cairo__Glyph.$(H): Cairo__Glyph.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CStructure.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   114
$(OUTDIR)Cairo__Matrix.$(O) Cairo__Matrix.$(C) Cairo__Matrix.$(H): Cairo__Matrix.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CStructure.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   115
$(OUTDIR)Cairo__Rectangle.$(O) Cairo__Rectangle.$(C) Cairo__Rectangle.$(H): Cairo__Rectangle.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CStructure.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   116
$(OUTDIR)Cairo__TextExtents.$(O) Cairo__TextExtents.$(C) Cairo__TextExtents.$(H): Cairo__TextExtents.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CStructure.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   117
$(OUTDIR)CairoGraphicsContext.$(O) CairoGraphicsContext.$(C) CairoGraphicsContext.$(H): CairoGraphicsContext.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Antialias.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Extend.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__FontSlant.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__FontWeight.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Format.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Status.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   118
$(OUTDIR)CairoScaledFont.$(O) CairoScaledFont.$(C) CairoScaledFont.$(H): CairoScaledFont.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__FontSlant.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__FontWeight.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Format.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\FontDescription.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   119
$(OUTDIR)Cairo__FontFace.$(O) Cairo__FontFace.$(C) Cairo__FontFace.$(H): Cairo__FontFace.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   120
$(OUTDIR)Cairo__FontOptions.$(O) Cairo__FontOptions.$(C) Cairo__FontOptions.$(H): Cairo__FontOptions.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   121
$(OUTDIR)Cairo__GraphicsContext.$(O) Cairo__GraphicsContext.$(C) Cairo__GraphicsContext.$(H): Cairo__GraphicsContext.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   122
$(OUTDIR)Cairo__Pattern.$(O) Cairo__Pattern.$(C) Cairo__Pattern.$(H): Cairo__Pattern.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__PatternType.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   123
$(OUTDIR)Cairo__ScaledFont.$(O) Cairo__ScaledFont.$(C) Cairo__ScaledFont.$(H): Cairo__ScaledFont.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   124
$(OUTDIR)Cairo__Surface.$(O) Cairo__Surface.$(C) Cairo__Surface.$(H): Cairo__Surface.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Format.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__SurfaceType.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   125
$(OUTDIR)Cairo__PatternGradient.$(O) Cairo__PatternGradient.$(C) Cairo__PatternGradient.$(H): Cairo__PatternGradient.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Pattern.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Status.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   126
$(OUTDIR)Cairo__PatternSolid.$(O) Cairo__PatternSolid.$(C) Cairo__PatternSolid.$(H): Cairo__PatternSolid.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Pattern.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   127
$(OUTDIR)Cairo__PatternSurface.$(O) Cairo__PatternSurface.$(C) Cairo__PatternSurface.$(H): Cairo__PatternSurface.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Pattern.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   128
$(OUTDIR)Cairo__SurfaceImage.$(O) Cairo__SurfaceImage.$(C) Cairo__SurfaceImage.$(H): Cairo__SurfaceImage.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Surface.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   129
$(OUTDIR)Cairo__SurfacePDF.$(O) Cairo__SurfacePDF.$(C) Cairo__SurfacePDF.$(H): Cairo__SurfacePDF.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Surface.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   130
$(OUTDIR)Cairo__SurfaceWin32.$(O) Cairo__SurfaceWin32.$(C) Cairo__SurfaceWin32.$(H): Cairo__SurfaceWin32.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Format.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Surface.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__SurfaceType.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   131
$(OUTDIR)Cairo__SurfaceXlib.$(O) Cairo__SurfaceXlib.$(C) Cairo__SurfaceXlib.$(H): Cairo__SurfaceXlib.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Format.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Surface.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__SurfaceType.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   132
$(OUTDIR)Cairo__PatternGradientLinear.$(O) Cairo__PatternGradientLinear.$(C) Cairo__PatternGradientLinear.$(H): Cairo__PatternGradientLinear.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Pattern.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__PatternGradient.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   133
$(OUTDIR)Cairo__PatternGradientRadial.$(O) Cairo__PatternGradientRadial.$(C) Cairo__PatternGradientRadial.$(H): Cairo__PatternGradientRadial.st $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__CObject.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__Pattern.$(H) $(INCLUDE_TOP)\stx\goodies\libcairo\Cairo__PatternGradient.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 71
diff changeset
   134
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Depth1Image.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsDevice.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   135
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   136
# ENDMAKEDEPEND --- do not remove this line
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
   137
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
   138
# **Must be at end**
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
   139
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
   140
# Enforce recompilation of package definition class if Mercurial working
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
   141
# copy state changes. Together with --guessVersion it ensures that package
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
   142
# definition class always contains correct binary revision string.
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
   143
!IFDEF HGROOT
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
   144
$(OUTDIR)stx_goodies_libcairo.$(O): $(HGROOT)\.hg\dirstate
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
   145
!ENDIF