bc.mak
author mawalch
Mon, 22 Aug 2016 11:27:31 +0200
changeset 3321 08f3a7af6975
parent 3311 079f10e677f7
child 3605 3f99b3a7b007
permissions -rw-r--r--
#OTHER by mawalch pathes -> paths
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
     1
# $Header$
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
     2
#
2586
21543455e209 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2490
diff changeset
     3
# DO NOT EDIT
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
     4
# automagically generated from the projectDefinition: stx_libtool2.
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
     5
#
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
     6
# Warning: once you modify this file, do not rerun
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
     8
#
3147
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
     9
# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    10
# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
2086
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    11
# It shares common definitions with the unix-make in Make.spec.
3147
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    12
# The bc.mak supports the following targets:
2086
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    13
#    bmake         - compile all st-files to a classLib (dll)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    14
#    bmake clean   - clean all temp files
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    15
#    bmake clobber - clean all
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    16
#
3147
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    17
# Historic Note:
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    18
#  this used to contain only rules to make with borland
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    19
#    (called via bmake, by "make.exe -f bc.mak")
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    20
#  this has changed; it is now also possible to build using microsoft visual c
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    21
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
2086
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    22
#
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    23
TOP=..
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    24
INCLUDE_TOP=$(TOP)\..
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    25
2604
56180305a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2591
diff changeset
    26
2586
21543455e209 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2490
diff changeset
    27
# see stdHeader_bc for LIBTOOL2_BASE
21543455e209 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2490
diff changeset
    28
LIB_BASE=$(LIBTOOL2_BASE)
21543455e209 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2490
diff changeset
    29
21543455e209 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2490
diff changeset
    30
2148
cfe50085e991 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2142
diff changeset
    31
!INCLUDE $(TOP)\rules\stdHeader_bc
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    32
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    33
!INCLUDE Make.spec
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    34
2086
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    35
LIBNAME=libstx_libtool2
3160
46db46cfd1a6 warnings
Claus Gittinger <cg@exept.de>
parents: 3147
diff changeset
    36
MODULE_PATH=libtool2
3009
d536eb743f2a .res -> .$(RES)
Claus Gittinger <cg@exept.de>
parents: 2940
diff changeset
    37
RESFILES=libtool2.$(RES)
1946
0f5db3944742 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    38
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    39
2604
56180305a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2591
diff changeset
    40
3147
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    41
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libbasic3 -I$(INCLUDE_TOP)\stx\libcomp -I$(INCLUDE_TOP)\stx\libhtml -I$(INCLUDE_TOP)\stx\libtool -I$(INCLUDE_TOP)\stx\libui -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libwidg -I$(INCLUDE_TOP)\stx\libwidg2
2462
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    42
LOCALDEFINES=
2287
410bf52c9289 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2148
diff changeset
    43
3147
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    44
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
2287
410bf52c9289 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2148
diff changeset
    45
LOCALLIBS=
410bf52c9289 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2148
diff changeset
    46
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    47
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    48
2490
4f05f9fb089e automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2470
diff changeset
    49
ALL::  classLibRule
4f05f9fb089e automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2470
diff changeset
    50
2591
11e318ee1039 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2586
diff changeset
    51
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    52
2148
cfe50085e991 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2142
diff changeset
    53
!INCLUDE $(TOP)\rules\stdRules_bc
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    54
3147
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    55
# build all mandatory prerequisite packages (containing superclasses) for this package
2462
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    56
prereq:
2604
56180305a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2591
diff changeset
    57
	pushd ..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
56180305a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2591
diff changeset
    58
	pushd ..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
56180305a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2591
diff changeset
    59
	pushd ..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
56180305a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2591
diff changeset
    60
	pushd ..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
56180305a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2591
diff changeset
    61
	pushd ..\libwidg & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
56180305a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2591
diff changeset
    62
	pushd ..\libwidg2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
3147
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    63
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    64
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    65
2462
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    66
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    67
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    68
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    69
3147
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    70
test: $(TOP)\goodies\builder\reports\NUL
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    71
	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    72
	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
3311
079f10e677f7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3267
diff changeset
    73
3147
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    74
clean::
3311
079f10e677f7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3267
diff changeset
    75
	-del *.$(CSUFFIX)
3147
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    76
e79929acadbe Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 3009
diff changeset
    77
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    78
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3267
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    79
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    80
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    81
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    82
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    83
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    84
$(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\HierarchicalItem.$(H) $(STCHDR)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    85
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    86
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    87
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    88
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    89
$(OUTDIR)ProjectBuilder.$(O) ProjectBuilder.$(C) ProjectBuilder.$(H): ProjectBuilder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    90
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    91
$(OUTDIR)UIGalleryView.$(O) UIGalleryView.$(C) UIGalleryView.$(H): UIGalleryView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview2\DropObject.$(H) $(INCLUDE_TOP)\stx\libwidg2\NoteBookView.$(H) $(STCHDR)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    92
$(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\HierarchicalItem.$(H) $(STCHDR)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    93
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    94
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    95
$(OUTDIR)UIObjectView.$(O) UIObjectView.$(C) UIObjectView.$(H): UIObjectView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\ObjectView.$(H) $(STCHDR)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    96
$(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\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ResourceSpecEditor.$(H) $(INCLUDE_TOP)\stx\libview2\ToolApplicationModel.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(INCLUDE_TOP)\stx\libwidg2\SelectionInTreeView.$(H) $(STCHDR)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    97
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    98
$(OUTDIR)UISpecificationTool.$(O) UISpecificationTool.$(C) UISpecificationTool.$(H): UISpecificationTool.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libwidg2\ViewScroller.$(H) $(STCHDR)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
    99
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
   100
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
   101
$(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)
5e7693dc1a7f c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3205
diff changeset
   102
$(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\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\ObjectView.$(H) $(STCHDR)
3205
f88c4f2e3353 class: Object
Claus Gittinger <cg@exept.de>
parents: 3160
diff changeset
   103
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Image.$(H) $(STCHDR)
2086
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
   104
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
   105
# ENDMAKEDEPEND --- do not remove this line