Make.proto
author Claus Gittinger <cg@exept.de>
Tue, 23 Apr 2019 16:30:55 +0200
changeset 8674 e29a561c0fbe
parent 8508 2f9f8e0b39b9
child 8974 f00c923a5748
permissions -rw-r--r--
#FEATURE by cg class: SimpleView added: #isDialogBox
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
7808
e1775c94660b class: Object
Stefan Vogel <sv@exept.de>
parents: 7433
diff changeset
    37
LOCALINCLUDES=$(OPTIONAL_SUPPORT_XLIB_INCLUDE) -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
6409
Claus Gittinger <cg@exept.de>
parents: 6398
diff changeset
    44
LOCALDEFINES=$(XINCLUDE) $(XDEFS) $(CC_3D_FLAGS)
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=
6398
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
    53
LOCAL_SHARED_LIBS=
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
6446
d6d99369d74b macefiles
Claus Gittinger <cg@exept.de>
parents: 6440
diff changeset
    63
LOCAL_SHARED_LIBS=-L$(X_LIB_DIR) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_XFT) $(LIB_X) $(LIBRUN_LINK_LIB)
6440
80a5405a3123 macefiles
Claus Gittinger <cg@exept.de>
parents: 6433
diff changeset
    64
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    65
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    66
all:: preMake classLibRule postMake
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    67
8417
040acbfae716 X11GraphicsContext was missing in ProjectDefinition and then in Makefiles
Stefan Vogel <sv@exept.de>
parents: 8414
diff changeset
    68
pre_objs::  
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    69
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    70
5798
24ee064ee1d8 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 5791
diff changeset
    71
postMake:: $(LIBVIEW_EXTRA_TARGETS)
24ee064ee1d8 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 5791
diff changeset
    72
4585
b41b9829ea9c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    73
clean::
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    74
	    @-mv $(OUTDIR)XWorkstation.o $(OUTDIR)XWorkstation.o.sav
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    75
	    @-mv $(OUTDIR)GLXWorkstation.o $(OUTDIR)GLXWorkstation.o.sav
8508
2f9f8e0b39b9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8417
diff changeset
    76
	    @-rm -f [A-Z]*.o *.s *.s2 *.c *.$(H)
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    77
	    @-mv $(OUTDIR)XWorkstation.o.sav $(OUTDIR)XWorkstation.o
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    78
	    @-mv $(OUTDIR)GLXWorkstation.o.sav $(OUTDIR)GLXWorkstation.o
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    79
	    @-touch $(OUTDIR)XWorkstation.st $(OUTDIR)GLXWorkstation.st
67
ca9a866eec14 cleanup
claus
parents: 54
diff changeset
    80
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    81
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    82
# XWorkstatation and GLXWorkstatation are separate (shared) Objects - compile without sepInitCode
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    83
# and without -Zlibview (to speedup ld.so on SGI, by avoiding conflicts)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    84
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    85
8508
2f9f8e0b39b9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8417
diff changeset
    86
XWorkstation.$(O): XWorkstation.st $(INCLUDE_TOP)/stx/libview/DeviceWorkstation.$(H) $(INCLUDE_TOP)/stx/libview/HostGraphicsDevice.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsDevice.$(H)
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    87
	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=XWorkstation \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    88
		CC="$(CC)" OPT="$(OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    89
		CLASSLIB_CC="$(CLASSLIB_CC)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    90
		CLASSLIB_OPT="$(CLASSLIB_OPT) -primitiveStackSize=64000" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    91
		SEPINITCODE=-sepInitCode ZFLAG=
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    92
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    93
xw:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    94
	$(MAKE) XWorkstation.c \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    95
		CC="$(CC)" OPT="$(OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    96
		CLASSLIB_CC="$(CLASSLIB_CC)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    97
		CLASSLIB_OPT="$(CLASSLIB_OPT) -primitiveStackSize: 64000 -V" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    98
		SEPINITCODE=-sepInitCode ZFLAG=
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    99
4607
07fe876c8a03 define INCLUDE_TOP
Stefan Vogel <sv@exept.de>
parents: 4600
diff changeset
   100
XWorkstation.$(SO): XWorkstation.$(O)
6016
6a7c4a94581b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5880
diff changeset
   101
	$(MAKE) $(SHAREDLIBRULE) \
6a7c4a94581b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5880
diff changeset
   102
	    LIB=XWorkstation.$(SO) \
6a7c4a94581b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5880
diff changeset
   103
	    OBJS="XWorkstation.$(O)" \
6415
908552707136 macefiles
Claus Gittinger <cg@exept.de>
parents: 6409
diff changeset
   104
	    LOCAL_SHARED_LIBS="-L$(X_LIB_DIR) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_XFT) $(LIB_X) $(LIBRUN_LINK_LIB) "
908552707136 macefiles
Claus Gittinger <cg@exept.de>
parents: 6409
diff changeset
   105
908552707136 macefiles
Claus Gittinger <cg@exept.de>
parents: 6409
diff changeset
   106
#            LOCAL_SHARED_LIBS="-L$(TOP)/librun -lrun -L$(X_LIB_DIR) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_X) "
6398
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   107
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   108
4607
07fe876c8a03 define INCLUDE_TOP
Stefan Vogel <sv@exept.de>
parents: 4600
diff changeset
   109
8508
2f9f8e0b39b9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8417
diff changeset
   110
__GLXWorkstation.$(O): GLXWorkstation.st $(INCLUDE_TOP)/stx/libview/XWorkstation.$(H) $(INCLUDE_TOP)/stx/libview/DeviceWorkstation.$(H) $(INCLUDE_TOP)/stx/libview/HostGraphicsDevice.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsDevice.$(H) $(INCLUDE)/stc.h
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   111
	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=GLXWorkstation \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   112
		CC="$(CC)" OPT="$(OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   113
		CLASSLIB_CC="$(CLASSLIB_CC)" CLASSLIB_OPT="$(CLASSLIB_OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   114
		SEPINITCODE=-sepInitCode ZFLAG=
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   115
	mv GLXWorkstation.$(O) __GLXWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   116
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   117
GLXWorkstation.$(O): glLib __GLXWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   118
	@if [ "$(NO_PRELINK_LIBGL)" = "" ]; \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   119
	then\
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   120
	    echo $(CLASSLIB_LD) $(LD_REL_FLAG) -o GLXWorkstation.$(O) __GLXWorkstation.$(O) $(LIB_GL); \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   121
	    $(CLASSLIB_LD) $(LD_REL_FLAG) -o GLXWorkstation.$(O) __GLXWorkstation.$(O) $(LIB_GL); \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   122
	else \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   123
	    echo cp __GLXWorkstation.$(O) GLXWorkstation.$(O); \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   124
	    cp __GLXWorkstation.$(O) GLXWorkstation.$(O); \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   125
	fi
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   126
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   127
glLib:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   128
	@-if [ -d ../support/VGL ]; then \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   129
	    (cd ../support/VGL ; $(MAKE) ) ; \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   130
	fi
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   131
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   132
DeviceWorkstation.$(O):
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   133
	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=DeviceWorkstation \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   134
		CC="$(CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   135
		CLASSLIB_CC="$(CLASSLIB_CC)" CLASSLIB_OPT="$(CLASSLIB_OPT)"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   136
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   137
SimpleView.$(O):
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   138
	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=SimpleView \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   139
		CC="$(CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   140
		CLASSLIB_CC="$(CLASSLIB_CC)" CLASSLIB_OPT="$(CLASSLIB_OPT)"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   141
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   142
Image.$(O):
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   143
	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=Image \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   144
		CC="$(CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   145
		CLASSLIB_CC="$(CLASSLIB_CC)" CLASSLIB_OPT="$(CLASSLIB_OPT)"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   146
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   147
#OGLWorkstation.$(O): OGLWorkstation.st
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   148
#       $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=OGLWorkstation CC=$(CC) OPT="$(OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   149
#               XDEFS="-DOPENGL -I$(MESA_DIR)/include" SEPINITCODE=-sepInitCode ZFLAG=
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   150
#       $(CLASSLIB_LD) -r -o ttt.$(O) OGLWorkstation.$(O) \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   151
#               $(MESA_DIR)/lib/libMesaGL.a \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   152
#               $(MESA_DIR)/lib/libMesaGLU.a \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   153
#               $(MESA_DIR)/lib/libMesaaux.a
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   154
#       mv ttt.$(O) OGLWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   155
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   156
OGLWorkstation.$(O): GLXWorkstation.st
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   157
	cp GLXWorkstation.st OGLWorkstation.st
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   158
	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=OGLWorkstation \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   159
		CC="$(CC)" OPT="$(OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   160
		CLASSLIB_CC="$(CLASSLIB_CC)" CLASSLIB_OPT="$(CLASSLIB_OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   161
		CC_VOGL_FLAGS="$(CC_MESA_INCLUDE) -DOPENGL -DMESA -UVGL -UGLX"\
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   162
		SEPINITCODE=-sepInitCode ZFLAG=
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   163
	$(CLASSLIB_LD) -r -o ttt.$(O) OGLWorkstation.$(O) \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   164
		$(MESA_DIR)/lib/libMesaGL.a \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   165
		$(MESA_DIR)/lib/libMesaGLU.a \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   166
		$(MESA_DIR)/lib/libMesaaux.a
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   167
	mv ttt.$(O) OGLWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   168
	rm -f OGLWorkstation.st
4585
b41b9829ea9c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   169
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   170
#ogl:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   171
#       $(MAKE) OGLWorkstation.o XDEFS="-DOPENGL -I$(VOGL_DIR) -DSHAPE" SEPINITCODE=-sepInitCode ZFLAG=
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   172
#       mv OGLWorkstation.o ttt.o
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   173
#       $(CLASSLIB_LD) -r -o OGLWorkstation.o ttt.o \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   174
#               $(TOP)/support/MESA/Mesa1.2.5/lib/libMesaGL.a   \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   175
#               $(TOP)/support/MESA/Mesa1.2.5/lib/libMesaGLU.a  \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   176
#               $(TOP)/support/MESA/Mesa1.2.5/lib/libMesaaux.a  \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   177
#               /lib/libc.so.4
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   178
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   179
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   180
# on my 320H, do not compile DeviceWorkstation with -O2;
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   181
# compiler is running out of space ...
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   182
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   183
#AIX_BIGGIES:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   184
#       $(MAKE) GraphicsContext.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   185
#       $(MAKE) DeviceGraphicsContext.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   186
#       $(MAKE) OPT= DeviceWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   187
#       $(MAKE) OPT= XWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   188
#       $(MAKE) OPT= Image.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   189
#       $(MAKE) OPT= SimpleView.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   190
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   191
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   192
# prelink those - cannot mix non-shared with shared objects (sigh)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   193
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   194
AIX_SHARED_XWORKSTATION:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   195
	$(MAKE) GraphicsDevice.$(O) HostGraphicsDevice.$(O) DeviceWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   196
	$(MAKE) aix_exports LIBNAME=XWorkstation ENTRY=XWorkstation
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   197
	@-echo "__XErrorHandler__" >> XWorkstation.exp
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   198
	@-echo "__XIOErrorHandler__" >> XWorkstation.exp
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   199
	$(MAKE) XWorkstation$(O_EXT) \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   200
		ENTRY_INIT=XWorkstation \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   201
		AIX_LOCAL_LIBS="$(LIBX)"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   202
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   203
AIX_SHARED_GLXWORKSTATION:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   204
	$(MAKE) GraphicsDevice.$(O) HostGraphicsDevice.$(O) DeviceWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   205
	$(MAKE) aix_exports LIBNAME=XWorkstation ENTRY=XWorkstation
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   206
	@-echo "__XErrorHandler__" >> XWorkstation.exp
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   207
	@-echo "__XIOErrorHandler__" >> XWorkstation.exp
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   208
	$(MAKE) GLXWorkstation$(O_EXT) \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   209
		ENTRY_INIT=GLXWorkstation \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   210
		AIX_LOCAL_LIBS="-bI:XWorkstation.exp $(LIB_GL) $(LIBX) -lm"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   211
	rm -f XWorkstation.exp
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   212
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   213
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   214
# in (my) aix system, those cannot be compiled with
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   215
# the optimizer - running out of space ...
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   216
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   217
AIX::   GraphicsContext.$(O) DeviceGraphicsContext.$(O) GraphicsMedium.$(O) DisplaySurface.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   218
	$(MAKE) OPT="" SimpleView.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   219
	$(MAKE) OPT="" Image.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   220
	$(MAKE) $(AIX_XWORKSTATION_RULE) $(AIX_GLXWORKSTATION_RULE)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   221
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   222
#
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   223
# on HP, big classes blow the C-preprocessor (stops with "too much defining" error)
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   224
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   225
#HP::
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   226
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   227
#HPbigFiles:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   228
#       $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=Color CC=$(CC) OPT="$(OPT)"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   229
#       $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=DeviceGraphicsContext CC=$(CC) OPT="$(OPT)"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   230
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   231
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   232
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   233
5808
de3f9adf9f1c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5798
diff changeset
   234
de3f9adf9f1c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5798
diff changeset
   235
6398
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   236
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   237
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   238
# run default testsuite for this package
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   239
test: $(TOP)/goodies/builder/reports
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   240
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   241
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   242
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   243
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   244
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   245
# add more install actions here
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   246
install::
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   247
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   248
# add more install actions for aux-files (resources) here
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   249
installAux::
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   250
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   251
# add more preMake actions here
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   252
preMake::
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   253
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   254
# add more postMake actions here
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   255
postMake:: cleanjunk
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   256
6398
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   257
# build all mandatory prerequisite packages (containing superclasses) for this package
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   258
prereq:
7193
Claus Gittinger <cg@exept.de>
parents: 7044
diff changeset
   259
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
6398
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   260
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   261
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   262
6398
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   263
# build all packages containing referenced classes for this package
6676
9e62bf68a48e class: stx_libcompat
Claus Gittinger <cg@exept.de>
parents: 6595
diff changeset
   264
# they are not needed to compile the package (but later, to load it)
6398
Claus Gittinger <cg@exept.de>
parents: 6181
diff changeset
   265
references:
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   266
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   267
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   268
cleanjunk::
5854
436052179625 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5821
diff changeset
   269
	-rm -f *.s *.s2
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   270
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   271
clean::
8508
2f9f8e0b39b9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8417
diff changeset
   272
	-rm -f *.o *.$(H)
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   273
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   274
clobber:: clean
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   275
	-rm -f *.so *.dll
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   276
3044
ce8e5be1e21d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3043
diff changeset
   277
4556
e53583f7a902 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4555
diff changeset
   278
# 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
   279
$(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
   280
$(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
   281
$(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
   282
$(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
   283
$(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
   284
$(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
   285
$(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
   286
$(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
   287
$(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
   288
$(OUTDIR)FillStyle.$(O) FillStyle.$(C) FillStyle.$(H): FillStyle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   289
$(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
   290
$(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
   291
$(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
   292
$(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
   293
$(OUTDIR)Image.$(O) Image.$(C) Image.$(H): Image.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
8417
040acbfae716 X11GraphicsContext was missing in ProjectDefinition and then in Makefiles
Stefan Vogel <sv@exept.de>
parents: 8414
diff changeset
   294
$(OUTDIR)ImageReader.$(O) ImageReader.$(C) ImageReader.$(H): ImageReader.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)
7433
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   295
$(OUTDIR)KeyboardForwarder.$(O) KeyboardForwarder.$(C) KeyboardForwarder.$(H): KeyboardForwarder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   296
$(OUTDIR)KeyboardMap.$(O) KeyboardMap.$(C) KeyboardMap.$(H): KeyboardMap.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/IdentityDictionary.$(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
   297
$(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
   298
$(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
   299
$(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
   300
$(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
   301
$(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
   302
$(OUTDIR)BitmapFillStyle.$(O) BitmapFillStyle.$(C) BitmapFillStyle.$(H): BitmapFillStyle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/FillStyle.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   303
$(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
   304
$(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
   305
$(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
   306
$(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
   307
$(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
   308
$(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
   309
$(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
   310
$(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
   311
$(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
   312
$(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
   313
$(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
   314
$(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
   315
$(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
   316
$(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
   317
$(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
   318
$(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
   319
$(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
   320
$(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
   321
$(OUTDIR)GradientFillStyle.$(O) GradientFillStyle.$(C) GradientFillStyle.$(H): GradientFillStyle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/FillStyle.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   322
$(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
   323
$(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
   324
$(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
   325
$(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
   326
$(OUTDIR)OrientedFillStyle.$(O) OrientedFillStyle.$(C) OrientedFillStyle.$(H): OrientedFillStyle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/FillStyle.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   327
$(OUTDIR)RoundButtonBorder.$(O) RoundButtonBorder.$(C) RoundButtonBorder.$(H): RoundButtonBorder.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
   328
$(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
   329
$(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
   330
$(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
   331
$(OUTDIR)SolidFillStyle.$(O) SolidFillStyle.$(C) SolidFillStyle.$(H): SolidFillStyle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/FillStyle.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   332
$(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
   333
$(OUTDIR)TranslationTransform.$(O) TranslationTransform.$(C) TranslationTransform.$(H): TranslationTransform.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
   334
$(OUTDIR)TranslucentColor.$(O) TranslucentColor.$(C) TranslucentColor.$(H): TranslucentColor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Color.$(H) $(STCHDR)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   335
$(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
   336
$(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
   337
$(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
   338
$(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
   339
$(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
   340
$(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
   341
$(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
   342
$(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
   343
$(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
   344
$(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
   345
$(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
   346
$(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)
b77ece2554a0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7193
diff changeset
   347
$(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
   348
$(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
   349
$(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
   350
$(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
   351
$(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
   352
$(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
   353
$(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
   354
$(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)
8417
040acbfae716 X11GraphicsContext was missing in ProjectDefinition and then in Makefiles
Stefan Vogel <sv@exept.de>
parents: 8414
diff changeset
   355
$(OUTDIR)X11GraphicsContext.$(O) X11GraphicsContext.$(C) X11GraphicsContext.$(H): X11GraphicsContext.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(STCHDR)
8414
32187308136f Fix linux dependencies
Stefan Vogel <sv@exept.de>
parents: 8400
diff changeset
   356
$(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)
8417
040acbfae716 X11GraphicsContext was missing in ProjectDefinition and then in Makefiles
Stefan Vogel <sv@exept.de>
parents: 8414
diff changeset
   357
$(OUTDIR)XWorkstation.$(O) XWorkstation.$(C) XWorkstation.$(H): XWorkstation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceWorkstation.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(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)
8414
32187308136f Fix linux dependencies
Stefan Vogel <sv@exept.de>
parents: 8400
diff changeset
   358
$(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/FontDescription.$(H) $(STCHDR)
32187308136f Fix linux dependencies
Stefan Vogel <sv@exept.de>
parents: 8400
diff changeset
   359
$(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)
7808
e1775c94660b class: Object
Stefan Vogel <sv@exept.de>
parents: 7433
diff changeset
   360
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   361
169
claus
parents: 168
diff changeset
   362
# ENDMAKEDEPEND --- do not remove this line
8417
040acbfae716 X11GraphicsContext was missing in ProjectDefinition and then in Makefiles
Stefan Vogel <sv@exept.de>
parents: 8414
diff changeset
   363