Make.proto
author Claus Gittinger <cg@exept.de>
Sun, 29 Jan 2017 02:26:51 +0100
changeset 3853 5a78ffcf69de
parent 3836 e535a9e069fc
child 3856 47878d05e8e8
child 4299 e5ef41120705
permissions -rw-r--r--
#FEATURE by cg class: TypeConverter changed: #timeOfClass:withFormat:orDefault:language:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3630
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
     1
# $Header$
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
     2
#
2788
f88256837dc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2767
diff changeset
     3
# DO NOT EDIT
3044
ec626ea7602e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2991
diff changeset
     4
# automagically generated from the projectDefinition: stx_libview2.
2153
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
2788
f88256837dc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2767
diff changeset
    33
# if your embedded C code requires any system includes,
f88256837dc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2767
diff changeset
    34
# add the path(es) here:,
2153
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
3836
e535a9e069fc moved DragRectangleController
Claus Gittinger <cg@exept.de>
parents: 3826
diff changeset
    37
LOCALINCLUDES=$(JPEG_INCLUDE) -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libui -I$(INCLUDE_TOP)/stx/libview
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
2788
f88256837dc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2767
diff changeset
    40
# if you need any additional defines for embedded C code,
f88256837dc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2767
diff changeset
    41
# add them here:,
2153
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
2991
1819bb389a94 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2961
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(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
3057
fad0a9b1c41c manually fixed; needs check if generated one looks the same
Claus Gittinger <cg@exept.de>
parents: 3055
diff changeset
    52
LD_OBJ_LIBS=$(JPEGLIB_LD_ARG)
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
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    64
all:: preMake classLibRule postMake
96
claus
parents:
diff changeset
    65
3061
bf339d4a53be automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 3059
diff changeset
    66
pre_objs:: $(JPEGLIB_MAKE_TARGET) $(JPEGREADER_PRELINKED) 
bf339d4a53be automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 3059
diff changeset
    67
3057
fad0a9b1c41c manually fixed; needs check if generated one looks the same
Claus Gittinger <cg@exept.de>
parents: 3055
diff changeset
    68
529
d334b10089d8 prelink JPEGReader with libjpeg.a
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
    69
3077
3ec4e529bda9 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 3072
diff changeset
    70
libjpeg: $(LIBJPEG_DIR)/Makefile
3ec4e529bda9 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 3072
diff changeset
    71
	cd $(LIBJPEG_DIR); $(MAKE) $(MAKE_JPEGLIB_ARG)
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
    72
529
d334b10089d8 prelink JPEGReader with libjpeg.a
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
    73
#
d334b10089d8 prelink JPEGReader with libjpeg.a
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
    74
# prelink JPEGReader.o with libjpeg
d334b10089d8 prelink JPEGReader with libjpeg.a
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
    75
#
3137
640448ea4068 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3123
diff changeset
    76
JPEGReader_prelinked: $(LIBJPEG)
2186
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    77
	@$(MAKE) JPEGReader.$(O) \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    78
		CC="$(LIBJPEG_CC)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    79
		OPT="$(LIBJPEG_OPT)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    80
		LOCALDEFS="-I$(LIBJPEG_DIR)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    81
		LIBNAME="$(LIBNAME)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    82
		STCOPT="$(STCOPT)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    83
		STCLOCALOPT="$(STCLOCALOPT)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    84
		CCLOCALOPT="$(CCLOCALOPT)" \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    85
		LINKOBJRULE="$(LINKOBJRULE)"
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    86
	@if [ "$(NO_PRELINK_LIBJPEG)" = "" ]; then \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    87
	    echo; \
2805
86e11995a750 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2788
diff changeset
    88
	    echo "prelinking JPEGReader with libjpeg ..."; \
2186
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    89
	    echo; \
3265
4f1e271c2e82 added class: ValueHolderWithRememberedPreviousValue
Claus Gittinger <cg@exept.de>
parents: 3238
diff changeset
    90
	    echo $(CLASSLIB_LD) $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG); \
2805
86e11995a750 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2788
diff changeset
    91
	    mv JPEGReader.$(O) __JPEGReader.$(O) && \
3238
2d877646264b Fixed compilation under Linux - use $(CLASSLIB_LD) instead of ld!!!
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3231
diff changeset
    92
	    $(CLASSLIB_LD) $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG) && \
2186
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    93
	    rm -f __JPEGReader.$(O); \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    94
	    echo; \
d221b19b3208 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2178
diff changeset
    95
	fi
529
d334b10089d8 prelink JPEGReader with libjpeg.a
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
    96
3162
2750586ad252 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3156
diff changeset
    97
$(LIBJPEG_DIR)/libjpeg.a: $(LIBJPEG_MAKE_LIB)
2750586ad252 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3156
diff changeset
    98
	cp $(LIBJPEG_MAKE_LIB)/.libs/libjpeg.a $(LIBJPEG)
2750586ad252 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3156
diff changeset
    99
3139
2e1a83c77f1a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3137
diff changeset
   100
#the following is needed for linux; LIBJPEG_MAKE_LIB is expanded to: $(LIBJPEG_DIR)/.libs/libjpeg.a
3168
3c2495bd59e3 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 3162
diff changeset
   101
#do not replace taget below by LIBJPEG_MAKE_LIB, because it may be empty for other systems (osx)
3162
2750586ad252 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3156
diff changeset
   102
$(LIBJPEG_DIR)/.libs/libjpeg.a: $(LIBJPEG_DIR)/Makefile $(LIBJPEG_DIR)/*.c $(LIBJPEG_DIR)/*.h
3094
19cf285a728b libjpeg - again (linux rule is not valid for all unices)
Claus Gittinger <cg@exept.de>
parents: 3093
diff changeset
   103
	@-echo
19cf285a728b libjpeg - again (linux rule is not valid for all unices)
Claus Gittinger <cg@exept.de>
parents: 3093
diff changeset
   104
	@-echo "making libjpeg support library ..."
19cf285a728b libjpeg - again (linux rule is not valid for all unices)
Claus Gittinger <cg@exept.de>
parents: 3093
diff changeset
   105
	@-echo
19cf285a728b libjpeg - again (linux rule is not valid for all unices)
Claus Gittinger <cg@exept.de>
parents: 3093
diff changeset
   106
	cd $(LIBJPEG_DIR) \
19cf285a728b libjpeg - again (linux rule is not valid for all unices)
Claus Gittinger <cg@exept.de>
parents: 3093
diff changeset
   107
	    && $(MAKE) all CC="$(LIBJPEG_CC)" OPT="$(LIBJPEG_OPT)" CFLAGS="$(LIBJPEG_OPT) $(CCCONFOPT)"
19cf285a728b libjpeg - again (linux rule is not valid for all unices)
Claus Gittinger <cg@exept.de>
parents: 3093
diff changeset
   108
	@-echo
19cf285a728b libjpeg - again (linux rule is not valid for all unices)
Claus Gittinger <cg@exept.de>
parents: 3093
diff changeset
   109
2805
86e11995a750 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2788
diff changeset
   110
$(LIBJPEG_DIR)/Makefile:
86e11995a750 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2788
diff changeset
   111
	@-echo
86e11995a750 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2788
diff changeset
   112
	@-echo "configure libjpeg support library ..."
86e11995a750 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2788
diff changeset
   113
	@-echo
3061
bf339d4a53be automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 3059
diff changeset
   114
	cd $(LIBJPEG_DIR) && ./configure CC="$(LIBJPEG_CC)" OPT="$(LIBJPEG_OPT)" CFLAGS="$(LIBJPEG_OPT) $(CCCONFOPT)"
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   115
2788
f88256837dc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2767
diff changeset
   116
f88256837dc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2767
diff changeset
   117
2944
94eff0040827 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2855
diff changeset
   118
94eff0040827 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2855
diff changeset
   119
3370
64c89cf8405b initial checkin
Claus Gittinger <cg@exept.de>
parents: 3273
diff changeset
   120
64c89cf8405b initial checkin
Claus Gittinger <cg@exept.de>
parents: 3273
diff changeset
   121
3630
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   122
3370
64c89cf8405b initial checkin
Claus Gittinger <cg@exept.de>
parents: 3273
diff changeset
   123
# run default testsuite for this package
64c89cf8405b initial checkin
Claus Gittinger <cg@exept.de>
parents: 3273
diff changeset
   124
test: $(TOP)/goodies/builder/reports
64c89cf8405b initial checkin
Claus Gittinger <cg@exept.de>
parents: 3273
diff changeset
   125
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
64c89cf8405b initial checkin
Claus Gittinger <cg@exept.de>
parents: 3273
diff changeset
   126
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
64c89cf8405b initial checkin
Claus Gittinger <cg@exept.de>
parents: 3273
diff changeset
   127
64c89cf8405b initial checkin
Claus Gittinger <cg@exept.de>
parents: 3273
diff changeset
   128
64c89cf8405b initial checkin
Claus Gittinger <cg@exept.de>
parents: 3273
diff changeset
   129
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   130
# add more install actions here
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   131
install::
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   132
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   133
# add more install actions for aux-files (resources) here
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   134
installAux::
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   135
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   136
# add more preMake actions here
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   137
preMake::
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   138
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   139
# add more postMake actions here
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   140
postMake:: cleanjunk
1518
5e8728053d67 *** empty log message ***
tm
parents: 1515
diff changeset
   141
3123
db380e18724c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3096
diff changeset
   142
# build all mandatory prerequisite packages (containing superclasses) for this package
db380e18724c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3096
diff changeset
   143
prereq:
3630
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   144
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   145
	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   146
	cd ../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2572
d7cb5bf6fe77 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2511
diff changeset
   147
d7cb5bf6fe77 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2511
diff changeset
   148
d7cb5bf6fe77 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2511
diff changeset
   149
3123
db380e18724c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3096
diff changeset
   150
# build all packages containing referenced classes for this package
3429
4884150342c9 DisplayTransform moved from libview2
Claus Gittinger <cg@exept.de>
parents: 3408
diff changeset
   151
# they are not needed to compile the package (but later, to load it)
3123
db380e18724c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3096
diff changeset
   152
references:
db380e18724c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3096
diff changeset
   153
db380e18724c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3096
diff changeset
   154
96
claus
parents:
diff changeset
   155
cleanjunk::
2954
b7f2fc65c958 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2944
diff changeset
   156
	-rm -f *.s *.s2
96
claus
parents:
diff changeset
   157
claus
parents:
diff changeset
   158
clean::
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   159
	-rm -f *.o *.H
96
claus
parents:
diff changeset
   160
2416
ac772f0f1265 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2320
diff changeset
   161
clobber:: clean
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   162
	-rm -f *.so *.dll
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   163
96
claus
parents:
diff changeset
   164
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   165
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3711
34dbbd715be4 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3630
diff changeset
   166
$(OUTDIR)ActiveHelpView.$(O) ActiveHelpView.$(C) ActiveHelpView.$(H): ActiveHelpView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
34dbbd715be4 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3630
diff changeset
   167
$(OUTDIR)ApplicationSubView.$(O) ApplicationSubView.$(C) ApplicationSubView.$(H): ApplicationSubView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
34dbbd715be4 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3630
diff changeset
   168
$(OUTDIR)ApplicationWindow.$(O) ApplicationWindow.$(C) ApplicationWindow.$(H): ApplicationWindow.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
3630
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   169
$(OUTDIR)ColorValue.$(O) ColorValue.$(C) ColorValue.$(H): ColorValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Color.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   170
$(OUTDIR)DisplayObject.$(O) DisplayObject.$(C) DisplayObject.$(H): DisplayObject.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   171
$(OUTDIR)DragAndDropManager.$(O) DragAndDropManager.$(C) DragAndDropManager.$(H): DragAndDropManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   172
$(OUTDIR)DragHandler.$(O) DragHandler.$(C) DragHandler.$(H): DragHandler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   173
$(OUTDIR)DrawAdaptor.$(O) DrawAdaptor.$(C) DrawAdaptor.$(H): DrawAdaptor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   174
$(OUTDIR)DropContext.$(O) DropContext.$(C) DropContext.$(H): DropContext.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   175
$(OUTDIR)DropObject.$(O) DropObject.$(C) DropObject.$(H): DropObject.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   176
$(OUTDIR)DropSource.$(O) DropSource.$(C) DropSource.$(H): DropSource.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   177
$(OUTDIR)DropTarget.$(O) DropTarget.$(C) DropTarget.$(H): DropTarget.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   178
$(OUTDIR)EventListener.$(O) EventListener.$(C) EventListener.$(H): EventListener.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3711
34dbbd715be4 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3630
diff changeset
   179
$(OUTDIR)ExternalTopView.$(O) ExternalTopView.$(C) ExternalTopView.$(H): ExternalTopView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
3630
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   180
$(OUTDIR)GIFReader.$(O) GIFReader.$(C) GIFReader.$(H): GIFReader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   181
$(OUTDIR)Icon.$(O) Icon.$(C) Icon.$(H): Icon.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   182
$(OUTDIR)ImageFrame.$(O) ImageFrame.$(C) ImageFrame.$(H): ImageFrame.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   183
$(OUTDIR)ImageSequence.$(O) ImageSequence.$(C) ImageSequence.$(H): ImageSequence.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
3711
34dbbd715be4 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3630
diff changeset
   184
$(OUTDIR)InputView.$(O) InputView.$(C) InputView.$(H): InputView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
3630
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   185
$(OUTDIR)JPEGReader.$(O) JPEGReader.$(C) JPEGReader.$(H): JPEGReader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   186
$(OUTDIR)KeyboardProcessor.$(O) KeyboardProcessor.$(C) KeyboardProcessor.$(H): KeyboardProcessor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   187
$(OUTDIR)Layout.$(O) Layout.$(C) Layout.$(H): Layout.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   188
$(OUTDIR)MIMETypeIconLibrary.$(O) MIMETypeIconLibrary.$(C) MIMETypeIconLibrary.$(H): MIMETypeIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   189
$(OUTDIR)MIMETypes.$(O) MIMETypes.$(C) MIMETypes.$(H): MIMETypes.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/ImmutableString.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/String.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   190
$(OUTDIR)MacOSXIconReader.$(O) MacOSXIconReader.$(C) MacOSXIconReader.$(H): MacOSXIconReader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   191
$(OUTDIR)MenuItem.$(O) MenuItem.$(C) MenuItem.$(H): MenuItem.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   192
$(OUTDIR)Model.$(O) Model.$(C) Model.$(H): Model.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   193
$(OUTDIR)MultiImage.$(O) MultiImage.$(C) MultiImage.$(H): MultiImage.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   194
$(OUTDIR)PNGReader.$(O) PNGReader.$(C) PNGReader.$(H): PNGReader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(STCHDR)
3711
34dbbd715be4 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3630
diff changeset
   195
$(OUTDIR)PopUpBanner.$(O) PopUpBanner.$(C) PopUpBanner.$(H): PopUpBanner.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/PopUpView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
3630
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   196
$(OUTDIR)PrintConverter.$(O) PrintConverter.$(C) PrintConverter.$(H): PrintConverter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3711
34dbbd715be4 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3630
diff changeset
   197
$(OUTDIR)PrinterContext.$(O) PrinterContext.$(C) PrinterContext.$(H): PrinterContext.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(STCHDR)
3630
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   198
$(OUTDIR)PropertyListDictionary.$(O) PropertyListDictionary.$(C) PropertyListDictionary.$(H): PropertyListDictionary.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/IdentityDictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   199
$(OUTDIR)ResourceRetriever.$(O) ResourceRetriever.$(C) ResourceRetriever.$(H): ResourceRetriever.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   200
$(OUTDIR)StandardSystemController.$(O) StandardSystemController.$(C) StandardSystemController.$(H): StandardSystemController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(STCHDR)
3711
34dbbd715be4 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3630
diff changeset
   201
$(OUTDIR)TIFFReader.$(O) TIFFReader.$(C) TIFFReader.$(H): TIFFReader.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(STCHDR)
34dbbd715be4 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3630
diff changeset
   202
$(OUTDIR)TransparentBox.$(O) TransparentBox.$(C) TransparentBox.$(H): TransparentBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
34dbbd715be4 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3630
diff changeset
   203
$(OUTDIR)VisualRegion.$(O) VisualRegion.$(C) VisualRegion.$(H): VisualRegion.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
3630
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   204
$(OUTDIR)WindowBuilder.$(O) WindowBuilder.$(C) WindowBuilder.$(H): WindowBuilder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   205
$(OUTDIR)WindowsIconReader.$(O) WindowsIconReader.$(C) WindowsIconReader.$(H): WindowsIconReader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   206
$(OUTDIR)XBMReader.$(O) XBMReader.$(C) XBMReader.$(H): XBMReader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   207
$(OUTDIR)XPMReader.$(O) XPMReader.$(C) XPMReader.$(H): XPMReader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/ImageReader.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   208
$(OUTDIR)stx_libview2.$(O) stx_libview2.$(C) stx_libview2.$(H): stx_libview2.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   209
$(OUTDIR)ActiveHelp.$(O) ActiveHelp.$(C) ActiveHelp.$(H): ActiveHelp.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/EventListener.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   210
$(OUTDIR)ApplicationModel.$(O) ApplicationModel.$(C) ApplicationModel.$(H): ApplicationModel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   211
$(OUTDIR)LayoutOrigin.$(O) LayoutOrigin.$(C) LayoutOrigin.$(H): LayoutOrigin.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Layout.$(H) $(STCHDR)
3826
285866ff6c33 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3711
diff changeset
   212
$(OUTDIR)Menu.$(O) Menu.$(C) Menu.$(H): Menu.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
3630
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   213
$(OUTDIR)Plug.$(O) Plug.$(C) Plug.$(H): Plug.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   214
$(OUTDIR)PluggableEventListener.$(O) PluggableEventListener.$(C) PluggableEventListener.$(H): PluggableEventListener.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/EventListener.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   215
$(OUTDIR)ScreenLock.$(O) ScreenLock.$(C) ScreenLock.$(H): ScreenLock.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/EventListener.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   216
$(OUTDIR)UIBuilder.$(O) UIBuilder.$(C) UIBuilder.$(H): UIBuilder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/WindowBuilder.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   217
$(OUTDIR)ValueModel.$(O) ValueModel.$(C) ValueModel.$(H): ValueModel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   218
$(OUTDIR)VisualComponent.$(O) VisualComponent.$(C) VisualComponent.$(H): VisualComponent.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/DisplayObject.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   219
$(OUTDIR)AlignmentOrigin.$(O) AlignmentOrigin.$(C) AlignmentOrigin.$(H): AlignmentOrigin.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Layout.$(H) $(INCLUDE_TOP)/stx/libview2/LayoutOrigin.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   220
$(OUTDIR)ApplicationWithFileHistory.$(O) ApplicationWithFileHistory.$(C) ApplicationWithFileHistory.$(H): ApplicationWithFileHistory.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   221
$(OUTDIR)BlockValue.$(O) BlockValue.$(C) BlockValue.$(H): BlockValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   222
$(OUTDIR)FlyByHelp.$(O) FlyByHelp.$(C) FlyByHelp.$(H): FlyByHelp.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ActiveHelp.$(H) $(INCLUDE_TOP)/stx/libview2/EventListener.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   223
$(OUTDIR)IndirectValue.$(O) IndirectValue.$(C) IndirectValue.$(H): IndirectValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   224
$(OUTDIR)LayoutFrame.$(O) LayoutFrame.$(C) LayoutFrame.$(H): LayoutFrame.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Layout.$(H) $(INCLUDE_TOP)/stx/libview2/LayoutOrigin.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   225
$(OUTDIR)PluggableAdaptor.$(O) PluggableAdaptor.$(C) PluggableAdaptor.$(H): PluggableAdaptor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   226
$(OUTDIR)ProtocolAdaptor.$(O) ProtocolAdaptor.$(C) ProtocolAdaptor.$(H): ProtocolAdaptor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   227
$(OUTDIR)SimpleDialog.$(O) SimpleDialog.$(C) SimpleDialog.$(H): SimpleDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   228
$(OUTDIR)ToolApplicationModel.$(O) ToolApplicationModel.$(C) ToolApplicationModel.$(H): ToolApplicationModel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   229
$(OUTDIR)ValueHolder.$(O) ValueHolder.$(C) ValueHolder.$(H): ValueHolder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   230
$(OUTDIR)VisualPart.$(O) VisualPart.$(C) VisualPart.$(H): VisualPart.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/DisplayObject.$(H) $(INCLUDE_TOP)/stx/libview2/VisualComponent.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   231
$(OUTDIR)AspectAdaptor.$(O) AspectAdaptor.$(C) AspectAdaptor.$(H): AspectAdaptor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ProtocolAdaptor.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   232
$(OUTDIR)BooleanBlockValue.$(O) BooleanBlockValue.$(C) BooleanBlockValue.$(H): BooleanBlockValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/BlockValue.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   233
$(OUTDIR)BooleanValueHolder.$(O) BooleanValueHolder.$(C) BooleanValueHolder.$(H): BooleanValueHolder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   234
$(OUTDIR)BufferedValueHolder.$(O) BufferedValueHolder.$(C) BufferedValueHolder.$(H): BufferedValueHolder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   235
$(OUTDIR)DictionaryAdaptor.$(O) DictionaryAdaptor.$(C) DictionaryAdaptor.$(H): DictionaryAdaptor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ProtocolAdaptor.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   236
$(OUTDIR)RangeAdaptor.$(O) RangeAdaptor.$(C) RangeAdaptor.$(H): RangeAdaptor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   237
$(OUTDIR)ResourceSpecEditor.$(O) ResourceSpecEditor.$(C) ResourceSpecEditor.$(H): ResourceSpecEditor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   238
$(OUTDIR)TriggerValue.$(O) TriggerValue.$(C) TriggerValue.$(H): TriggerValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   239
$(OUTDIR)TypeConverter.$(O) TypeConverter.$(C) TypeConverter.$(H): TypeConverter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/PluggableAdaptor.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   240
$(OUTDIR)ValueHolderWithRememberedPreviousValue.$(O) ValueHolderWithRememberedPreviousValue.$(C) ValueHolderWithRememberedPreviousValue.$(H): ValueHolderWithRememberedPreviousValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   241
$(OUTDIR)ValueHolderWithWeakDependents.$(O) ValueHolderWithWeakDependents.$(C) ValueHolderWithWeakDependents.$(H): ValueHolderWithWeakDependents.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
f914cffcc9f2 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3429
diff changeset
   242
$(OUTDIR)AspectAdaptorWithDefault.$(O) AspectAdaptorWithDefault.$(C) AspectAdaptorWithDefault.$(H): AspectAdaptorWithDefault.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/AspectAdaptor.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ProtocolAdaptor.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
3370
64c89cf8405b initial checkin
Claus Gittinger <cg@exept.de>
parents: 3273
diff changeset
   243
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
2213
d6d83009a77b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   244
2153
81f1c95a053b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2049
diff changeset
   245
# ENDMAKEDEPEND --- do not remove this line
3061
bf339d4a53be automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 3059
diff changeset
   246