Make.proto
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 25 Jan 2018 10:48:17 +0000
branchjv
changeset 8272 b99e94212cb5
parent 8182 c730140a0156
child 9056 4bb9031887a4
permissions -rw-r--r--
Issue #154: set window as top-most if windows' `#windowStyle` is `#toolWindow1` ...to match the behavior on X11. This is a Windows counterpart of an earlier commit 00b6d158ab89. See https://swing.fit.cvut.cz/projects/stx-jv/ticket/154
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7002
bb2c87b3e9b5 initial checkin
Claus Gittinger <cg@exept.de>
parents: 6734
diff changeset
     1
# $Header$
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
     2
#
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
     3
# DO NOT EDIT
6398
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
     4
# automagically generated from the projectDefinition: stx_libview.
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
     5
#
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
     6
# Warning: once you modify this file, do not rerun
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
118
25e775072a89 *** empty log message ***
claus
parents: 109
diff changeset
     8
#
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    10
#    make         - compile all st-files to a classLib
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    11
#    make clean   - clean all temp files
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    12
#    make clobber - clean all
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    13
#
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    14
# This file contains definitions for Unix based platforms.
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
0
48194c26a46c Initial revision
claus
parents:
diff changeset
    16
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    17
#
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    18
# position (of this package) in directory hierarchy:
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
4585
b41b9829ea9c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    20
TOP=..
4607
07fe876c8a03 define INCLUDE_TOP
Stefan Vogel <sv@exept.de>
parents: 4600
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    22
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    23
# subdirectories where targets are to be made:
4585
b41b9829ea9c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    24
SUBDIRS=
b41b9829ea9c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    25
4607
07fe876c8a03 define INCLUDE_TOP
Stefan Vogel <sv@exept.de>
parents: 4600
diff changeset
    26
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    27
# subdirectories where Makefiles are to be made:
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    28
# (only define if different from SUBDIRS)
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    29
# ALLSUBDIRS=
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    30
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
1132
af35598c21ed *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1102
diff changeset
    32
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    33
# if your embedded C code requires any system includes,
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    34
# add the path(es) here:,
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
8182
c730140a0156 X11: compile `GLXWorkstation` with OpenGL
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 8181
diff changeset
    37
LOCALINCLUDES=$(OPTIONAL_SUPPORT_XLIB_INCLUDE) $(OPENGL_CFLAGS) -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2
4585
b41b9829ea9c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    38
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    39
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    40
# if you need any additional defines for embedded C code,
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    41
# add them here:,
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
8182
c730140a0156 X11: compile `GLXWorkstation` with OpenGL
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 8181
diff changeset
    44
LOCALDEFINES=$(XINCLUDE) $(XDEFS) $(OPENGL_DEFS)
1132
af35598c21ed *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1102
diff changeset
    45
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    46
LIBNAME=libstx_libview
5854
436052179625 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5821
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    48
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    49
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    52
LD_OBJ_LIBS=
8182
c730140a0156 X11: compile `GLXWorkstation` with OpenGL
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 8181
diff changeset
    53
LOCAL_SHARED_LIBS=-L$(X_LIB_DIR) $(OPENGL_LIBS) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_XFT) $(LIB_X) $(LIBRUN_LINK_LIB) 
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    54
166
claus
parents: 157
diff changeset
    55
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    57
# additional C targets or libraries should be added below
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    58
LOCAL_EXTRA_TARGETS=
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    59
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    61
666
321c58bf8202 HP's cc crashes with too many #defines
Claus Gittinger <cg@exept.de>
parents: 663
diff changeset
    62
8182
c730140a0156 X11: compile `GLXWorkstation` with OpenGL
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 8181
diff changeset
    63
OPENGL_DEFS=-DOPENGL
c730140a0156 X11: compile `GLXWorkstation` with OpenGL
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 8181
diff changeset
    64
OPENGL_CFLAGS=$(shell pkg-config --cflags gl)
c730140a0156 X11: compile `GLXWorkstation` with OpenGL
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 8181
diff changeset
    65
OPENGL_LIBS=$(shell pkg-config --libs gl)
c730140a0156 X11: compile `GLXWorkstation` with OpenGL
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 8181
diff changeset
    66
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    67
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    68
all:: preMake classLibRule postMake
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    69
8181
7cd36eb4b09c X11: fixed `GLXWorkstation` to compile with OpenGL
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 8180
diff changeset
    70
pre_objs::  
5798
24ee064ee1d8 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 5791
diff changeset
    71
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    72
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    73
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    74
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    75
5808
de3f9adf9f1c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5798
diff changeset
    76
6528
62c1dbef0b84 Class order in project definition fixed so it passes project checker checks.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6461
diff changeset
    77
# Enforce recompilation of package definition class if Mercurial working
62c1dbef0b84 Class order in project definition fixed so it passes project checker checks.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6461
diff changeset
    78
# copy state changes. Together with --guessVersion it ensures that package
62c1dbef0b84 Class order in project definition fixed so it passes project checker checks.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6461
diff changeset
    79
# definition class always contains correct binary revision string.
62c1dbef0b84 Class order in project definition fixed so it passes project checker checks.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6461
diff changeset
    80
ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
62c1dbef0b84 Class order in project definition fixed so it passes project checker checks.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6461
diff changeset
    81
stx_libview.$(O): $(shell hg root)/.hg/dirstate
62c1dbef0b84 Class order in project definition fixed so it passes project checker checks.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6461
diff changeset
    82
endif
62c1dbef0b84 Class order in project definition fixed so it passes project checker checks.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6461
diff changeset
    83
5808
de3f9adf9f1c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5798
diff changeset
    84
6398
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
    85
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
    86
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
    87
# run default testsuite for this package
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
    88
test: $(TOP)/goodies/builder/reports
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
    89
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
    90
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
    91
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
    92
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
    93
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    94
# add more install actions here
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    95
install::
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    96
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    97
# add more install actions for aux-files (resources) here
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    98
installAux::
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    99
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   100
# add more preMake actions here
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   101
preMake::
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   102
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   103
# add more postMake actions here
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   104
postMake:: cleanjunk
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   105
6398
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   106
# build all mandatory prerequisite packages (containing superclasses) for this package
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   107
prereq:
7193
Claus Gittinger <cg@exept.de>
parents: 7044
diff changeset
   108
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
6398
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   109
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   110
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   111
6398
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   112
# build all packages containing referenced classes for this package
6676
9e62bf68a48e class: stx_libcompat
Claus Gittinger <cg@exept.de>
parents: 6595
diff changeset
   113
# they are not needed to compile the package (but later, to load it)
6398
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   114
references:
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   115
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   116
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   117
cleanjunk::
5854
436052179625 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5821
diff changeset
   118
	-rm -f *.s *.s2
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   119
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   120
clean::
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   121
	-rm -f *.o *.H
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   122
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   123
clobber:: clean
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   124
	-rm -f *.so *.dll
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   125
3044
ce8e5be1e21d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3043
diff changeset
   126
4556
e53583f7a902 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4555
diff changeset
   127
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
7433
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   128
$(OUTDIR)AbstractBackground.$(O) AbstractBackground.$(C) AbstractBackground.$(H): AbstractBackground.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   129
$(OUTDIR)AbstractBorder.$(O) AbstractBorder.$(C) AbstractBorder.$(H): AbstractBorder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   130
$(OUTDIR)Color.$(O) Color.$(C) Color.$(H): Color.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   131
$(OUTDIR)Colormap.$(O) Colormap.$(C) Colormap.$(H): Colormap.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   132
$(OUTDIR)Controller.$(O) Controller.$(C) Controller.$(H): Controller.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   133
$(OUTDIR)Cursor.$(O) Cursor.$(C) Cursor.$(H): Cursor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   134
$(OUTDIR)DeviceHandle.$(O) DeviceHandle.$(C) DeviceHandle.$(H): DeviceHandle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   135
$(OUTDIR)DisplayTransform.$(O) DisplayTransform.$(C) DisplayTransform.$(H): DisplayTransform.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   136
$(OUTDIR)Event.$(O) Event.$(C) Event.$(H): Event.st $(INCLUDE_TOP)/stx/libbasic/Message.$(H) $(INCLUDE_TOP)/stx/libbasic/MessageSend.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   137
$(OUTDIR)FontDescription.$(O) FontDescription.$(C) FontDescription.$(H): FontDescription.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   138
$(OUTDIR)GraphicsContext.$(O) GraphicsContext.$(C) GraphicsContext.$(H): GraphicsContext.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   139
$(OUTDIR)GraphicsDevice.$(O) GraphicsDevice.$(C) GraphicsDevice.$(H): GraphicsDevice.st $(INCLUDE_TOP)/stx/libbasic/AllocationFailure.$(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) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   140
$(OUTDIR)GraphicsMedium.$(O) GraphicsMedium.$(C) GraphicsMedium.$(H): GraphicsMedium.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   141
$(OUTDIR)Image.$(O) Image.$(C) Image.$(H): Image.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   142
$(OUTDIR)ImageReader.$(O) ImageReader.$(C) ImageReader.$(H): ImageReader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   143
$(OUTDIR)KeyboardForwarder.$(O) KeyboardForwarder.$(C) KeyboardForwarder.$(H): KeyboardForwarder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
8179
ced410b68993 Build files: fixed project definition
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 8079
diff changeset
   144
$(OUTDIR)KeyboardMap.$(O) KeyboardMap.$(C) KeyboardMap.$(H): KeyboardMap.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7433
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   145
$(OUTDIR)ResourcePack.$(O) ResourcePack.$(C) ResourcePack.$(H): ResourcePack.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   146
$(OUTDIR)WindowGroup.$(O) WindowGroup.$(C) WindowGroup.$(H): WindowGroup.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   147
$(OUTDIR)WindowSensor.$(O) WindowSensor.$(C) WindowSensor.$(H): WindowSensor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   148
$(OUTDIR)stx_libview.$(O) stx_libview.$(C) stx_libview.$(H): stx_libview.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   149
$(OUTDIR)BeveledBorder.$(O) BeveledBorder.$(C) BeveledBorder.$(H): BeveledBorder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/AbstractBorder.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   150
$(OUTDIR)BitmapFont.$(O) BitmapFont.$(C) BitmapFont.$(H): BitmapFont.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/FontDescription.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   151
$(OUTDIR)Border.$(O) Border.$(C) Border.$(H): Border.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/AbstractBorder.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   152
$(OUTDIR)ColorPalette.$(O) ColorPalette.$(C) ColorPalette.$(H): ColorPalette.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libview/Colormap.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   153
$(OUTDIR)CompoundFont.$(O) CompoundFont.$(C) CompoundFont.$(H): CompoundFont.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/FontDescription.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   154
$(OUTDIR)Depth16Image.$(O) Depth16Image.$(C) Depth16Image.$(H): Depth16Image.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   155
$(OUTDIR)Depth1Image.$(O) Depth1Image.$(C) Depth1Image.$(H): Depth1Image.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   156
$(OUTDIR)Depth24Image.$(O) Depth24Image.$(C) Depth24Image.$(H): Depth24Image.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   157
$(OUTDIR)Depth2Image.$(O) Depth2Image.$(C) Depth2Image.$(H): Depth2Image.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   158
$(OUTDIR)Depth32Image.$(O) Depth32Image.$(C) Depth32Image.$(H): Depth32Image.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   159
$(OUTDIR)Depth48Image.$(O) Depth48Image.$(C) Depth48Image.$(H): Depth48Image.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   160
$(OUTDIR)Depth4Image.$(O) Depth4Image.$(C) Depth4Image.$(H): Depth4Image.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   161
$(OUTDIR)Depth64Image.$(O) Depth64Image.$(C) Depth64Image.$(H): Depth64Image.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   162
$(OUTDIR)Depth8Image.$(O) Depth8Image.$(C) Depth8Image.$(H): Depth8Image.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   163
$(OUTDIR)DeviceGraphicsContext.$(O) DeviceGraphicsContext.$(C) DeviceGraphicsContext.$(H): DeviceGraphicsContext.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceHandle.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   164
$(OUTDIR)DisplaySurface.$(O) DisplaySurface.$(C) DisplaySurface.$(H): DisplaySurface.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   165
$(OUTDIR)Font.$(O) Font.$(C) Font.$(H): Font.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/FontDescription.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   166
$(OUTDIR)Form.$(O) Form.$(C) Form.$(H): Form.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   167
$(OUTDIR)GradientBackground.$(O) GradientBackground.$(C) GradientBackground.$(H): GradientBackground.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/AbstractBackground.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   168
$(OUTDIR)HostGraphicsDevice.$(O) HostGraphicsDevice.$(C) HostGraphicsDevice.$(H): HostGraphicsDevice.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsDevice.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   169
$(OUTDIR)ImageBackground.$(O) ImageBackground.$(C) ImageBackground.$(H): ImageBackground.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/AbstractBackground.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   170
$(OUTDIR)MacButtonBorder.$(O) MacButtonBorder.$(C) MacButtonBorder.$(H): MacButtonBorder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/AbstractBorder.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   171
$(OUTDIR)NoBackground.$(O) NoBackground.$(C) NoBackground.$(H): NoBackground.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/AbstractBackground.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   172
$(OUTDIR)ScaleTransform.$(O) ScaleTransform.$(C) ScaleTransform.$(H): ScaleTransform.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplayTransform.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   173
$(OUTDIR)SimpleBorder.$(O) SimpleBorder.$(C) SimpleBorder.$(H): SimpleBorder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/AbstractBorder.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   174
$(OUTDIR)SolidBackground.$(O) SolidBackground.$(C) SolidBackground.$(H): SolidBackground.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/AbstractBackground.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   175
$(OUTDIR)SynchronousWindowSensor.$(O) SynchronousWindowSensor.$(C) SynchronousWindowSensor.$(H): SynchronousWindowSensor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/WindowSensor.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   176
$(OUTDIR)ViewStyle.$(O) ViewStyle.$(C) ViewStyle.$(H): ViewStyle.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libview/ResourcePack.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   177
$(OUTDIR)WindowEvent.$(O) WindowEvent.$(C) WindowEvent.$(H): WindowEvent.st $(INCLUDE_TOP)/stx/libbasic/Message.$(H) $(INCLUDE_TOP)/stx/libbasic/MessageSend.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Event.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   178
$(OUTDIR)DeviceWorkstation.$(O) DeviceWorkstation.$(C) DeviceWorkstation.$(H): DeviceWorkstation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsDevice.$(H) $(INCLUDE_TOP)/stx/libview/HostGraphicsDevice.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   179
$(OUTDIR)DisplayRootView.$(O) DisplayRootView.$(C) DisplayRootView.$(H): DisplayRootView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   180
$(OUTDIR)FixedPalette.$(O) FixedPalette.$(C) FixedPalette.$(H): FixedPalette.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libview/ColorPalette.$(H) $(INCLUDE_TOP)/stx/libview/Colormap.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   181
$(OUTDIR)ImageMask.$(O) ImageMask.$(C) ImageMask.$(H): ImageMask.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Depth1Image.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   182
$(OUTDIR)MacFlatButtonBorder.$(O) MacFlatButtonBorder.$(C) MacFlatButtonBorder.$(H): MacFlatButtonBorder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/AbstractBorder.$(H) $(INCLUDE_TOP)/stx/libview/SimpleBorder.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   183
$(OUTDIR)MappedPalette.$(O) MappedPalette.$(C) MappedPalette.$(H): MappedPalette.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libview/ColorPalette.$(H) $(INCLUDE_TOP)/stx/libview/Colormap.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   184
$(OUTDIR)RoundedBorder.$(O) RoundedBorder.$(C) RoundedBorder.$(H): RoundedBorder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/AbstractBorder.$(H) $(INCLUDE_TOP)/stx/libview/SimpleBorder.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   185
$(OUTDIR)SimpleView.$(O) SimpleView.$(C) SimpleView.$(H): SimpleView.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedingNotification.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   186
$(OUTDIR)WidgetEvent.$(O) WidgetEvent.$(C) WidgetEvent.$(H): WidgetEvent.st $(INCLUDE_TOP)/stx/libbasic/Message.$(H) $(INCLUDE_TOP)/stx/libbasic/MessageSend.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Event.$(H) $(INCLUDE_TOP)/stx/libview/WindowEvent.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   187
$(OUTDIR)WindowingTransformation.$(O) WindowingTransformation.$(C) WindowingTransformation.$(H): WindowingTransformation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplayTransform.$(H) $(INCLUDE_TOP)/stx/libview/ScaleTransform.$(H) $(STCHDR)
7854
295325696e0d Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 7202
diff changeset
   188
$(OUTDIR)XGraphicsContext.$(O) XGraphicsContext.$(C) XGraphicsContext.$(H): XGraphicsContext.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(STCHDR)
7433
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   189
$(OUTDIR)FixedPaletteWithAlpha.$(O) FixedPaletteWithAlpha.$(C) FixedPaletteWithAlpha.$(H): FixedPaletteWithAlpha.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libview/ColorPalette.$(H) $(INCLUDE_TOP)/stx/libview/Colormap.$(H) $(INCLUDE_TOP)/stx/libview/FixedPalette.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   190
$(OUTDIR)MonoMappedPalette.$(O) MonoMappedPalette.$(C) MonoMappedPalette.$(H): MonoMappedPalette.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libview/ColorPalette.$(H) $(INCLUDE_TOP)/stx/libview/Colormap.$(H) $(INCLUDE_TOP)/stx/libview/MappedPalette.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   191
$(OUTDIR)ShadowView.$(O) ShadowView.$(C) ShadowView.$(H): ShadowView.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)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   192
$(OUTDIR)View.$(O) View.$(C) View.$(H): View.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)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   193
$(OUTDIR)TopView.$(O) TopView.$(C) TopView.$(H): TopView.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) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   194
$(OUTDIR)PopUpView.$(O) PopUpView.$(C) PopUpView.$(H): PopUpView.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) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   195
$(OUTDIR)StandardSystemView.$(O) StandardSystemView.$(C) StandardSystemView.$(H): StandardSystemView.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) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   196
$(OUTDIR)ModalBox.$(O) ModalBox.$(C) ModalBox.$(H): ModalBox.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) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
7854
295325696e0d Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 7202
diff changeset
   197
$(OUTDIR)FcConstants.$(O) FcConstants.$(C) FcConstants.$(H): FcConstants.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SharedPool.$(H) $(STCHDR)
7433
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   198
$(OUTDIR)XEmbedContainerView.$(O) XEmbedContainerView.$(C) XEmbedContainerView.$(H): XEmbedContainerView.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)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   199
$(OUTDIR)XWorkstation.$(O) XWorkstation.$(C) XWorkstation.$(H): XWorkstation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DeviceWorkstation.$(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/HostGraphicsDevice.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
7854
295325696e0d Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 7202
diff changeset
   200
$(OUTDIR)FcPattern.$(O) FcPattern.$(C) FcPattern.$(H): FcPattern.st $(INCLUDE_TOP)/stx/libbasic/ExternalAddress.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/FcConstants.$(H) $(STCHDR)
7433
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   201
$(OUTDIR)GLXWorkstation.$(O) GLXWorkstation.$(C) GLXWorkstation.$(H): GLXWorkstation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceWorkstation.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsDevice.$(H) $(INCLUDE_TOP)/stx/libview/HostGraphicsDevice.$(H) $(INCLUDE_TOP)/stx/libview/XWorkstation.$(H) $(STCHDR)
7854
295325696e0d Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 7202
diff changeset
   202
$(OUTDIR)XftFontDescription.$(O) XftFontDescription.$(C) XftFontDescription.$(H): XftFontDescription.st $(INCLUDE_TOP)/stx/libbasic/ExternalAddress.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/FcConstants.$(H) $(INCLUDE_TOP)/stx/libview/FontDescription.$(H) $(STCHDR)
295325696e0d Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 7202
diff changeset
   203
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/ConfigurableFeatures.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   204
169
claus
parents: 168
diff changeset
   205
# ENDMAKEDEPEND --- do not remove this line
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   206