Make.proto
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 17 Jul 2018 19:50:23 +0200
changeset 86 e434bd07e403
parent 84 f60861ccb4a3
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
# The Makefile as generated by this Make.proto supports the following targets:
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
#    make         - compile all st-files to a classLib
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
#    make clean   - clean all temp files
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12
#    make clobber - clean all
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
#
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    14
# This file contains definitions for Unix based platforms.
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
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
#
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    18
# position (of this package) in directory hierarchy:
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    20
TOP=../..
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
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
# subdirectories where targets are to be made:
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    24
SUBDIRS=
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
# subdirectories where Makefiles are to be made:
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    28
# (only define if different from SUBDIRS)
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    29
# ALLSUBDIRS=
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    30
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    32
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    33
# if your embedded C code requires any system includes,
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    34
# add the path(es) here:,
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
71
c29ad70e032b Tests: CairoGraphicsContextTests moved to stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 65
diff changeset
    37
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
    38
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    39
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    40
# if you need any additional defines for embedded C code,
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    41
# add them here:,
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    44
LOCALDEFINES=
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
LIBNAME=libstx_goodies_libcairo
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=.  -varPrefix=$(LIBNAME)
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    48
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
# ********** OPTIONAL: MODIFY the next line ***
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    52
LD_OBJ_LIBS=
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    53
LOCAL_SHARED_LIBS=
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    54
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    55
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    57
# additional C targets or libraries should be added below
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    58
LOCAL_EXTRA_TARGETS=
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
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
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
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    63
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    64
all:: preMake classLibRule postMake
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    65
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
    66
pre_objs::  
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    67
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    68
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    69
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    70
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
    71
# Update SVN revision in package definition class
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    72
ifneq (,$(findstring .svn,$(wildcard .svn)))
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    73
.svnversion: *.st
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    74
	if [ -d .svn ]; then \
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    75
		rev=$(shell svnversion -n); \
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    76
		echo -n $$rev > .svnversion; \
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    77
	else \
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    78
		echo -n exported > .svnversion; \
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    79
	fi
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    80
20
18a3e6b5f310 Added const modifier to FFI specs (required by recent STX)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
    81
stx_goodies_libcairo.o: stx_goodies_libcairo.st .svnversion
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
    82
	@if [ -d .svn ]; then \
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    83
		rev2="$(shell printf "%-16s" $$(cat .svnversion))"; \
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
    84
		echo "  [SV]  Expanding svnRevisionNo in $1.st"; \
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    85
		sed -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"\'$$rev2\'\"\$$\"/g" $< > .stx_goodies_libcairo.svn.st; \
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    86
	fi
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
    87
	$(MAKE) CC="$(CLASSLIB_CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" STC="$(STC)" STFILE=.stx_goodies_libcairo.svn $(C_RULE);
35
395689a88b32 Make Cairo::GraphicsContext to inherit from DeviceGraphicsContext
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 34
diff changeset
    88
	sed -i -e "s/\".stx_goodies_libcairo.svn.st\");/\"stx_goodies_libcairo.st\");/g" .stx_goodies_libcairo.svn.c
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
    89
	$(MAKE) .stx_goodies_libcairo.svn.$(O)
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
    90
	@mv .stx_goodies_libcairo.svn.$(O) stx_goodies_libcairo.$(O)
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    91
endif
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    92
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    93
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    94
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
    95
# Enforce recompilation of package definition class if Mercurial working
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
    96
# copy state changes. Together with --guessVersion it ensures that package
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
    97
# definition class always contains correct binary revision string.
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
    98
ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
    99
stx_goodies_libcairo.$(O): $(shell hg root)/.hg/dirstate
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   100
endif
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   101
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   102
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   103
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   104
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   105
# run default testsuite for this package
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   106
test: $(TOP)/goodies/builder/reports
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   107
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   108
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   109
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   110
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   111
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   112
# add more install actions here
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   113
install::
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   114
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   115
# add more install actions for aux-files (resources) here
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   116
installAux::
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   117
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   118
# add more preMake actions here
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   119
preMake::
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   120
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   121
# add more postMake actions here
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   122
postMake:: cleanjunk
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   123
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   124
# build all mandatory prerequisite packages (containing superclasses) for this package
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   125
prereq:
63
054f0513ea65 Initial support for Cairo::Pattern
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 60
diff changeset
   126
	cd ../../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
054f0513ea65 Initial support for Cairo::Pattern
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 60
diff changeset
   127
	cd ../../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   128
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   129
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   130
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   131
# build all packages containing referenced classes for this package
25
643d03d21ddf Fixes to make it working under recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 21
diff changeset
   132
# they are not needed to compile the package (but later, to load it)
21
34bf952f3f60 Fixes for recent Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 20
diff changeset
   133
references:
14
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   134
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
cleanjunk::
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   137
	-rm -f *.s *.s2
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   138
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   139
clean::
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   140
	-rm -f *.o *.H
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   141
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   142
clobber:: clean
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   143
	-rm -f *.so *.dll
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   144
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   145
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   146
# 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
   147
$(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
   148
$(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
   149
$(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
   150
$(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
   151
$(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
   152
$(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
   153
$(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
   154
$(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
   155
$(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
   156
$(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
   157
$(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
   158
$(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
   159
$(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
   160
$(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
   161
$(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
   162
$(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
   163
$(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
   164
$(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
   165
$(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
   166
$(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
   167
$(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
   168
$(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
   169
$(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
   170
$(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
   171
$(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
   172
$(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
   173
$(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
   174
$(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
   175
$(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
   176
$(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
   177
$(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
   178
$(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
   179
$(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
   180
$(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
   181
$(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
   182
$(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
   183
$(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
   184
$(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
   185
$(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
   186
$(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
   187
$(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
   188
$(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
   189
$(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
   190
$(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
   191
$(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
   192
$(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
   193
$(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
   194
$(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
   195
$(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
   196
$(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
   197
$(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
   198
$(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
   199
$(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
   200
$(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
   201
$(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
   202
$(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
   203
$(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
   204
$(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
   205
$(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
   206
$(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
   207
$(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
   208
$(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
   209
$(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
   210
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   211
# ENDMAKEDEPEND --- do not remove this line
142818deac55 Makefiles regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   212