Make.proto
author Claus Gittinger <cg@exept.de>
Sun, 01 Feb 2015 14:16:33 +0100
changeset 3178 58100b56595d
parent 3159 7e8dea7922c5
child 3204 b3ec71ba6a7d
permissions -rw-r--r--
class: MenuEditor fixed the following redraw bug in ModelListView (which is already fixed in SelectionInListView): if a colored item is shown with selection, the color attribute should be removed (or relaxed), to avoid drawing the label invisible. I.e. if the text color is blue or grey, and the selection bg is blue. we should draw white-on-blue, instead of blue/grey on blue. For this to work, the info whether drawing a selection must be passed down through the renderer to the item's draw routine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
# $Header$
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
     2
#
2601
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
     3
# DO NOT EDIT
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
     4
# automagically generated from the projectDefinition: stx_libtool2.
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
     5
#
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
     6
# Warning: once you modify this file, do not rerun
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
     8
#
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    10
#    make         - compile all st-files to a classLib
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    11
#    make clean   - clean all temp files
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    12
#    make clobber - clean all
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    13
#
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    14
# This file contains definitions for Unix based platforms.
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
#
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    18
# position (of this package) in directory hierarchy:
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    20
TOP=..
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    22
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    23
# subdirectories where targets are to be made:
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
SUBDIRS=
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    26
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    27
# subdirectories where Makefiles are to be made:
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    28
# (only define if different from SUBDIRS)
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    29
# ALLSUBDIRS=
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    30
2460
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    32
2601
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    33
# if your embedded C code requires any system includes,
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    34
# add the path(es) here:,
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libbasic3 -I$(INCLUDE_TOP)/stx/libcomp -I$(INCLUDE_TOP)/stx/libhtml -I$(INCLUDE_TOP)/stx/libtool -I$(INCLUDE_TOP)/stx/libui -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libwidg -I$(INCLUDE_TOP)/stx/libwidg2
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    38
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    39
2601
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    40
# if you need any additional defines for embedded C code,
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    41
# add them here:,
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    44
LOCALDEFINES=
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    45
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    46
LIBNAME=libstx_libtool2
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    48
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    49
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    52
LD_OBJ_LIBS=
2139
093a6c09f0bc automatically generated by browser
boris
parents: 2083
diff changeset
    53
LOCAL_SHARED_LIBS=
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    54
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    55
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    57
# additional C targets or libraries should be added below
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    58
LOCAL_EXTRA_TARGETS=
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    59
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    61
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    62
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    63
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    64
all:: preMake classLibRule postMake
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    65
2601
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    66
pre_objs::  
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    67
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    68
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    69
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    70
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    71
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    72
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    73
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    74
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    75
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    76
# run default testsuite for this package
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    77
test: $(TOP)/goodies/builder/reports
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    78
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    79
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    80
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    81
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    82
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    83
# add more install actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    84
install::
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    85
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    86
# add more install actions for aux-files (resources) here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    87
installAux::
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    88
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    89
# add more preMake actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    90
preMake::
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    91
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    92
# add more postMake actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    93
postMake:: cleanjunk
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    94
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    95
# build all mandatory prerequisite packages (containing superclasses) for this package
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    96
prereq:
2601
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    97
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    98
	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    99
	cd ../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
   100
	cd ../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
   101
	cd ../libwidg && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
   102
	cd ../libwidg2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
2460
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
   103
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
   104
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
   105
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   106
# build all packages containing referenced classes for this package
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   107
# they are nor needed to compile the package
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   108
references:
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   109
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   110
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   111
cleanjunk::
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   112
	-rm -f *.s *.s2
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   113
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   114
clean::
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   115
	-rm -f *.o *.H
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   116
2285
227688419a5c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2139
diff changeset
   117
clobber:: clean
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   118
	-rm -f *.so *.dll
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   119
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   120
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   121
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   122
$(OUTDIR)ColorEditDialog.$(O) ColorEditDialog.$(H): ColorEditDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   123
$(OUTDIR)DataSetBuilder.$(O) DataSetBuilder.$(H): DataSetBuilder.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ResourceSpecEditor.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(STCHDR)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   124
$(OUTDIR)DirectoryView.$(O) DirectoryView.$(H): DirectoryView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   125
$(OUTDIR)FlyByWindowInformation.$(O) FlyByWindowInformation.$(H): FlyByWindowInformation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ActiveHelp.$(H) $(INCLUDE_TOP)/stx/libview2/EventListener.$(H) $(INCLUDE_TOP)/stx/libview2/FlyByHelp.$(H) $(STCHDR)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   126
$(OUTDIR)ImageEditor.$(O) ImageEditor.$(H): ImageEditor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ResourceSpecEditor.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(STCHDR)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   127
$(OUTDIR)MenuEditor.$(O) MenuEditor.$(H): MenuEditor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ResourceSpecEditor.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   128
$(OUTDIR)MethodFinderWindow.$(O) MethodFinderWindow.$(H): MethodFinderWindow.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   129
$(OUTDIR)SelectionBrowser.$(O) SelectionBrowser.$(H): SelectionBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   130
$(OUTDIR)TabListEditor.$(O) TabListEditor.$(H): TabListEditor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ResourceSpecEditor.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(STCHDR)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   131
$(OUTDIR)Tools__ObjectModuleInformation.$(O) Tools__ObjectModuleInformation.$(H): Tools__ObjectModuleInformation.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)
2637
1e6e517ca724 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2601
diff changeset
   132
$(OUTDIR)ProjectBuilder.$(O) ProjectBuilder.$(H): ProjectBuilder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   133
$(OUTDIR)Tools__ProjectBuilderAssistantApplication.$(O) Tools__ProjectBuilderAssistantApplication.$(H): Tools__ProjectBuilderAssistantApplication.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) $(INCLUDE_TOP)/stx/libwidg2/AssistantApplication.$(H) $(STCHDR)
3159
7e8dea7922c5 warnings
Claus Gittinger <cg@exept.de>
parents: 3145
diff changeset
   134
$(OUTDIR)UIGalleryView.$(O) UIGalleryView.$(H): UIGalleryView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview2/DropObject.$(H) $(INCLUDE_TOP)/stx/libwidg2/NoteBookView.$(H) $(STCHDR)
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   135
$(OUTDIR)UIHelpTool.$(O) UIHelpTool.$(H): UIHelpTool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ResourceSpecEditor.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   136
$(OUTDIR)UILayoutTool.$(O) UILayoutTool.$(H): UILayoutTool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   137
$(OUTDIR)UIListEditor.$(O) UIListEditor.$(H): UIListEditor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
3159
7e8dea7922c5 warnings
Claus Gittinger <cg@exept.de>
parents: 3145
diff changeset
   138
$(OUTDIR)UIObjectView.$(O) UIObjectView.$(H): UIObjectView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ObjectView.$(H) $(STCHDR)
7e8dea7922c5 warnings
Claus Gittinger <cg@exept.de>
parents: 3145
diff changeset
   139
$(OUTDIR)UIPainter.$(O) UIPainter.$(H): UIPainter.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/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ResourceSpecEditor.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(INCLUDE_TOP)/stx/libwidg2/SelectionInTreeView.$(H) $(STCHDR)
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   140
$(OUTDIR)UISelectionPanel.$(O) UISelectionPanel.$(H): UISelectionPanel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
3159
7e8dea7922c5 warnings
Claus Gittinger <cg@exept.de>
parents: 3145
diff changeset
   141
$(OUTDIR)UISpecificationTool.$(O) UISpecificationTool.$(H): UISpecificationTool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/ViewScroller.$(H) $(STCHDR)
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   142
$(OUTDIR)stx_libtool2.$(O) stx_libtool2.$(H): stx_libtool2.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   143
$(OUTDIR)FileSelectionBrowser.$(O) FileSelectionBrowser.$(H): FileSelectionBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool2/SelectionBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   144
$(OUTDIR)ResourceSelectionBrowser.$(O) ResourceSelectionBrowser.$(H): ResourceSelectionBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool2/SelectionBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
3159
7e8dea7922c5 warnings
Claus Gittinger <cg@exept.de>
parents: 3145
diff changeset
   145
$(OUTDIR)UIPainterView.$(O) UIPainterView.$(H): UIPainterView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool2/UIObjectView.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ObjectView.$(H) $(STCHDR)
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   146
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   147
# ENDMAKEDEPEND --- do not remove this line
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   148