Make.proto
author Claus Gittinger <cg@exept.de>
Wed, 06 May 2009 09:30:26 +0200
changeset 2636 cd30dea1aa91
parent 2598 f9493ec51b5f
child 2644 91f73a1d3f4f
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2636
cd30dea1aa91 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2598
diff changeset
     1
# $Header: /cvs/stx/stx/libview2/Make.proto,v 1.113 2009-05-06 07:30:26 cg Exp $
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
     2
#
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
     3
# DO NOT EDIT 
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
     4
# automagically generated from the projectDefinition: stx_libview2.
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
     5
#
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
     6
# Warning: once you modify this file, do not rerun
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
96
claus
parents:
diff changeset
     8
#
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    10
#    make         - compile all st-files to a classLib
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    11
#    make clean   - clean all temp files
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    12
#    make clobber - clean all
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    13
#
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    14
# This file contains definitions for Unix based platforms.
2213
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
96
claus
parents:
diff changeset
    16
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    17
#
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    18
# position (of this package) in directory hierarchy:
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
2213
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
    20
TOP=..
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    22
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    23
# subdirectories where targets are to be made:
1855
f66cc1d897e6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1854
diff changeset
    24
SUBDIRS=
f66cc1d897e6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1854
diff changeset
    25
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    26
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    27
# subdirectories where Makefiles are to be made:
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    28
# (only define if different from SUBDIRS)
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    29
# ALLSUBDIRS=
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    30
2572
d7cb5bf6fe77 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2511
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    32
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    33
# if your embedded C code requires any system includes, 
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    34
# add the path(es) here:, 
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
2511
f5ea2324641e automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 2503
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libbasic
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    38
913
e177048fed20 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 908
diff changeset
    39
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    40
# if you need any additional defines for embedded C code, 
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    41
# add them here:, 
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    44
LOCALDEFINES=
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    45
2202
c67414854454 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2193
diff changeset
    46
LIBNAME=libstx_libview2
2213
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    48
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    49
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    52
LD_OBJ_LIBS=
2239
2b59caa2cae3 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2223
diff changeset
    53
LOCAL_SHARED_LIBS=
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    54
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    55
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    57
# additional C targets or libraries should be added below
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    58
LOCAL_EXTRA_TARGETS=
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    59
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    61
96
claus
parents:
diff changeset
    62
1296
48afa4d80771 nt additional rules now in Make.proto
Claus Gittinger <cg@exept.de>
parents: 1276
diff changeset
    63
NT_ADDITIONAL_DEFS::
2186
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    64
	@-echo "LIBJPEG_DIR=$$(TOP)\\support\\libjpeg-6a"
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    65
	@-echo "LIBJPEG=$$(LIBJPEG_DIR)\libjpeg.lib"
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    66
	@-echo "CLOCAL_INCL=-I$$(LIBJPEG_DIR)"
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    67
	@-echo "LOCALLIBS=$$(LIBJPEG)"
1296
48afa4d80771 nt additional rules now in Make.proto
Claus Gittinger <cg@exept.de>
parents: 1276
diff changeset
    68
48afa4d80771 nt additional rules now in Make.proto
Claus Gittinger <cg@exept.de>
parents: 1276
diff changeset
    69
NT_ADDITIONAL_RULES::
2186
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    70
	@-echo "ALL:: $$(LIBJPEG)"
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    71
	@-echo
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    72
	@-echo "$$(LIBJPEG):
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    73
	@-echo "#cd $$(LIBJPEG_DIR)" | tr "#" "\\011"
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    74
	@-echo "#make.exe -f makefile.bcc32" | tr "#" "\\011"
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    75
	@-echo "#cd $$(TOP)\libview2" | tr '#' "\\011"
1296
48afa4d80771 nt additional rules now in Make.proto
Claus Gittinger <cg@exept.de>
parents: 1276
diff changeset
    76
48afa4d80771 nt additional rules now in Make.proto
Claus Gittinger <cg@exept.de>
parents: 1276
diff changeset
    77
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    78
all:: preMake classLibRule postMake
96
claus
parents:
diff changeset
    79
529
d334b10089d8 prelink JPEGReader with libjpeg.a
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
    80
pre_objs:: JPEGReader
d334b10089d8 prelink JPEGReader with libjpeg.a
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
    81
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    82
529
d334b10089d8 prelink JPEGReader with libjpeg.a
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
    83
#
d334b10089d8 prelink JPEGReader with libjpeg.a
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
    84
# prelink JPEGReader.o with libjpeg
d334b10089d8 prelink JPEGReader with libjpeg.a
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
    85
#
d334b10089d8 prelink JPEGReader with libjpeg.a
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
    86
JPEGReader: $(LIBJPEG)
2186
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    87
	@$(MAKE) JPEGReader.$(O) \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    88
		CC="$(LIBJPEG_CC)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    89
		OPT="$(LIBJPEG_OPT)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    90
		LOCALDEFS="-I$(LIBJPEG_DIR)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    91
		LIBNAME="$(LIBNAME)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    92
		STCOPT="$(STCOPT)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    93
		STCLOCALOPT="$(STCLOCALOPT)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    94
		CCLOCALOPT="$(CCLOCALOPT)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    95
		LINKOBJRULE="$(LINKOBJRULE)"
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    96
	@if [ "$(NO_PRELINK_LIBJPEG)" = "" ]; then \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    97
	    mv JPEGReader.$(O) __JPEGReader.$(O); \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    98
	    echo; \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    99
	    echo "prelinking JPEGReader with libjpg ..."; \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
   100
	    echo; \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
   101
	    echo ld $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG); \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
   102
	    ld $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG); \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
   103
	    rm -f __JPEGReader.$(O); \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
   104
	    echo; \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
   105
	fi
529
d334b10089d8 prelink JPEGReader with libjpeg.a
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
   106
d334b10089d8 prelink JPEGReader with libjpeg.a
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
   107
$(LIBJPEG)::
2186
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
   108
	@-echo
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
   109
	@-echo "making libjpg support library ..."
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
   110
	@-echo
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
   111
	-(cd $(LIBJPEG_DIR) ; $(MAKE) libjpeg.a CC="$(LIBJPEG_CC)" OPT="$(LIBJPEG_OPT)" CFLAGS="$(LIBJPEG_OPT) $(CCCONFOPT)")
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
   112
	@-echo
96
claus
parents:
diff changeset
   113
1515
e6da3024f05d *** empty log message ***
james
parents: 1514
diff changeset
   114
Makefiles::
2186
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
   115
	-( cd $(LIBJPEG_DIR) ; configure )
1515
e6da3024f05d *** empty log message ***
james
parents: 1514
diff changeset
   116
1518
5e8728053d67 *** empty log message ***
tm
parents: 1515
diff changeset
   117
additionalMakefiles::
2186
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
   118
	-( cd $(LIBJPEG_DIR) ; configure ) 
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   119
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   120
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   121
# add more install actions here
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   122
install::
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   123
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   124
# add more install actions for aux-files (resources) here
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   125
installAux::
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   126
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   127
# add more preMake actions here
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   128
preMake::
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   129
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   130
# add more postMake actions here
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   131
postMake:: cleanjunk
1518
5e8728053d67 *** empty log message ***
tm
parents: 1515
diff changeset
   132
2572
d7cb5bf6fe77 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2511
diff changeset
   133
prereq: $(REQUIRED_SUPPORT_DIRS)
d7cb5bf6fe77 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2511
diff changeset
   134
	(cd ../libbasic ; $(MAKE))
d7cb5bf6fe77 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2511
diff changeset
   135
	(cd ../libbasic2 ; $(MAKE))
d7cb5bf6fe77 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2511
diff changeset
   136
	(cd ../libview ; $(MAKE))
d7cb5bf6fe77 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2511
diff changeset
   137
	(cd ../librun ; $(MAKE))
d7cb5bf6fe77 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2511
diff changeset
   138
d7cb5bf6fe77 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2511
diff changeset
   139
d7cb5bf6fe77 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2511
diff changeset
   140
96
claus
parents:
diff changeset
   141
cleanjunk::
claus
parents:
diff changeset
   142
claus
parents:
diff changeset
   143
clean::
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   144
	-rm -f *.o *.H
96
claus
parents:
diff changeset
   145
2416
ac772f0f1265 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2320
diff changeset
   146
clobber:: clean
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   147
	-rm -f *.so *.dll
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   148
96
claus
parents:
diff changeset
   149
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   150
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
2213
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   151
$(OUTDIR)ActiveHelpView.$(O) ActiveHelpView.$(H): ActiveHelpView.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)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   152
$(OUTDIR)ApplicationSubView.$(O) ApplicationSubView.$(H): ApplicationSubView.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)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   153
$(OUTDIR)ApplicationWindow.$(O) ApplicationWindow.$(H): ApplicationWindow.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)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   154
$(OUTDIR)ColorValue.$(O) ColorValue.$(H): ColorValue.st $(INCLUDE_TOP)/stx/libview/Color.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   155
$(OUTDIR)DisplayObject.$(O) DisplayObject.$(H): DisplayObject.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   156
$(OUTDIR)DragAndDropManager.$(O) DragAndDropManager.$(H): DragAndDropManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   157
$(OUTDIR)DragHandler.$(O) DragHandler.$(H): DragHandler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2503
7386a032fad0 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2465
diff changeset
   158
$(OUTDIR)DrawAdaptor.$(O) DrawAdaptor.$(H): DrawAdaptor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2213
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   159
$(OUTDIR)DropContext.$(O) DropContext.$(H): DropContext.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   160
$(OUTDIR)DropObject.$(O) DropObject.$(H): DropObject.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   161
$(OUTDIR)DropSource.$(O) DropSource.$(H): DropSource.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   162
$(OUTDIR)DropTarget.$(O) DropTarget.$(H): DropTarget.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   163
$(OUTDIR)EventListener.$(O) EventListener.$(H): EventListener.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   164
$(OUTDIR)ExternalTopView.$(O) ExternalTopView.$(H): ExternalTopView.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)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   165
$(OUTDIR)GIFReader.$(O) GIFReader.$(H): GIFReader.st $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   166
$(OUTDIR)Icon.$(O) Icon.$(H): Icon.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   167
$(OUTDIR)InputView.$(O) InputView.$(H): InputView.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)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   168
$(OUTDIR)JPEGReader.$(O) JPEGReader.$(H): JPEGReader.st $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   169
$(OUTDIR)KeyboardProcessor.$(O) KeyboardProcessor.$(H): KeyboardProcessor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   170
$(OUTDIR)Layout.$(O) Layout.$(H): Layout.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   171
$(OUTDIR)MIMETypeIconLibrary.$(O) MIMETypeIconLibrary.$(H): MIMETypeIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2223
dda9a9d8f855 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   172
$(OUTDIR)MIMETypes.$(O) MIMETypes.$(H): MIMETypes.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/String.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/ByteArray.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(STCHDR)
2213
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   173
$(OUTDIR)Menu.$(O) Menu.$(H): Menu.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   174
$(OUTDIR)MenuItem.$(O) MenuItem.$(H): MenuItem.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   175
$(OUTDIR)Model.$(O) Model.$(H): Model.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   176
$(OUTDIR)MultiImage.$(O) MultiImage.$(H): MultiImage.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   177
$(OUTDIR)PopUpBanner.$(O) PopUpBanner.$(H): PopUpBanner.st $(INCLUDE_TOP)/stx/libview/PopUpView.$(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)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   178
$(OUTDIR)PrintConverter.$(O) PrintConverter.$(H): PrintConverter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   179
$(OUTDIR)PrinterContext.$(O) PrinterContext.$(H): PrinterContext.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) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   180
$(OUTDIR)PropertyListDictionary.$(O) PropertyListDictionary.$(H): PropertyListDictionary.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)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   181
$(OUTDIR)ResourceRetriever.$(O) ResourceRetriever.$(H): ResourceRetriever.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   182
$(OUTDIR)StandardSystemController.$(O) StandardSystemController.$(H): StandardSystemController.st $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2636
cd30dea1aa91 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2598
diff changeset
   183
$(OUTDIR)StrokingOrFillingWrapper.$(O) StrokingOrFillingWrapper.$(H): StrokingOrFillingWrapper.st $(INCLUDE_TOP)/stx/libview2/GeometricWrapper.$(H) $(INCLUDE_TOP)/stx/libview2/Wrapper.$(H) $(INCLUDE_TOP)/stx/libview2/VisualPart.$(H) $(INCLUDE_TOP)/stx/libview2/VisualComponent.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2213
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   184
$(OUTDIR)TIFFReader.$(O) TIFFReader.$(H): TIFFReader.st $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   185
$(OUTDIR)TransparentBox.$(O) TransparentBox.$(H): TransparentBox.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)
2223
dda9a9d8f855 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   186
$(OUTDIR)VisualComponent.$(O) VisualComponent.$(H): VisualComponent.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2213
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   187
$(OUTDIR)VisualRegion.$(O) VisualRegion.$(H): VisualRegion.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)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   188
$(OUTDIR)WindowBuilder.$(O) WindowBuilder.$(H): WindowBuilder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2598
f9493ec51b5f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2572
diff changeset
   189
$(OUTDIR)WindowsIconReader.$(O) WindowsIconReader.$(H): WindowsIconReader.st $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2213
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   190
$(OUTDIR)XBMReader.$(O) XBMReader.$(H): XBMReader.st $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   191
$(OUTDIR)XPMReader.$(O) XPMReader.$(H): XPMReader.st $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   192
$(OUTDIR)stx_libview2.$(O) stx_libview2.$(H): stx_libview2.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   193
$(OUTDIR)ActiveHelp.$(O) ActiveHelp.$(H): ActiveHelp.st $(INCLUDE_TOP)/stx/libview2/EventListener.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   194
$(OUTDIR)ApplicationModel.$(O) ApplicationModel.$(H): ApplicationModel.st $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   195
$(OUTDIR)LayoutOrigin.$(O) LayoutOrigin.$(H): LayoutOrigin.st $(INCLUDE_TOP)/stx/libview2/Layout.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   196
$(OUTDIR)Plug.$(O) Plug.$(H): Plug.st $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   197
$(OUTDIR)UIBuilder.$(O) UIBuilder.$(H): UIBuilder.st $(INCLUDE_TOP)/stx/libview2/WindowBuilder.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   198
$(OUTDIR)ValueModel.$(O) ValueModel.$(H): ValueModel.st $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2223
dda9a9d8f855 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   199
$(OUTDIR)VisualPart.$(O) VisualPart.$(H): VisualPart.st $(INCLUDE_TOP)/stx/libview2/VisualComponent.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2213
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   200
$(OUTDIR)AlignmentOrigin.$(O) AlignmentOrigin.$(H): AlignmentOrigin.st $(INCLUDE_TOP)/stx/libview2/LayoutOrigin.$(H) $(INCLUDE_TOP)/stx/libview2/Layout.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   201
$(OUTDIR)BlockValue.$(O) BlockValue.$(H): BlockValue.st $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   202
$(OUTDIR)FlyByHelp.$(O) FlyByHelp.$(H): FlyByHelp.st $(INCLUDE_TOP)/stx/libview2/ActiveHelp.$(H) $(INCLUDE_TOP)/stx/libview2/EventListener.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   203
$(OUTDIR)IndirectValue.$(O) IndirectValue.$(H): IndirectValue.st $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   204
$(OUTDIR)LayoutFrame.$(O) LayoutFrame.$(H): LayoutFrame.st $(INCLUDE_TOP)/stx/libview2/LayoutOrigin.$(H) $(INCLUDE_TOP)/stx/libview2/Layout.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   205
$(OUTDIR)PluggableAdaptor.$(O) PluggableAdaptor.$(H): PluggableAdaptor.st $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   206
$(OUTDIR)ProtocolAdaptor.$(O) ProtocolAdaptor.$(H): ProtocolAdaptor.st $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   207
$(OUTDIR)SimpleDialog.$(O) SimpleDialog.$(H): SimpleDialog.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   208
$(OUTDIR)ToolApplicationModel.$(O) ToolApplicationModel.$(H): ToolApplicationModel.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   209
$(OUTDIR)ValueHolder.$(O) ValueHolder.$(H): ValueHolder.st $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   210
$(OUTDIR)AspectAdaptor.$(O) AspectAdaptor.$(H): AspectAdaptor.st $(INCLUDE_TOP)/stx/libview2/ProtocolAdaptor.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2465
a1598e4dca6d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2453
diff changeset
   211
$(OUTDIR)BooleanBlockValue.$(O) BooleanBlockValue.$(H): BooleanBlockValue.st $(INCLUDE_TOP)/stx/libview2/BlockValue.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2453
6694601d2139 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2428
diff changeset
   212
$(OUTDIR)BooleanValueHolder.$(O) BooleanValueHolder.$(H): BooleanValueHolder.st $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2213
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   213
$(OUTDIR)BufferedValueHolder.$(O) BufferedValueHolder.$(H): BufferedValueHolder.st $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2416
ac772f0f1265 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2320
diff changeset
   214
$(OUTDIR)DictionaryAdaptor.$(O) DictionaryAdaptor.$(H): DictionaryAdaptor.st $(INCLUDE_TOP)/stx/libview2/ProtocolAdaptor.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2213
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   215
$(OUTDIR)RangeAdaptor.$(O) RangeAdaptor.$(H): RangeAdaptor.st $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   216
$(OUTDIR)ResourceSpecEditor.$(O) ResourceSpecEditor.$(H): ResourceSpecEditor.st $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   217
$(OUTDIR)TriggerValue.$(O) TriggerValue.$(H): TriggerValue.st $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   218
$(OUTDIR)TypeConverter.$(O) TypeConverter.$(H): TypeConverter.st $(INCLUDE_TOP)/stx/libview2/PluggableAdaptor.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   219
$(OUTDIR)ValueHolderWithWeakDependents.$(O) ValueHolderWithWeakDependents.$(H): ValueHolderWithWeakDependents.st $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   220
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   221
# ENDMAKEDEPEND --- do not remove this line
96
claus
parents:
diff changeset
   222