Make.proto
author Claus Gittinger <cg@exept.de>
Fri, 04 Jul 2008 10:12:29 +0200
changeset 2371 233e1bda3570
parent 2301 1fe99d697bbd
child 2460 3288b10573e6
permissions -rw-r--r--
mass operations: color selected-color
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
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    31
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    32
# if your embedded C code requires any system includes, 
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    33
# add the path(es) here:, 
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    34
# ********** OPTIONAL: MODIFY the next lines ***
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    35
# LOCALINCLUDES=-Ifoo -Ibar
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    36
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
    37
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
# if you need any additional defines for embedded C code, 
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    40
# add them here:, 
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    41
# ********** OPTIONAL: MODIFY the next lines ***
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    42
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    43
LOCALDEFINES=
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    44
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    45
LIBNAME=libstx_libtool2
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    46
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
    47
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
# ********** OPTIONAL: MODIFY the next line ***
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    50
# 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
    51
LD_OBJ_LIBS=
2139
093a6c09f0bc automatically generated by browser
boris
parents: 2083
diff changeset
    52
LOCAL_SHARED_LIBS=
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    54
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    55
# ********** OPTIONAL: MODIFY the next line ***
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    56
# additional C targets or libraries should be added below
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    57
LOCAL_EXTRA_TARGETS=
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    58
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    59
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    60
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
all:: preMake classLibRule postMake
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
pre_objs:: 
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    66
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    67
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
# add more install actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    70
install::
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    71
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    72
# add more install actions for aux-files (resources) here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    73
installAux::
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    74
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    75
# add more preMake actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    76
preMake::
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    77
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    78
# add more postMake actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    79
postMake:: cleanjunk
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    80
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    81
cleanjunk::
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    82
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    83
clean::
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    84
	-rm -f *.o *.H
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    85
2285
227688419a5c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2139
diff changeset
    86
clobber:: clean
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    87
	-rm -f *.so *.dll
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    88
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    89
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    90
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
2139
093a6c09f0bc automatically generated by browser
boris
parents: 2083
diff changeset
    91
$(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
    92
$(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
    93
$(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
    94
$(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
    95
$(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
    96
$(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)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    97
$(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) $(STCHDR)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    98
$(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
    99
$(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)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   100
$(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
   101
$(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
   102
$(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
   103
$(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
   104
$(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
   105
$(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
   106
$(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
   107
$(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
   108
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   109
# ENDMAKEDEPEND --- do not remove this line
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   110