Make.proto
author Claus Gittinger <cg@exept.de>
Mon, 21 Sep 2009 22:55:48 +0200
changeset 2584 a22f943ea63d
parent 2468 a873e5a57027
child 2601 be55f85e2ebf
permissions -rw-r--r--
*** empty log message ***
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
#
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
     3
# DO NOT EDIT 
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
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    33
# if your embedded C code requires any system includes, 
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    34
# add the path(es) here:, 
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
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libwidg -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libwidg2 -I$(INCLUDE_TOP)/stx/libbasic
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
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    40
# if you need any additional defines for embedded C code, 
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    41
# add them here:, 
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
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H. $(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
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    66
pre_objs:: 
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    67
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    68
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    69
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    70
# add more install actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    71
install::
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
# add more install actions for aux-files (resources) here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    74
installAux::
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    75
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    76
# add more preMake actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    77
preMake::
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    78
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    79
# add more postMake actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    80
postMake:: cleanjunk
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    81
2460
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    82
prereq: $(REQUIRED_SUPPORT_DIRS)
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    83
	(cd ../libbasic ; $(MAKE))
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    84
	(cd ../goodies/refactoryBrowser/parser ; $(MAKE))
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    85
	(cd ../libbasic2 ; $(MAKE))
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    86
	(cd ../libcomp ; $(MAKE))
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    87
	(cd ../libview ; $(MAKE))
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    88
	(cd ../libbasic3 ; $(MAKE))
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    89
	(cd ../libview2 ; $(MAKE))
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    90
	(cd ../libui ; $(MAKE))
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    91
	(cd ../libwidg ; $(MAKE))
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    92
	(cd ../libwidg2 ; $(MAKE))
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    93
	(cd ../libwidg3 ; $(MAKE))
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    94
	(cd ../libtool ; $(MAKE))
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    95
	(cd ../librun ; $(MAKE))
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    96
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    97
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    98
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    99
cleanjunk::
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   100
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   101
clean::
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   102
	-rm -f *.o *.H
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   103
2285
227688419a5c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2139
diff changeset
   104
clobber:: clean
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   105
	-rm -f *.so *.dll
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   106
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   107
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   108
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
2139
093a6c09f0bc automatically generated by browser
boris
parents: 2083
diff changeset
   109
$(OUTDIR)ColorEditDialog.$(O) ColorEditDialog.$(H): ColorEditDialog.st $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   110
$(OUTDIR)DataSetBuilder.$(O) DataSetBuilder.$(H): DataSetBuilder.st $(INCLUDE_TOP)/stx/libview2/ResourceSpecEditor.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(STCHDR)
2301
1fe99d697bbd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2285
diff changeset
   111
$(OUTDIR)FlyByWindowInformation.$(O) FlyByWindowInformation.$(H): FlyByWindowInformation.st $(INCLUDE_TOP)/stx/libview2/FlyByHelp.$(H) $(INCLUDE_TOP)/stx/libview2/ActiveHelp.$(H) $(INCLUDE_TOP)/stx/libview2/EventListener.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   112
$(OUTDIR)ImageEditor.$(O) ImageEditor.$(H): ImageEditor.st $(INCLUDE_TOP)/stx/libview2/ResourceSpecEditor.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   113
$(OUTDIR)MenuEditor.$(O) MenuEditor.$(H): MenuEditor.st $(INCLUDE_TOP)/stx/libview2/ResourceSpecEditor.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   114
$(OUTDIR)SelectionBrowser.$(O) SelectionBrowser.$(H): SelectionBrowser.st $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2460
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
   115
$(OUTDIR)TabListEditor.$(O) TabListEditor.$(H): TabListEditor.st $(INCLUDE_TOP)/stx/libview2/ResourceSpecEditor.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3288b10573e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
   116
$(OUTDIR)UIGalleryView.$(O) UIGalleryView.$(H): UIGalleryView.st $(INCLUDE_TOP)/stx/libwidg2/NoteBookView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/DropObject.$(H) $(STCHDR)
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   117
$(OUTDIR)UIHelpTool.$(O) UIHelpTool.$(H): UIHelpTool.st $(INCLUDE_TOP)/stx/libview2/ResourceSpecEditor.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   118
$(OUTDIR)UILayoutTool.$(O) UILayoutTool.$(H): UILayoutTool.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2468
a873e5a57027 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2460
diff changeset
   119
$(OUTDIR)UIListEditor.$(O) UIListEditor.$(H): UIListEditor.st $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   120
$(OUTDIR)UIObjectView.$(O) UIObjectView.$(H): UIObjectView.st $(INCLUDE_TOP)/stx/libwidg/ObjectView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   121
$(OUTDIR)UIPainter.$(O) UIPainter.$(H): UIPainter.st $(INCLUDE_TOP)/stx/libview2/ResourceSpecEditor.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/SelectionInTreeView.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(STCHDR)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   122
$(OUTDIR)UISelectionPanel.$(O) UISelectionPanel.$(H): UISelectionPanel.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   123
$(OUTDIR)UISpecificationTool.$(O) UISpecificationTool.$(H): UISpecificationTool.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/ViewScroller.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(STCHDR)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   124
$(OUTDIR)stx_libtool2.$(O) stx_libtool2.$(H): stx_libtool2.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   125
$(OUTDIR)FileSelectionBrowser.$(O) FileSelectionBrowser.$(H): FileSelectionBrowser.st $(INCLUDE_TOP)/stx/libtool2/SelectionBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   126
$(OUTDIR)ResourceSelectionBrowser.$(O) ResourceSelectionBrowser.$(H): ResourceSelectionBrowser.st $(INCLUDE_TOP)/stx/libtool2/SelectionBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   127
$(OUTDIR)UIPainterView.$(O) UIPainterView.$(H): UIPainterView.st $(INCLUDE_TOP)/stx/libtool2/UIObjectView.$(H) $(INCLUDE_TOP)/stx/libwidg/ObjectView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   128
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   129
# ENDMAKEDEPEND --- do not remove this line
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   130