cg@1767: # $Header$ cg@2062: # cg@2062: # DO NOT EDIT cg@2062: # automagically generated from the projectDefinition: stx_libtool2. cg@2062: # cg@2062: # Warning: once you modify this file, do not rerun cg@2062: # stmkmp or projectDefinition-build again - otherwise, your changes are lost. cg@2062: # cg@2062: # This file contains specifications which are common to all platforms. cg@2062: # cg@1767: cg@2062: # Do NOT CHANGE THESE DEFINITIONS cg@2062: # (otherwise, ST/X will have a hard time to find out the packages location from its packageID, cg@2062: # to find the source code of a class and to find the library for a package) cg@1767: MODULE=stx cg@1767: MODULE_DIR=libtool2 cg@2062: PACKAGE=$(MODULE):$(MODULE_DIR) cg@2062: cg@1767: cg@2062: # Argument(s) to the stc compiler (stc --usage). cg@2062: # -H. : create header files locally cg@2062: # (if removed, they will be created as common cg@2062: # -Pxxx : defines the package cg@2062: # -Zxxx : a prefix for variables within the classLib cg@2062: # -Dxxx : defines passed to to CC for inline C-code cg@2062: # -Ixxx : include path passed to CC for inline C-code cg@2062: # +optspace : optimized for space cg@2062: # +optspace2 : optimized more for space cg@2062: # +optspace3 : optimized even more for space cg@2062: # +optinline : generate inline code for some ST constructs cg@2062: # +inlineNew : additionally inline new cg@2062: # +inlineMath : additionally inline some floatPnt math stuff cg@2062: # cg@2062: # ********** OPTIONAL: MODIFY the next line(s) *** cg@2062: # STCLOCALOPTIMIZATIONS=+optinline +inlineNew cg@2062: # STCLOCALOPTIMIZATIONS=+optspace3 cg@2062: STCLOCALOPTIMIZATIONS=+optspace3 cg@2062: cg@1767: cg@2062: # Argument(s) to the stc compiler (stc --usage). cg@2062: # -warn : no warnings cg@2062: # -warnNonStandard : no warnings about ST/X extensions cg@2062: # -warnEOLComments : no warnings about EOL comment extension cg@2062: # -warnPrivacy : no warnings about privateClass extension cg@2062: # cg@2062: # ********** OPTIONAL: MODIFY the next line(s) *** cg@2062: # STCWARNINGS=-warn cg@2062: # STCWARNINGS=-warnNonStandard cg@2062: # STCWARNINGS=-warnEOLComments cg@2062: STCWARNINGS=-warnNonStandard cg@2062: cg@2735: COMMON_CLASSES= \ cg@2735: ColorEditDialog \ cg@2735: DataSetBuilder \ cg@2803: DirectoryView \ sv@2783: FlyByWindowInformation \ cg@2735: ImageEditor \ cg@2735: MenuEditor \ cg@2735: MethodFinderWindow \ cg@2735: SelectionBrowser \ cg@2735: TabListEditor \ sv@2783: Tools::ObjectModuleInformation \ sv@2783: Tools::ProjectBuilder \ sv@2783: Tools::ProjectBuilderAssistantApplication \ cg@2735: UIGalleryView \ cg@2735: UIHelpTool \ cg@2735: UILayoutTool \ sv@2783: UIListEditor \ cg@2735: UIObjectView \ cg@2735: UIPainter \ cg@2735: UISelectionPanel \ cg@2735: UISpecificationTool \ cg@2735: stx_libtool2 \ cg@2735: FileSelectionBrowser \ cg@2735: ResourceSelectionBrowser \ cg@2735: UIPainterView \ cg@2735: cg@2735: cg@2735: cg@2735: cg@2062: COMMON_OBJS= \ boris@2140: $(OUTDIR)ColorEditDialog.$(O) \ cg@2062: $(OUTDIR)DataSetBuilder.$(O) \ cg@2803: $(OUTDIR)DirectoryView.$(O) \ sv@2783: $(OUTDIR)FlyByWindowInformation.$(O) \ cg@2062: $(OUTDIR)ImageEditor.$(O) \ cg@2062: $(OUTDIR)MenuEditor.$(O) \ cg@2735: $(OUTDIR)MethodFinderWindow.$(O) \ boris@2140: $(OUTDIR)SelectionBrowser.$(O) \ cg@2463: $(OUTDIR)TabListEditor.$(O) \ sv@2783: $(OUTDIR)Tools__ObjectModuleInformation.$(O) \ sv@2783: $(OUTDIR)ProjectBuilder.$(O) \ sv@2783: $(OUTDIR)Tools__ProjectBuilderAssistantApplication.$(O) \ cg@2062: $(OUTDIR)UIGalleryView.$(O) \ cg@2062: $(OUTDIR)UIHelpTool.$(O) \ cg@2062: $(OUTDIR)UILayoutTool.$(O) \ sv@2783: $(OUTDIR)UIListEditor.$(O) \ cg@2062: $(OUTDIR)UIObjectView.$(O) \ cg@2062: $(OUTDIR)UIPainter.$(O) \ cg@2062: $(OUTDIR)UISelectionPanel.$(O) \ cg@2062: $(OUTDIR)UISpecificationTool.$(O) \ cg@2062: $(OUTDIR)stx_libtool2.$(O) \ boris@2140: $(OUTDIR)FileSelectionBrowser.$(O) \ boris@2140: $(OUTDIR)ResourceSelectionBrowser.$(O) \ boris@2140: $(OUTDIR)UIPainterView.$(O) \ cg@2062: cg@2062: cg@2735: