Make.proto
author Claus Gittinger <cg@exept.de>
Sun, 25 Aug 2019 12:10:57 +0200
changeset 3746 0bfa90576a61
parent 3702 ba57131ad88e
permissions -rw-r--r--
#BUGFIX by exept class: Tools::ViewTreeInspectorApplication::ViewTreeModel do MUST return self comment/format in: #collect: #select: changed: #from:do: #from:to:do: #reverseDo:
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
#
3678
e6aa459f9bcd + FileVersionDiffBrowser
Claus Gittinger <cg@exept.de>
parents: 3615
diff changeset
    14
#    export MAKE_ARGS=-j4 ; make
e6aa459f9bcd + FileVersionDiffBrowser
Claus Gittinger <cg@exept.de>
parents: 3615
diff changeset
    15
#
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    16
# This file contains definitions for Unix based platforms.
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    17
# It shares common definitions with the win32-make in Make.spec.
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
#
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    20
# position (of this package) in directory hierarchy:
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    21
# (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
    22
TOP=..
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    23
INCLUDE_TOP=$(TOP)/..
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    24
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    25
# subdirectories where targets are to be made:
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
SUBDIRS=
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    28
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    29
# subdirectories where Makefiles are to be made:
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    30
# (only define if different from SUBDIRS)
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    31
# ALLSUBDIRS=
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    32
2460
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    33
REQUIRED_SUPPORT_DIRS=
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    34
2601
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    35
# if your embedded C code requires any system includes,
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    36
# add the path(es) here:,
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    37
# ********** OPTIONAL: MODIFY the next lines ***
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    38
# LOCALINCLUDES=-Ifoo -Ibar
3604
Claus Gittinger <cg@exept.de>
parents: 3266
diff changeset
    39
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/parser -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
    40
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    41
2601
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    42
# if you need any additional defines for embedded C code,
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    43
# add them here:,
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    44
# ********** OPTIONAL: MODIFY the next lines ***
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    45
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    46
LOCALDEFINES=
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    47
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    48
LIBNAME=libstx_libtool2
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    49
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
    50
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    51
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    52
# ********** OPTIONAL: MODIFY the next line ***
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    53
# 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
    54
LD_OBJ_LIBS=
2139
093a6c09f0bc automatically generated by browser
boris
parents: 2083
diff changeset
    55
LOCAL_SHARED_LIBS=
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    57
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    58
# ********** OPTIONAL: MODIFY the next line ***
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    59
# additional C targets or libraries should be added below
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    60
LOCAL_EXTRA_TARGETS=
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
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
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
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    65
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    66
all:: preMake classLibRule postMake
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    67
2601
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    68
pre_objs::  
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    69
be55f85e2ebf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2468
diff changeset
    70
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    71
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    72
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    73
3145
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
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    77
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    78
# run default testsuite for this package
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    79
test: $(TOP)/goodies/builder/reports
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    80
	$(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
    81
	$(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
    82
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    83
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    84
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    85
# add more install actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    86
install::
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    87
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    88
# add more install actions for aux-files (resources) here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    89
installAux::
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    90
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    91
# add more preMake actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    92
preMake::
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    93
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    94
# add more postMake actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    95
postMake:: cleanjunk
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    96
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
    97
# 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
    98
prereq:
3678
e6aa459f9bcd + FileVersionDiffBrowser
Claus Gittinger <cg@exept.de>
parents: 3615
diff changeset
    99
	cd ../libbasic && $(MAKE) $(MAKE_ARGS) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
e6aa459f9bcd + FileVersionDiffBrowser
Claus Gittinger <cg@exept.de>
parents: 3615
diff changeset
   100
	cd ../libbasic2 && $(MAKE) $(MAKE_ARGS) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
e6aa459f9bcd + FileVersionDiffBrowser
Claus Gittinger <cg@exept.de>
parents: 3615
diff changeset
   101
	cd ../libview && $(MAKE) $(MAKE_ARGS) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
e6aa459f9bcd + FileVersionDiffBrowser
Claus Gittinger <cg@exept.de>
parents: 3615
diff changeset
   102
	cd ../libview2 && $(MAKE) $(MAKE_ARGS) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
e6aa459f9bcd + FileVersionDiffBrowser
Claus Gittinger <cg@exept.de>
parents: 3615
diff changeset
   103
	cd ../libwidg && $(MAKE) $(MAKE_ARGS) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
e6aa459f9bcd + FileVersionDiffBrowser
Claus Gittinger <cg@exept.de>
parents: 3615
diff changeset
   104
	cd ../libwidg2 && $(MAKE) $(MAKE_ARGS) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2460
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
   105
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
   106
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
   107
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   108
# build all packages containing referenced classes for this package
3204
b3ec71ba6a7d class: Object
Claus Gittinger <cg@exept.de>
parents: 3159
diff changeset
   109
# they are not needed to compile the package (but later, to load it)
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   110
references:
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   111
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   112
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   113
cleanjunk::
3145
418205f2b8d6 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2799
diff changeset
   114
	-rm -f *.s *.s2
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   115
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   116
clean::
3678
e6aa459f9bcd + FileVersionDiffBrowser
Claus Gittinger <cg@exept.de>
parents: 3615
diff changeset
   117
	-rm -f *.$(O) *.$(H)
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   118
2285
227688419a5c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2139
diff changeset
   119
clobber:: clean
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   120
	-rm -f *.so *.dll
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   121
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   122
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   123
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3266
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   124
$(OUTDIR)ColorEditDialog.$(O) ColorEditDialog.$(C) 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)
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   125
$(OUTDIR)DataSetBuilder.$(O) DataSetBuilder.$(C) 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)
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   126
$(OUTDIR)DirectoryView.$(O) DirectoryView.$(C) DirectoryView.$(H): DirectoryView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
3678
e6aa459f9bcd + FileVersionDiffBrowser
Claus Gittinger <cg@exept.de>
parents: 3615
diff changeset
   127
$(OUTDIR)FileVersionDiffBrowser.$(O) FileVersionDiffBrowser.$(C) FileVersionDiffBrowser.$(H): FileVersionDiffBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
3266
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   128
$(OUTDIR)FlyByWindowInformation.$(O) FlyByWindowInformation.$(C) 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)
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   129
$(OUTDIR)ImageEditor.$(O) ImageEditor.$(C) 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)
3604
Claus Gittinger <cg@exept.de>
parents: 3266
diff changeset
   130
$(OUTDIR)MenuEditor.$(O) MenuEditor.$(C) 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/AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
3266
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   131
$(OUTDIR)MethodFinderWindow.$(O) MethodFinderWindow.$(C) MethodFinderWindow.$(H): MethodFinderWindow.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   132
$(OUTDIR)SelectionBrowser.$(O) SelectionBrowser.$(C) 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)
3702
ba57131ad88e initial checkin
Claus Gittinger <cg@exept.de>
parents: 3678
diff changeset
   133
$(OUTDIR)ShowMeHowItWorks.$(O) ShowMeHowItWorks.$(C) ShowMeHowItWorks.$(H): ShowMeHowItWorks.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3266
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   134
$(OUTDIR)TabListEditor.$(O) TabListEditor.$(C) 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)
3678
e6aa459f9bcd + FileVersionDiffBrowser
Claus Gittinger <cg@exept.de>
parents: 3615
diff changeset
   135
$(OUTDIR)Tools__InternationalLanguageTranslationEditor.$(O) Tools__InternationalLanguageTranslationEditor.$(C) Tools__InternationalLanguageTranslationEditor.$(H): Tools__InternationalLanguageTranslationEditor.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Visitor.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
3266
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   136
$(OUTDIR)Tools__ObjectModuleInformation.$(O) Tools__ObjectModuleInformation.$(C) 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)
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   137
$(OUTDIR)ProjectBuilder.$(O) ProjectBuilder.$(C) ProjectBuilder.$(H): ProjectBuilder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   138
$(OUTDIR)Tools__ProjectBuilderAssistantApplication.$(O) Tools__ProjectBuilderAssistantApplication.$(C) 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)
3604
Claus Gittinger <cg@exept.de>
parents: 3266
diff changeset
   139
$(OUTDIR)UIGalleryView.$(O) UIGalleryView.$(C) UIGalleryView.$(H): UIGalleryView.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) $(INCLUDE_TOP)/stx/libview2/DropObject.$(H) $(INCLUDE_TOP)/stx/libwidg2/NoteBookView.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3266
diff changeset
   140
$(OUTDIR)UIHelpTool.$(O) UIHelpTool.$(C) 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/AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
3266
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   141
$(OUTDIR)UILayoutTool.$(O) UILayoutTool.$(C) UILayoutTool.$(H): UILayoutTool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   142
$(OUTDIR)UIListEditor.$(O) UIListEditor.$(C) 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)
3604
Claus Gittinger <cg@exept.de>
parents: 3266
diff changeset
   143
$(OUTDIR)UIObjectView.$(O) UIObjectView.$(C) UIObjectView.$(H): UIObjectView.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) $(INCLUDE_TOP)/stx/libwidg/ObjectView.$(H) $(STCHDR)
Claus Gittinger <cg@exept.de>
parents: 3266
diff changeset
   144
$(OUTDIR)UIPainter.$(O) UIPainter.$(C) 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/DisplaySurface.$(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)
3266
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   145
$(OUTDIR)UISelectionPanel.$(O) UISelectionPanel.$(C) UISelectionPanel.$(H): UISelectionPanel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
3604
Claus Gittinger <cg@exept.de>
parents: 3266
diff changeset
   146
$(OUTDIR)UISpecificationTool.$(O) UISpecificationTool.$(C) UISpecificationTool.$(H): UISpecificationTool.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/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/ViewScroller.$(H) $(STCHDR)
3266
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   147
$(OUTDIR)stx_libtool2.$(O) stx_libtool2.$(C) 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)
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   148
$(OUTDIR)FileSelectionBrowser.$(O) FileSelectionBrowser.$(C) 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)
6f54f2fb2047 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3204
diff changeset
   149
$(OUTDIR)ResourceSelectionBrowser.$(O) ResourceSelectionBrowser.$(C) 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)
3604
Claus Gittinger <cg@exept.de>
parents: 3266
diff changeset
   150
$(OUTDIR)UIPainterView.$(O) UIPainterView.$(C) UIPainterView.$(H): UIPainterView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool2/UIObjectView.$(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) $(INCLUDE_TOP)/stx/libwidg/ObjectView.$(H) $(STCHDR)
3204
b3ec71ba6a7d class: Object
Claus Gittinger <cg@exept.de>
parents: 3159
diff changeset
   151
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(STCHDR)
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   152
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   153
# ENDMAKEDEPEND --- do not remove this line
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   154