Make.proto
author Claus Gittinger <cg@exept.de>
Thu, 19 Oct 2006 11:34:20 +0200
changeset 2130 7b0827a2acf3
parent 2083 eb0c83247da7
child 2139 093a6c09f0bc
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
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=
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    53
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    54
# ********** OPTIONAL: MODIFY the next line ***
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    55
# additional C targets or libraries should be added below
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    56
LOCAL_EXTRA_TARGETS=
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
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
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
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
all:: preMake classLibRule postMake
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
pre_objs:: 
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    65
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    66
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
# add more install actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    69
install::
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
# add more install actions for aux-files (resources) here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    72
installAux::
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    73
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    74
# add more preMake actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    75
preMake::
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    76
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    77
# add more postMake actions here
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    78
postMake:: cleanjunk
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    79
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    80
cleanjunk::
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    81
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    82
clean::
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    83
	-rm -f *.o *.H
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    84
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    85
clobber::
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    86
	-rm -f *.so *.dll
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    87
36
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    88
bc04c0ad66d0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    89
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
2083
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    90
$(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)
eb0c83247da7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    91
$(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
    92
$(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
    93
$(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
    94
$(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
    95
$(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
    96
$(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
    97
$(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
    98
$(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
    99
$(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
   100
$(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
   101
$(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
   102
$(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
   103
$(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
   104
$(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
   105
2061
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   106
# ENDMAKEDEPEND --- do not remove this line
76026acab86d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
   107