Make.proto
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 28 Feb 2013 23:20:11 +0100
changeset 6017 0425d27d997d
parent 6016 6a7c4a94581b
child 6018 0f014c3bb712
permissions -rw-r--r--
Compilation fixes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6017
0425d27d997d Compilation fixes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6016
diff changeset
     1
# $Header: /cvs/stx/stx/libview/Make.proto,v 1.159 2013-02-28 22:20:11 vrany Exp $
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
5880
aa0e6c3b2e29 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5874
diff changeset
     4
# automagically generated from the projectDefinition: stx_libview at 2012-03-09 09:29:06.849.
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
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libbasic
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
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    44
LOCALDEFINES=-I$(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=
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    53
LOCAL_SHARED_LIBS=
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
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    63
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    64
all:: preMake classLibRule postMake
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
    65
6016
6a7c4a94581b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5880
diff changeset
    66
pre_objs::
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
5798
24ee064ee1d8 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 5791
diff changeset
    69
postMake:: $(LIBVIEW_EXTRA_TARGETS)
24ee064ee1d8 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 5791
diff changeset
    70
4585
b41b9829ea9c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    71
clean::
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    72
	    @-mv $(OUTDIR)XWorkstation.o $(OUTDIR)XWorkstation.o.sav
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    73
	    @-mv $(OUTDIR)GLXWorkstation.o $(OUTDIR)GLXWorkstation.o.sav
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    74
	    @-rm -f [A-Z]*.o *.s *.s2 *.c *.H
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    75
	    @-mv $(OUTDIR)XWorkstation.o.sav $(OUTDIR)XWorkstation.o
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    76
	    @-mv $(OUTDIR)GLXWorkstation.o.sav $(OUTDIR)GLXWorkstation.o
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    77
	    @-touch $(OUTDIR)XWorkstation.st $(OUTDIR)GLXWorkstation.st
67
ca9a866eec14 cleanup
claus
parents: 54
diff changeset
    78
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    79
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    80
# XWorkstatation and GLXWorkstatation are separate (shared) Objects - compile without sepInitCode
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    81
# 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
    82
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    83
4608
ca554beeca13 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 4607
diff changeset
    84
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
    85
	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=XWorkstation \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    86
		CC="$(CC)" OPT="$(OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    87
		CLASSLIB_CC="$(CLASSLIB_CC)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    88
		CLASSLIB_OPT="$(CLASSLIB_OPT) -primitiveStackSize=64000" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    89
		SEPINITCODE=-sepInitCode ZFLAG=
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    90
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    91
xw:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    92
	$(MAKE) XWorkstation.c \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    93
		CC="$(CC)" OPT="$(OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    94
		CLASSLIB_CC="$(CLASSLIB_CC)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    95
		CLASSLIB_OPT="$(CLASSLIB_OPT) -primitiveStackSize: 64000 -V" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    96
		SEPINITCODE=-sepInitCode ZFLAG=
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
    97
4607
07fe876c8a03 define INCLUDE_TOP
Stefan Vogel <sv@exept.de>
parents: 4600
diff changeset
    98
XWorkstation.$(SO): XWorkstation.$(O)
6016
6a7c4a94581b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5880
diff changeset
    99
	$(MAKE) $(SHAREDLIBRULE) \
6a7c4a94581b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5880
diff changeset
   100
	    LIB=XWorkstation.$(SO) \
6a7c4a94581b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5880
diff changeset
   101
	    OBJS="XWorkstation.$(O)" \
6017
0425d27d997d Compilation fixes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6016
diff changeset
   102
	    LOCAL_SHARED_LIBS="-L$(TOP)/librun -lrun -L$(X_LIB_DIR) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_X) "
4607
07fe876c8a03 define INCLUDE_TOP
Stefan Vogel <sv@exept.de>
parents: 4600
diff changeset
   103
4608
ca554beeca13 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 4607
diff changeset
   104
__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
   105
	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=GLXWorkstation \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   106
		CC="$(CC)" OPT="$(OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   107
		CLASSLIB_CC="$(CLASSLIB_CC)" CLASSLIB_OPT="$(CLASSLIB_OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   108
		SEPINITCODE=-sepInitCode ZFLAG=
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   109
	mv GLXWorkstation.$(O) __GLXWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   110
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   111
GLXWorkstation.$(O): glLib __GLXWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   112
	@if [ "$(NO_PRELINK_LIBGL)" = "" ]; \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   113
	then\
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   114
	    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
   115
	    $(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
   116
	else \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   117
	    echo cp __GLXWorkstation.$(O) GLXWorkstation.$(O); \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   118
	    cp __GLXWorkstation.$(O) GLXWorkstation.$(O); \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   119
	fi
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   120
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   121
glLib:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   122
	@-if [ -d ../support/VGL ]; then \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   123
	    (cd ../support/VGL ; $(MAKE) ) ; \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   124
	fi
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   125
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   126
DeviceWorkstation.$(O):
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   127
	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=DeviceWorkstation \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   128
		CC="$(CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   129
		CLASSLIB_CC="$(CLASSLIB_CC)" CLASSLIB_OPT="$(CLASSLIB_OPT)"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   130
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   131
SimpleView.$(O):
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   132
	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=SimpleView \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   133
		CC="$(CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   134
		CLASSLIB_CC="$(CLASSLIB_CC)" CLASSLIB_OPT="$(CLASSLIB_OPT)"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   135
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   136
Image.$(O):
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   137
	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=Image \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   138
		CC="$(CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   139
		CLASSLIB_CC="$(CLASSLIB_CC)" CLASSLIB_OPT="$(CLASSLIB_OPT)"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   140
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   141
#OGLWorkstation.$(O): OGLWorkstation.st
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   142
#       $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=OGLWorkstation CC=$(CC) OPT="$(OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   143
#               XDEFS="-DOPENGL -I$(MESA_DIR)/include" SEPINITCODE=-sepInitCode ZFLAG=
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   144
#       $(CLASSLIB_LD) -r -o ttt.$(O) OGLWorkstation.$(O) \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   145
#               $(MESA_DIR)/lib/libMesaGL.a \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   146
#               $(MESA_DIR)/lib/libMesaGLU.a \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   147
#               $(MESA_DIR)/lib/libMesaaux.a
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   148
#       mv ttt.$(O) OGLWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   149
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   150
OGLWorkstation.$(O): GLXWorkstation.st
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   151
	cp GLXWorkstation.st OGLWorkstation.st
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   152
	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=OGLWorkstation \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   153
		CC="$(CC)" OPT="$(OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   154
		CLASSLIB_CC="$(CLASSLIB_CC)" CLASSLIB_OPT="$(CLASSLIB_OPT)" \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   155
		CC_VOGL_FLAGS="$(CC_MESA_INCLUDE) -DOPENGL -DMESA -UVGL -UGLX"\
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   156
		SEPINITCODE=-sepInitCode ZFLAG=
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   157
	$(CLASSLIB_LD) -r -o ttt.$(O) OGLWorkstation.$(O) \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   158
		$(MESA_DIR)/lib/libMesaGL.a \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   159
		$(MESA_DIR)/lib/libMesaGLU.a \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   160
		$(MESA_DIR)/lib/libMesaaux.a
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   161
	mv ttt.$(O) OGLWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   162
	rm -f OGLWorkstation.st
4585
b41b9829ea9c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   163
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   164
#ogl:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   165
#       $(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
   166
#       mv OGLWorkstation.o ttt.o
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   167
#       $(CLASSLIB_LD) -r -o OGLWorkstation.o ttt.o \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   168
#               $(TOP)/support/MESA/Mesa1.2.5/lib/libMesaGL.a   \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   169
#               $(TOP)/support/MESA/Mesa1.2.5/lib/libMesaGLU.a  \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   170
#               $(TOP)/support/MESA/Mesa1.2.5/lib/libMesaaux.a  \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   171
#               /lib/libc.so.4
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   172
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   173
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   174
# on my 320H, do not compile DeviceWorkstation with -O2;
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   175
# compiler is running out of space ...
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   176
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   177
#AIX_BIGGIES:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   178
#       $(MAKE) GraphicsContext.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   179
#       $(MAKE) DeviceGraphicsContext.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   180
#       $(MAKE) OPT= DeviceWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   181
#       $(MAKE) OPT= XWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   182
#       $(MAKE) OPT= Image.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   183
#       $(MAKE) OPT= SimpleView.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   184
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   185
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   186
# prelink those - cannot mix non-shared with shared objects (sigh)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   187
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   188
AIX_SHARED_XWORKSTATION:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   189
	$(MAKE) GraphicsDevice.$(O) HostGraphicsDevice.$(O) DeviceWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   190
	$(MAKE) aix_exports LIBNAME=XWorkstation ENTRY=XWorkstation
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   191
	@-echo "__XErrorHandler__" >> XWorkstation.exp
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   192
	@-echo "__XIOErrorHandler__" >> XWorkstation.exp
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   193
	$(MAKE) XWorkstation$(O_EXT) \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   194
		ENTRY_INIT=XWorkstation \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   195
		AIX_LOCAL_LIBS="$(LIBX)"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   196
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   197
AIX_SHARED_GLXWORKSTATION:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   198
	$(MAKE) GraphicsDevice.$(O) HostGraphicsDevice.$(O) DeviceWorkstation.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   199
	$(MAKE) aix_exports LIBNAME=XWorkstation ENTRY=XWorkstation
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   200
	@-echo "__XErrorHandler__" >> XWorkstation.exp
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   201
	@-echo "__XIOErrorHandler__" >> XWorkstation.exp
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   202
	$(MAKE) GLXWorkstation$(O_EXT) \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   203
		ENTRY_INIT=GLXWorkstation \
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   204
		AIX_LOCAL_LIBS="-bI:XWorkstation.exp $(LIB_GL) $(LIBX) -lm"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   205
	rm -f XWorkstation.exp
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   206
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   207
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   208
# in (my) aix system, those cannot be compiled with
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   209
# the optimizer - running out of space ...
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   210
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   211
AIX::   GraphicsContext.$(O) DeviceGraphicsContext.$(O) GraphicsMedium.$(O) DisplaySurface.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   212
	$(MAKE) OPT="" SimpleView.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   213
	$(MAKE) OPT="" Image.$(O)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   214
	$(MAKE) $(AIX_XWORKSTATION_RULE) $(AIX_GLXWORKSTATION_RULE)
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   215
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   216
#
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   217
# 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
   218
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   219
#HP::
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   220
#
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   221
#HPbigFiles:
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   222
#       $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=Color CC=$(CC) OPT="$(OPT)"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   223
#       $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=DeviceGraphicsContext CC=$(CC) OPT="$(OPT)"
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   224
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   225
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   226
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   227
5808
de3f9adf9f1c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5798
diff changeset
   228
de3f9adf9f1c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5798
diff changeset
   229
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   230
# add more install actions here
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   231
install::
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
# add more install actions for aux-files (resources) here
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   234
installAux::
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   235
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   236
# add more preMake actions here
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   237
preMake::
4594
bd671fb591aa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4585
diff changeset
   238
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   239
# add more postMake actions here
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   240
postMake:: cleanjunk
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   241
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   242
prereq: $(REQUIRED_SUPPORT_DIRS)
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   243
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   244
	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   245
	cd ../librun && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   246
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
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   249
cleanjunk::
5854
436052179625 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5821
diff changeset
   250
	-rm -f *.s *.s2
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   251
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   252
clean::
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   253
	-rm -f *.o *.H
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   254
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   255
clobber:: clean
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   256
	-rm -f *.so *.dll
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   257
3044
ce8e5be1e21d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3043
diff changeset
   258
4556
e53583f7a902 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4555
diff changeset
   259
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   260
$(OUTDIR)AbstractBackground.$(O) AbstractBackground.$(H): AbstractBackground.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   261
$(OUTDIR)AbstractBorder.$(O) AbstractBorder.$(H): AbstractBorder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4600
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   262
$(OUTDIR)Color.$(O) Color.$(H): Color.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   263
$(OUTDIR)Colormap.$(O) Colormap.$(H): Colormap.st $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   264
$(OUTDIR)Controller.$(O) Controller.$(H): Controller.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   265
$(OUTDIR)Cursor.$(O) Cursor.$(H): Cursor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   266
$(OUTDIR)DeviceHandle.$(O) DeviceHandle.$(H): DeviceHandle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5328
3fbeabab5753 Add new classes: Depth48Image and Depth64Image
Stefan Vogel <sv@exept.de>
parents: 5281
diff changeset
   267
$(OUTDIR)Event.$(O) Event.$(H): Event.st $(INCLUDE_TOP)/stx/libbasic/MessageSend.$(H) $(INCLUDE_TOP)/stx/libbasic/Message.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4600
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   268
$(OUTDIR)FontDescription.$(O) FontDescription.$(H): FontDescription.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   269
$(OUTDIR)GraphicsContext.$(O) GraphicsContext.$(H): GraphicsContext.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   270
$(OUTDIR)GraphicsDevice.$(O) GraphicsDevice.$(H): GraphicsDevice.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   271
$(OUTDIR)Image.$(O) Image.$(H): Image.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   272
$(OUTDIR)ImageReader.$(O) ImageReader.$(H): ImageReader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   273
$(OUTDIR)KeyboardForwarder.$(O) KeyboardForwarder.$(H): KeyboardForwarder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   274
$(OUTDIR)KeyboardMap.$(O) KeyboardMap.$(H): KeyboardMap.st $(INCLUDE_TOP)/stx/libbasic/IdentityDictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   275
$(OUTDIR)ResourcePack.$(O) ResourcePack.$(H): ResourcePack.st $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   276
$(OUTDIR)WindowGroup.$(O) WindowGroup.$(H): WindowGroup.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(STCHDR)
4600
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   277
$(OUTDIR)WindowSensor.$(O) WindowSensor.$(H): WindowSensor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   278
$(OUTDIR)WindowingTransformation.$(O) WindowingTransformation.$(H): WindowingTransformation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   279
$(OUTDIR)stx_libview.$(O) stx_libview.$(H): stx_libview.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   280
$(OUTDIR)BeveledBorder.$(O) BeveledBorder.$(H): BeveledBorder.st $(INCLUDE_TOP)/stx/libview/AbstractBorder.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5854
436052179625 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5821
diff changeset
   281
$(OUTDIR)BitmapFont.$(O) BitmapFont.$(H): BitmapFont.st $(INCLUDE_TOP)/stx/libview/FontDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   282
$(OUTDIR)Border.$(O) Border.$(H): Border.st $(INCLUDE_TOP)/stx/libview/AbstractBorder.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4600
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   283
$(OUTDIR)ColorPalette.$(O) ColorPalette.$(H): ColorPalette.st $(INCLUDE_TOP)/stx/libview/Colormap.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5854
436052179625 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5821
diff changeset
   284
$(OUTDIR)CompoundFont.$(O) CompoundFont.$(H): CompoundFont.st $(INCLUDE_TOP)/stx/libview/FontDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4600
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   285
$(OUTDIR)Depth16Image.$(O) Depth16Image.$(H): Depth16Image.st $(INCLUDE_TOP)/stx/libview/Image.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   286
$(OUTDIR)Depth1Image.$(O) Depth1Image.$(H): Depth1Image.st $(INCLUDE_TOP)/stx/libview/Image.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   287
$(OUTDIR)Depth24Image.$(O) Depth24Image.$(H): Depth24Image.st $(INCLUDE_TOP)/stx/libview/Image.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   288
$(OUTDIR)Depth2Image.$(O) Depth2Image.$(H): Depth2Image.st $(INCLUDE_TOP)/stx/libview/Image.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   289
$(OUTDIR)Depth32Image.$(O) Depth32Image.$(H): Depth32Image.st $(INCLUDE_TOP)/stx/libview/Image.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5328
3fbeabab5753 Add new classes: Depth48Image and Depth64Image
Stefan Vogel <sv@exept.de>
parents: 5281
diff changeset
   290
$(OUTDIR)Depth48Image.$(O) Depth48Image.$(H): Depth48Image.st $(INCLUDE_TOP)/stx/libview/Image.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4600
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   291
$(OUTDIR)Depth4Image.$(O) Depth4Image.$(H): Depth4Image.st $(INCLUDE_TOP)/stx/libview/Image.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5328
3fbeabab5753 Add new classes: Depth48Image and Depth64Image
Stefan Vogel <sv@exept.de>
parents: 5281
diff changeset
   292
$(OUTDIR)Depth64Image.$(O) Depth64Image.$(H): Depth64Image.st $(INCLUDE_TOP)/stx/libview/Image.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4600
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   293
$(OUTDIR)Depth8Image.$(O) Depth8Image.$(H): Depth8Image.st $(INCLUDE_TOP)/stx/libview/Image.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   294
$(OUTDIR)DeviceGraphicsContext.$(O) DeviceGraphicsContext.$(H): DeviceGraphicsContext.st $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   295
$(OUTDIR)Font.$(O) Font.$(H): Font.st $(INCLUDE_TOP)/stx/libview/FontDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   296
$(OUTDIR)GradientBackground.$(O) GradientBackground.$(H): GradientBackground.st $(INCLUDE_TOP)/stx/libview/AbstractBackground.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4600
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   297
$(OUTDIR)HostGraphicsDevice.$(O) HostGraphicsDevice.$(H): HostGraphicsDevice.st $(INCLUDE_TOP)/stx/libview/GraphicsDevice.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   298
$(OUTDIR)ImageBackground.$(O) ImageBackground.$(H): ImageBackground.st $(INCLUDE_TOP)/stx/libview/AbstractBackground.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   299
$(OUTDIR)NoBackground.$(O) NoBackground.$(H): NoBackground.st $(INCLUDE_TOP)/stx/libview/AbstractBackground.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   300
$(OUTDIR)SimpleBorder.$(O) SimpleBorder.$(H): SimpleBorder.st $(INCLUDE_TOP)/stx/libview/AbstractBorder.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   301
$(OUTDIR)SolidBackground.$(O) SolidBackground.$(H): SolidBackground.st $(INCLUDE_TOP)/stx/libview/AbstractBackground.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4600
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   302
$(OUTDIR)SynchronousWindowSensor.$(O) SynchronousWindowSensor.$(H): SynchronousWindowSensor.st $(INCLUDE_TOP)/stx/libview/WindowSensor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   303
$(OUTDIR)ViewStyle.$(O) ViewStyle.$(H): ViewStyle.st $(INCLUDE_TOP)/stx/libview/ResourcePack.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5328
3fbeabab5753 Add new classes: Depth48Image and Depth64Image
Stefan Vogel <sv@exept.de>
parents: 5281
diff changeset
   304
$(OUTDIR)WindowEvent.$(O) WindowEvent.$(H): WindowEvent.st $(INCLUDE_TOP)/stx/libview/Event.$(H) $(INCLUDE_TOP)/stx/libbasic/MessageSend.$(H) $(INCLUDE_TOP)/stx/libbasic/Message.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4600
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   305
$(OUTDIR)DeviceWorkstation.$(O) DeviceWorkstation.$(H): DeviceWorkstation.st $(INCLUDE_TOP)/stx/libview/HostGraphicsDevice.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsDevice.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   306
$(OUTDIR)GraphicsMedium.$(O) GraphicsMedium.$(H): GraphicsMedium.st $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   307
$(OUTDIR)ImageMask.$(O) ImageMask.$(H): ImageMask.st $(INCLUDE_TOP)/stx/libview/Depth1Image.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   308
$(OUTDIR)MappedPalette.$(O) MappedPalette.$(H): MappedPalette.st $(INCLUDE_TOP)/stx/libview/ColorPalette.$(H) $(INCLUDE_TOP)/stx/libview/Colormap.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   309
$(OUTDIR)WidgetEvent.$(O) WidgetEvent.$(H): WidgetEvent.st $(INCLUDE_TOP)/stx/libview/WindowEvent.$(H) $(INCLUDE_TOP)/stx/libview/Event.$(H) $(INCLUDE_TOP)/stx/libbasic/MessageSend.$(H) $(INCLUDE_TOP)/stx/libbasic/Message.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5328
3fbeabab5753 Add new classes: Depth48Image and Depth64Image
Stefan Vogel <sv@exept.de>
parents: 5281
diff changeset
   310
$(OUTDIR)DisplaySurface.$(O) DisplaySurface.$(H): DisplaySurface.st $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceHandle.$(H) $(STCHDR)
3fbeabab5753 Add new classes: Depth48Image and Depth64Image
Stefan Vogel <sv@exept.de>
parents: 5281
diff changeset
   311
$(OUTDIR)Form.$(O) Form.$(H): Form.st $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceHandle.$(H) $(STCHDR)
4600
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   312
$(OUTDIR)MonoMappedPalette.$(O) MonoMappedPalette.$(H): MonoMappedPalette.st $(INCLUDE_TOP)/stx/libview/MappedPalette.$(H) $(INCLUDE_TOP)/stx/libview/ColorPalette.$(H) $(INCLUDE_TOP)/stx/libview/Colormap.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   313
$(OUTDIR)DisplayRootView.$(O) DisplayRootView.$(H): DisplayRootView.st $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5328
3fbeabab5753 Add new classes: Depth48Image and Depth64Image
Stefan Vogel <sv@exept.de>
parents: 5281
diff changeset
   314
$(OUTDIR)SimpleView.$(O) SimpleView.$(H): SimpleView.st $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(STCHDR)
4600
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   315
$(OUTDIR)ShadowView.$(O) ShadowView.$(H): ShadowView.st $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   316
$(OUTDIR)View.$(O) View.$(H): View.st $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   317
$(OUTDIR)TopView.$(O) TopView.$(H): TopView.st $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   318
$(OUTDIR)PopUpView.$(O) PopUpView.$(H): PopUpView.st $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   319
$(OUTDIR)StandardSystemView.$(O) StandardSystemView.$(H): StandardSystemView.st $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
888d02864011 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4594
diff changeset
   320
$(OUTDIR)ModalBox.$(O) ModalBox.$(H): ModalBox.st $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5854
436052179625 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5821
diff changeset
   321
$(OUTDIR)XEmbedContainerView.$(O) XEmbedContainerView.$(H): XEmbedContainerView.st $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   322
169
claus
parents: 168
diff changeset
   323
# ENDMAKEDEPEND --- do not remove this line
5791
97376a379303 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5328
diff changeset
   324