From c849643c980c7bb4ed25d79310e6bf6a05ed0714 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 15 Apr 2011 10:35:13 +0200 Subject: gbuildize chart2 --- chart2/source/controller/accessibility/makefile.mk | 54 ------ .../source/controller/chartapiwrapper/makefile.mk | 77 --------- chart2/source/controller/dialogs/makefile.mk | 192 --------------------- chart2/source/controller/drawinglayer/makefile.mk | 49 ------ .../source/controller/itemsetwrapper/makefile.mk | 60 ------- chart2/source/controller/main/makefile.mk | 81 --------- chart2/source/controller/makefile.mk | 132 -------------- chart2/source/controller/menus/makefile.mk | 63 ------- chart2/source/model/filter/makefile.mk | 49 ------ chart2/source/model/main/makefile.mk | 68 -------- chart2/source/model/makefile.mk | 109 ------------ chart2/source/model/template/makefile.mk | 82 --------- chart2/source/tools/makefile.mk | 185 -------------------- chart2/source/view/axes/makefile.mk | 66 ------- chart2/source/view/charttypes/makefile.mk | 55 ------ chart2/source/view/diagram/makefile.mk | 48 ------ chart2/source/view/main/makefile.mk | 67 ------- chart2/source/view/makefile.mk | 125 -------------- 18 files changed, 1562 deletions(-) delete mode 100644 chart2/source/controller/accessibility/makefile.mk delete mode 100644 chart2/source/controller/chartapiwrapper/makefile.mk delete mode 100644 chart2/source/controller/dialogs/makefile.mk delete mode 100644 chart2/source/controller/drawinglayer/makefile.mk delete mode 100644 chart2/source/controller/itemsetwrapper/makefile.mk delete mode 100644 chart2/source/controller/main/makefile.mk delete mode 100644 chart2/source/controller/makefile.mk delete mode 100644 chart2/source/controller/menus/makefile.mk delete mode 100644 chart2/source/model/filter/makefile.mk delete mode 100644 chart2/source/model/main/makefile.mk delete mode 100644 chart2/source/model/makefile.mk delete mode 100644 chart2/source/model/template/makefile.mk delete mode 100644 chart2/source/tools/makefile.mk delete mode 100644 chart2/source/view/axes/makefile.mk delete mode 100644 chart2/source/view/charttypes/makefile.mk delete mode 100644 chart2/source/view/diagram/makefile.mk delete mode 100644 chart2/source/view/main/makefile.mk delete mode 100644 chart2/source/view/makefile.mk (limited to 'chart2/source') diff --git a/chart2/source/controller/accessibility/makefile.mk b/chart2/source/controller/accessibility/makefile.mk deleted file mode 100644 index 44c816d90d0e..000000000000 --- a/chart2/source/controller/accessibility/makefile.mk +++ /dev/null @@ -1,54 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/..$/.. -PRJINC= $(PRJ)$/source -PRJNAME= chart2 -TARGET= chcaccessibility - -ENABLE_EXCEPTIONS= TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk - -# --- export library ------------------------------------------------- - -#object files to build and link together to lib $(SLB)$/$(TARGET).lib -SLOFILES= $(SLO)$/AccessibleChartView.obj \ - $(SLO)$/ChartElementFactory.obj \ - $(SLO)$/AccessibleBase.obj \ - $(SLO)$/AccessibleChartElement.obj \ - $(SLO)$/AccessibleChartShape.obj \ - $(SLO)$/AccessibleTextHelper.obj \ - $(SLO)$/AccessibleViewForwarder.obj - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk - diff --git a/chart2/source/controller/chartapiwrapper/makefile.mk b/chart2/source/controller/chartapiwrapper/makefile.mk deleted file mode 100644 index 0af72c700a41..000000000000 --- a/chart2/source/controller/chartapiwrapper/makefile.mk +++ /dev/null @@ -1,77 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/..$/.. -PRJNAME= chart2 -TARGET= chchartapiwrapper - -PRJINC= $(PRJ)$/source - -ENABLE_EXCEPTIONS= TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk - -# --- export library ------------------------------------------------- - -#Specifies object files to bind into linked libraries. -SLOFILES= \ - $(SLO)$/Chart2ModelContact.obj \ - $(SLO)$/AreaWrapper.obj \ - $(SLO)$/AxisWrapper.obj \ - $(SLO)$/ChartDataWrapper.obj \ - $(SLO)$/ChartDocumentWrapper.obj \ - $(SLO)$/DataSeriesPointWrapper.obj \ - $(SLO)$/DiagramWrapper.obj \ - $(SLO)$/GridWrapper.obj \ - $(SLO)$/LegendWrapper.obj \ - $(SLO)$/TitleWrapper.obj \ - $(SLO)$/MinMaxLineWrapper.obj \ - $(SLO)$/UpDownBarWrapper.obj \ - $(SLO)$/WallFloorWrapper.obj \ - $(SLO)$/WrappedAutomaticPositionProperties.obj \ - $(SLO)$/WrappedCharacterHeightProperty.obj \ - $(SLO)$/WrappedDataCaptionProperties.obj \ - $(SLO)$/WrappedTextRotationProperty.obj \ - $(SLO)$/WrappedGapwidthProperty.obj \ - $(SLO)$/WrappedScaleProperty.obj \ - $(SLO)$/WrappedSplineProperties.obj \ - $(SLO)$/WrappedStockProperties.obj \ - $(SLO)$/WrappedSymbolProperties.obj \ - $(SLO)$/WrappedAxisAndGridExistenceProperties.obj \ - $(SLO)$/WrappedNumberFormatProperty.obj \ - $(SLO)$/WrappedStatisticProperties.obj \ - $(SLO)$/WrappedSceneProperty.obj \ - $(SLO)$/WrappedSeriesAreaOrLineProperty.obj \ - $(SLO)$/WrappedAddInProperty.obj \ - $(SLO)$/WrappedScaleTextProperties.obj - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk diff --git a/chart2/source/controller/dialogs/makefile.mk b/chart2/source/controller/dialogs/makefile.mk deleted file mode 100644 index 06671a3bd64f..000000000000 --- a/chart2/source/controller/dialogs/makefile.mk +++ /dev/null @@ -1,192 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/..$/.. -PRJINC= $(PRJ)$/source -PRJNAME= chart2 -TARGET= chcdialogs - -ENABLE_EXCEPTIONS= TRUE -VISIBILITY_HIDDEN=TRUE -GEN_HID_OTHER=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk - -# i26518 the gcc-3.0.4 requires to enhance the template-depth -# this seems to be a compiler issue, so we recommend not to use 3.0.x anymore -.IF "$(COM)"=="GCC" - CFLAGS+=-ftemplate-depth-128 -.ENDIF - -# --- export library ------------------------------------------------- - -#object files to build and link together to lib $(SLB)$/$(TARGET).lib -SLOFILES= \ - $(SLO)$/ObjectNameProvider.obj \ - $(SLO)$/TimerTriggeredControllerLock.obj \ - $(SLO)$/ChangingResource.obj \ - $(SLO)$/DataBrowser.obj \ - $(SLO)$/DataBrowserModel.obj \ - $(SLO)$/DialogModel.obj \ - $(SLO)$/TitleDialogData.obj \ - $(SLO)$/res_Titles.obj \ - $(SLO)$/res_TextSeparator.obj \ - $(SLO)$/res_ErrorBar.obj \ - $(SLO)$/res_Trendline.obj \ - $(SLO)$/res_BarGeometry.obj \ - $(SLO)$/res_LegendPosition.obj \ - $(SLO)$/res_DataLabel.obj \ - $(SLO)$/ChartTypeDialogController.obj \ - $(SLO)$/tp_ChartType.obj \ - $(SLO)$/tp_RangeChooser.obj \ - $(SLO)$/tp_Wizard_TitlesAndObjects.obj \ - $(SLO)$/tp_AxisLabel.obj \ - $(SLO)$/tp_AxisPositions.obj \ - $(SLO)$/tp_DataLabel.obj \ - $(SLO)$/tp_DataSource.obj \ - $(SLO)$/tp_DataSourceControls.obj \ - $(SLO)$/tp_LegendPosition.obj \ - $(SLO)$/tp_PointGeometry.obj \ - $(SLO)$/tp_Scale.obj \ - $(SLO)$/tp_Trendline.obj \ - $(SLO)$/tp_ErrorBars.obj \ - $(SLO)$/tp_SeriesToAxis.obj \ - $(SLO)$/tp_TitleRotation.obj \ - $(SLO)$/tp_3D_SceneGeometry.obj \ - $(SLO)$/tp_3D_SceneAppearance.obj \ - $(SLO)$/tp_3D_SceneIllumination.obj \ - $(SLO)$/tp_PolarOptions.obj \ - $(SLO)$/dlg_ObjectProperties.obj \ - $(SLO)$/dlg_DataEditor.obj \ - $(SLO)$/dlg_DataSource.obj \ - $(SLO)$/dlg_View3D.obj \ - $(SLO)$/dlg_InsertAxis_Grid.obj \ - $(SLO)$/dlg_InsertDataLabel.obj \ - $(SLO)$/dlg_InsertLegend.obj \ - $(SLO)$/dlg_InsertTrendline.obj \ - $(SLO)$/dlg_InsertErrorBars.obj \ - $(SLO)$/dlg_InsertTitle.obj \ - $(SLO)$/dlg_CreationWizard.obj \ - $(SLO)$/dlg_CreationWizard_UNO.obj \ - $(SLO)$/dlg_ChartType_UNO.obj \ - $(SLO)$/dlg_ChartType.obj \ - $(SLO)$/dlg_NumberFormat.obj \ - $(SLO)$/dlg_ShapeFont.obj \ - $(SLO)$/dlg_ShapeParagraph.obj \ - $(SLO)$/RangeSelectionButton.obj \ - $(SLO)$/RangeSelectionHelper.obj \ - $(SLO)$/RangeSelectionListener.obj \ - $(SLO)$/RangeEdit.obj \ - $(SLO)$/TextDirectionListBox.obj - -# --- Resources --------------------------------------------------------------- - -SRC1FILES= \ - res_TextSeparator.src \ - res_BarGeometry.src \ - tp_ChartType.src \ - tp_RangeChooser.src \ - tp_Wizard_TitlesAndObjects.src \ - tp_AxisLabel.src \ - tp_AxisPositions.src \ - tp_DataLabel.src \ - tp_DataSource.src \ - tp_LegendPosition.src \ - tp_PointGeometry.src \ - tp_Scale.src \ - tp_Trendline.src \ - tp_ErrorBars.src \ - tp_SeriesToAxis.src \ - tp_TitleRotation.src \ - tp_3D_SceneGeometry.src \ - tp_3D_SceneAppearance.src \ - tp_3D_SceneIllumination.src \ - tp_PolarOptions.src \ - dlg_ObjectProperties.src \ - Strings_Statistic.src \ - Strings_Scale.src \ - Strings_ChartTypes.src \ - Strings_AdditionalControls.src \ - Strings.src \ - Bitmaps.src \ - dlg_DataEditor.src \ - dlg_DataSource.src \ - dlg_View3D.src \ - dlg_InsertAxis_Grid.src \ - dlg_InsertDataLabel.src \ - dlg_InsertLegend.src \ - dlg_InsertTrendline.src \ - dlg_InsertErrorBars.src \ - dlg_InsertTitle.src \ - dlg_ChartType.src \ - dlg_CreationWizard.src \ - dlg_ShapeFont.src \ - dlg_ShapeParagraph.src - -SRS1NAME=$(TARGET) - -# --- Targets ----------------------------------------------------------------- -LOCALIZE_ME=res_DataLabel_tmpl.hrc res_LegendPosition_tmpl.hrc res_Trendline_tmpl.hrc res_ErrorBar_tmpl.hrc res_Titlesx_tmpl.hrc res_SecondaryAxisCheckBoxes_tmpl.hrc -.INCLUDE: target.mk -$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_DataLabel.hrc -$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_LegendPosition.hrc -$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_Trendline.hrc -$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_ErrorBar.hrc -$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_Titlesx.hrc -$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_SecondaryAxisCheckBoxes.hrc - -#dependencies: - -$(SRS)$/chcdialogs.srs: \ - Bitmaps.hrc \ - CommonResources.hrc \ - ResourceIds.hrc \ - ..$/..$/inc$/Strings.hrc \ - TabPages.hrc \ - dlg_CreationWizard.hrc \ - dlg_DataSource.hrc \ - dlg_InsertAxis_Grid.hrc \ - dlg_InsertDataLabel.hrc \ - dlg_InsertLegend.hrc \ - dlg_InsertTrendline.hrc \ - dlg_InsertErrorBars.hrc \ - dlg_InsertTitle.hrc \ - dlg_View3D.hrc \ - res_Titles.hrc \ - tp_3D_SceneAppearance.hrc \ - tp_3D_SceneGeometry.hrc \ - tp_3D_SceneIllumination.hrc \ - tp_PolarOptions.hrc \ - tp_ChartType.hrc \ - tp_DataSource.hrc \ - tp_RangeChooser.hrc \ - tp_Wizard_TitlesAndObjects.hrc - -#$(SRS)$/chcdialogs.srs: $(SOLARINCDIR)$/svx$/globlmn.hrc - diff --git a/chart2/source/controller/drawinglayer/makefile.mk b/chart2/source/controller/drawinglayer/makefile.mk deleted file mode 100644 index ab0645e61b10..000000000000 --- a/chart2/source/controller/drawinglayer/makefile.mk +++ /dev/null @@ -1,49 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/..$/.. -PRJINC= $(PRJ)$/source -PRJNAME= chart2 -TARGET= chcdrawinglayer - -ENABLE_EXCEPTIONS= TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk - -# --- export library ------------------------------------------------- - -#object files to build and link together to lib $(SLB)$/$(TARGET).lib -SLOFILES= $(SLO)$/DrawViewWrapper.obj \ - $(SLO)$/ViewElementListProvider.obj - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk - diff --git a/chart2/source/controller/itemsetwrapper/makefile.mk b/chart2/source/controller/itemsetwrapper/makefile.mk deleted file mode 100644 index 8f12443c13f6..000000000000 --- a/chart2/source/controller/itemsetwrapper/makefile.mk +++ /dev/null @@ -1,60 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* -PRJ= ..$/..$/.. -PRJINC= $(PRJ)$/source -PRJNAME= chart2 -TARGET= chcitemsetwrapper - -ENABLE_EXCEPTIONS= TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk - -# --- export library ------------------------------------------------- - -#object files to build and link together to lib $(SLB)$/$(TARGET).lib -SLOFILES= $(SLO)$/ItemConverter.obj \ - $(SLO)$/AxisItemConverter.obj \ - $(SLO)$/MultipleItemConverter.obj \ - $(SLO)$/MultipleChartConverters.obj \ - $(SLO)$/CharacterPropertyItemConverter.obj \ - $(SLO)$/SeriesOptionsItemConverter.obj \ - $(SLO)$/DataPointItemConverter.obj \ - $(SLO)$/GraphicPropertyItemConverter.obj \ - $(SLO)$/LegendItemConverter.obj \ - $(SLO)$/StatisticsItemConverter.obj \ - $(SLO)$/TitleItemConverter.obj \ - $(SLO)$/RegressionCurveItemConverter.obj \ - $(SLO)$/RegressionEquationItemConverter.obj \ - $(SLO)$/ErrorBarItemConverter.obj - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk - diff --git a/chart2/source/controller/main/makefile.mk b/chart2/source/controller/main/makefile.mk deleted file mode 100644 index 557d6cf6216f..000000000000 --- a/chart2/source/controller/main/makefile.mk +++ /dev/null @@ -1,81 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/..$/.. -PRJINC= $(PRJ)$/source -PRJNAME= chart2 -TARGET= chcontroller - -ENABLE_EXCEPTIONS= TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk - -# --- export library ------------------------------------------------- - -#object files to build and link together to lib $(SLB)$/$(TARGET).lib -SLOFILES = \ - $(SLO)$/ConfigurationAccess.obj \ - $(SLO)$/ElementSelector.obj \ - $(SLO)$/SelectionHelper.obj \ - $(SLO)$/PositionAndSizeHelper.obj \ - $(SLO)$/ChartWindow.obj \ - $(SLO)$/ChartController.obj \ - $(SLO)$/ChartController_EditData.obj \ - $(SLO)$/ChartController_Window.obj \ - $(SLO)$/ChartController_Properties.obj \ - $(SLO)$/ChartController_Insert.obj \ - $(SLO)$/ChartController_TextEdit.obj \ - $(SLO)$/ChartController_Position.obj \ - $(SLO)$/ChartController_Tools.obj \ - $(SLO)$/ChartFrameloader.obj \ - $(SLO)$/ChartRenderer.obj \ - $(SLO)$/CommandDispatchContainer.obj \ - $(SLO)$/CommandDispatch.obj \ - $(SLO)$/ControllerCommandDispatch.obj \ - $(SLO)$/UndoCommandDispatch.obj \ - $(SLO)$/DragMethod_Base.obj \ - $(SLO)$/DragMethod_RotateDiagram.obj \ - $(SLO)$/DragMethod_PieSegment.obj \ - $(SLO)$/ObjectHierarchy.obj \ - $(SLO)$/_serviceregistration_controller.obj \ - $(SLO)$/ChartDropTargetHelper.obj \ - $(SLO)$/StatusBarCommandDispatch.obj \ - $(SLO)$/ChartTransferable.obj \ - $(SLO)$/FeatureCommandDispatchBase.obj \ - $(SLO)$/DrawCommandDispatch.obj \ - $(SLO)$/ShapeController.obj \ - $(SLO)$/ShapeToolbarController.obj \ - $(SLO)$/UndoActions.obj \ - $(SLO)$/UndoGuard.obj \ - $(SLO)$/ChartModelClone.obj \ - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk diff --git a/chart2/source/controller/makefile.mk b/chart2/source/controller/makefile.mk deleted file mode 100644 index dc3ed778b3c8..000000000000 --- a/chart2/source/controller/makefile.mk +++ /dev/null @@ -1,132 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/.. -PRJNAME= chart2 -TARGET= chartcontroller - -USE_DEFFILE= TRUE -ENABLE_EXCEPTIONS= TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: $(PRJ)$/util$/makefile.pmk - -# --- export library ------------------------------------------------- - -#You can use several library macros of this form to build libraries that -#do not consist of all object files in a directory or to merge different libraries. -LIB1TARGET= $(SLB)$/$(TARGET).lib - -LIB1FILES= \ - $(SLB)$/chcontroller.lib \ - $(SLB)$/chcdrawinglayer.lib \ - $(SLB)$/chcitemsetwrapper.lib \ - $(SLB)$/chcdialogs.lib \ - $(SLB)$/chchartapiwrapper.lib \ - $(SLB)$/chcaccessibility.lib - -#-------- - -#Indicates the filename of the shared library. -SHL1TARGET= $(TARGET)$(DLLPOSTFIX) - -#indicates dependencies: -.IF "$(COM)" == "MSC" -SHL1DEPN = \ - $(LB)$/icharttools.lib \ - $(LB)$/ichartview.lib -.ELSE -SHL1DEPN = -.ENDIF - -#Specifies an import library to create. For Win32 only. -SHL1IMPLIB= i$(TARGET) - -#Specifies libraries from the same module to put into the shared library. -#was created above -SHL1LIBS= $(LIB1TARGET) - -#Links import libraries. - -SHL1STDLIBS= $(CHARTTOOLS) \ - $(CHARTVIEW) \ - $(EDITENGLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(COMPHELPERLIB) \ - $(BASEGFXLIB) \ - $(DRAWINGLAYERLIB) \ - $(BASEGFXLIB) \ - $(SALLIB) \ - $(SVLLIB) \ - $(SVTOOLLIB) \ - $(SVXCORELIB) \ - $(SVXLIB) \ - $(TKLIB) \ - $(TOOLSLIB) \ - $(VCLLIB) \ - $(SFXLIB) \ - $(UNOTOOLSLIB) \ - $(SOTLIB) - -#--------exports - -#specifies the exported symbols for Windows only: -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -SHL1VERSIONMAP = $(SOLARENV)/src/component.map - -#--------definition file - -#name of the definition file: -DEF1NAME= $(SHL1TARGET) - -# --- Resources --------------------------------------------------------------- - -RESLIB1LIST=\ - $(SRS)$/chcdialogs.srs \ - $(SRS)$/chcmenus.srs \ - - -RESLIB1NAME= $(TARGET) -RESLIB1IMAGES=$(PRJ)$/res -RESLIB1SRSFILES=$(RESLIB1LIST) -RESLIB1DEPN=$(RESLIB1LIST) - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk - -ALLTAR : $(MISC)/chartcontroller.component - -$(MISC)/chartcontroller.component .ERRREMOVE : \ - $(SOLARENV)/bin/createcomponent.xslt chartcontroller.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt chartcontroller.component diff --git a/chart2/source/controller/menus/makefile.mk b/chart2/source/controller/menus/makefile.mk deleted file mode 100644 index f97548963e38..000000000000 --- a/chart2/source/controller/menus/makefile.mk +++ /dev/null @@ -1,63 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/..$/.. -PRJINC= $(PRJ)$/source -PRJNAME= chart2 -TARGET= chcmenus - -ENABLE_EXCEPTIONS= TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk - -# i26518 the gcc-3.0.4 requires to enhance the template-depth -# this seems to be a compiler issue, so we recommend not to use 3.0.x anymore -.IF "$(COM)"=="GCC" - CFLAGS+=-ftemplate-depth-128 -.ENDIF - -# --- Resources --------------------------------------------------------------- - -SRC1FILES= \ - ShapeContextMenu.src \ - ShapeEditContextMenu.src - -SRS1NAME=$(TARGET) - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk - -#dependencies: - -$(SRS)$/chcmenus.srs: \ - ..$/inc$/MenuResIds.hrc - -#$(SRS)$/$(TARGET).srs: $(SOLARINCDIR)$/svx$/globlmn.hrc diff --git a/chart2/source/model/filter/makefile.mk b/chart2/source/model/filter/makefile.mk deleted file mode 100644 index fc9f7ebb9973..000000000000 --- a/chart2/source/model/filter/makefile.mk +++ /dev/null @@ -1,49 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/..$/.. -PRJNAME= chart2 -TARGET= chmodelfilter - -PRJINC= $(PRJ)$/source - -ENABLE_EXCEPTIONS= TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk - -# --- export library ------------------------------------------------- - -#Specifies object files to bind into linked libraries. -SLOFILES= \ - $(SLO)$/XMLFilter.obj - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk diff --git a/chart2/source/model/main/makefile.mk b/chart2/source/model/main/makefile.mk deleted file mode 100644 index 5ca78bbdea25..000000000000 --- a/chart2/source/model/main/makefile.mk +++ /dev/null @@ -1,68 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/..$/.. -PRJNAME= chart2 -TARGET= chmodelmain - -PRJINC= $(PRJ)$/source - -ENABLE_EXCEPTIONS= TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk - -# --- export library ------------------------------------------------- - -#Specifies object files to bind into linked libraries. -SLOFILES= \ - $(SLO)$/Axis.obj \ - $(SLO)$/GridProperties.obj \ - $(SLO)$/BaseCoordinateSystem.obj \ - $(SLO)$/CartesianCoordinateSystem.obj \ - $(SLO)$/ChartModel.obj \ - $(SLO)$/ChartModel_Persistence.obj \ - $(SLO)$/DataPoint.obj \ - $(SLO)$/DataPointProperties.obj \ - $(SLO)$/DataSeries.obj \ - $(SLO)$/Diagram.obj \ - $(SLO)$/DataSeriesProperties.obj \ - $(SLO)$/FormattedString.obj \ - $(SLO)$/Legend.obj \ - $(SLO)$/PageBackground.obj \ - $(SLO)$/PolarCoordinateSystem.obj \ - $(SLO)$/StockBar.obj \ - $(SLO)$/Title.obj \ - $(SLO)$/Wall.obj \ - $(SLO)$/UndoManager.obj \ - $(SLO)$/_serviceregistration_model.obj - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk diff --git a/chart2/source/model/makefile.mk b/chart2/source/model/makefile.mk deleted file mode 100644 index 25d4b1b2949a..000000000000 --- a/chart2/source/model/makefile.mk +++ /dev/null @@ -1,109 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/.. -PRJNAME= chart2 -TARGET= chartmodel - -USE_DEFFILE= TRUE -ENABLE_EXCEPTIONS= TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: $(PRJ)$/util$/makefile.pmk - -# --- export library ------------------------------------------------- - -#You can use several library macros of this form to build libraries that -#do not consist of all object files in a directory or to merge different libraries. -LIB1TARGET= $(SLB)$/_$(TARGET).lib - -LIB1FILES= \ - $(SLB)$/chmodelmain.lib \ - $(SLB)$/chmodeltemplate.lib \ - $(SLB)$/chmodelfilter.lib - -#-------- - -#Indicates the filename of the shared library. -SHL1TARGET= $(TARGET)$(DLLPOSTFIX) - -#indicates dependencies: -.IF "$(COM)" == "MSC" -SHL1DEPN = \ - $(LB)$/icharttools.lib -.ELSE -SHL1DEPN = -.ENDIF - -#Specifies an import library to create. For Win32 only. -SHL1IMPLIB= i$(TARGET) - -#Specifies libraries from the same module to put into the shared library. -#was created above -SHL1LIBS= $(LIB1TARGET) - -#Links import libraries. - -SHL1STDLIBS= $(CHARTTOOLS) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(COMPHELPERLIB) \ - $(UNOTOOLSLIB) \ - $(VCLLIB) \ - $(SVLLIB) \ - $(SVTOOLLIB) \ - $(SALLIB) \ - $(UCBHELPERLIB) \ - $(FWELIB) \ - -#--------exports - -#specifies the exported symbols for Windows only: -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -SHL1VERSIONMAP = $(SOLARENV)/src/component.map - -#--------definition file - -#name of the definition file: -DEF1NAME= $(SHL1TARGET) - -# --- Resources --------------------------------------------------------------- - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk - -ALLTAR : $(MISC)/chartmodel.component - -$(MISC)/chartmodel.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - chartmodel.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt chartmodel.component diff --git a/chart2/source/model/template/makefile.mk b/chart2/source/model/template/makefile.mk deleted file mode 100644 index 5599aed50256..000000000000 --- a/chart2/source/model/template/makefile.mk +++ /dev/null @@ -1,82 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/..$/.. -PRJNAME= chart2 -TARGET= chmodeltemplate - -PRJINC= $(PRJ)$/source - -ENABLE_EXCEPTIONS= TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk - -# i26518 the gcc-3.0.4 requires to enhance the template-depth -# this seems to be a compiler issue, so we recommend not to use 3.0.x anymore -.IF "$(COM)"=="GCC" - CFLAGS+=-ftemplate-depth-128 -.ENDIF - -# --- export library ------------------------------------------------- - -#Specifies object files to bind into linked libraries. -SLOFILES= \ - $(SLO)$/AreaChartType.obj \ - $(SLO)$/AreaChartTypeTemplate.obj \ - $(SLO)$/BarChartType.obj \ - $(SLO)$/BarChartTypeTemplate.obj \ - $(SLO)$/CandleStickChartType.obj \ - $(SLO)$/ChartType.obj \ - $(SLO)$/ChartTypeManager.obj \ - $(SLO)$/ChartTypeTemplate.obj \ - $(SLO)$/ColumnChartType.obj \ - $(SLO)$/ColumnLineChartTypeTemplate.obj \ - $(SLO)$/DataInterpreter.obj \ - $(SLO)$/FilledNetChartType.obj \ - $(SLO)$/LineChartType.obj \ - $(SLO)$/LineChartTypeTemplate.obj \ - $(SLO)$/NetChartType.obj \ - $(SLO)$/NetChartTypeTemplate.obj \ - $(SLO)$/PieChartType.obj \ - $(SLO)$/PieChartTypeTemplate.obj \ - $(SLO)$/ScatterChartType.obj \ - $(SLO)$/ScatterChartTypeTemplate.obj \ - $(SLO)$/BubbleChartType.obj \ - $(SLO)$/BubbleChartTypeTemplate.obj \ - $(SLO)$/BubbleDataInterpreter.obj \ - $(SLO)$/StockChartTypeTemplate.obj \ - $(SLO)$/StockDataInterpreter.obj \ - $(SLO)$/XYDataInterpreter.obj \ - $(SLO)$/ColumnLineDataInterpreter.obj \ - $(SLO)$/_serviceregistration_charttypes.obj - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk diff --git a/chart2/source/tools/makefile.mk b/chart2/source/tools/makefile.mk deleted file mode 100644 index 5467124eecf7..000000000000 --- a/chart2/source/tools/makefile.mk +++ /dev/null @@ -1,185 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/.. -PRJNAME= chart2 -TARGET= charttools - -PRJINC= $(PRJ)$/source - -USE_DEFFILE= TRUE -ENABLE_EXCEPTIONS= TRUE -VISIBILITY_HIDDEN= TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: $(PRJ)$/util$/makefile.pmk - -CDEFS += -DOOO_DLLIMPLEMENTATION_CHARTTOOLS - -# --- export library ------------------------------------------------- - -#Specifies object files to bind into linked libraries. -SLOFILES= \ - $(SLO)$/ErrorBar.obj \ - $(SLO)$/TrueGuard.obj \ - $(SLO)$/LifeTime.obj \ - $(SLO)$/MediaDescriptorHelper.obj \ - $(SLO)$/ConfigColorScheme.obj \ - $(SLO)$/ColorPerPointHelper.obj \ - $(SLO)$/ObjectIdentifier.obj \ - $(SLO)$/CachedDataSequence.obj \ - $(SLO)$/CommonConverters.obj \ - $(SLO)$/DataSeriesHelper.obj \ - $(SLO)$/DataSource.obj \ - $(SLO)$/DataSourceHelper.obj \ - $(SLO)$/DiagramHelper.obj \ - $(SLO)$/ExponentialRegressionCurveCalculator.obj \ - $(SLO)$/ImplOPropertySet.obj \ - $(SLO)$/InternalData.obj \ - $(SLO)$/InternalDataProvider.obj \ - $(SLO)$/LabeledDataSequence.obj \ - $(SLO)$/LinearRegressionCurveCalculator.obj \ - $(SLO)$/LogarithmicRegressionCurveCalculator.obj \ - $(SLO)$/MeanValueRegressionCurveCalculator.obj \ - $(SLO)$/NumberFormatterWrapper.obj \ - $(SLO)$/OPropertySet.obj \ - $(SLO)$/WrappedPropertySet.obj \ - $(SLO)$/WrappedProperty.obj \ - $(SLO)$/WrappedIgnoreProperty.obj \ - $(SLO)$/WrappedDefaultProperty.obj \ - $(SLO)$/WrappedDirectStateProperty.obj \ - $(SLO)$/PotentialRegressionCurveCalculator.obj \ - $(SLO)$/RegressionCurveHelper.obj \ - $(SLO)$/RegressionCurveModel.obj \ - $(SLO)$/RelativeSizeHelper.obj \ - $(SLO)$/RelativePositionHelper.obj \ - $(SLO)$/Scaling.obj \ - $(SLO)$/SceneProperties.obj \ - $(SLO)$/ThreeDHelper.obj \ - $(SLO)$/StatisticsHelper.obj \ - $(SLO)$/ChartModelHelper.obj \ - $(SLO)$/ChartViewHelper.obj \ - $(SLO)$/ChartTypeHelper.obj \ - $(SLO)$/AxisHelper.obj \ - $(SLO)$/MutexContainer.obj \ - $(SLO)$/PropertyHelper.obj \ - $(SLO)$/FormattedStringHelper.obj \ - $(SLO)$/TitleHelper.obj \ - $(SLO)$/LegendHelper.obj \ - $(SLO)$/CharacterProperties.obj \ - $(SLO)$/LineProperties.obj \ - $(SLO)$/FillProperties.obj \ - $(SLO)$/UserDefinedProperties.obj \ - $(SLO)$/NameContainer.obj \ - $(SLO)$/ChartDebugTrace.obj \ - $(SLO)$/_serviceregistration_tools.obj \ - $(SLO)$/UncachedDataSequence.obj \ - $(SLO)$/XMLRangeHelper.obj \ - $(SLO)$/ModifyListenerHelper.obj \ - $(SLO)$/ModifyListenerCallBack.obj \ - $(SLO)$/BaseGFXHelper.obj \ - $(SLO)$/ControllerLockGuard.obj \ - $(SLO)$/WeakListenerAdapter.obj \ - $(SLO)$/ResId.obj \ - $(SLO)$/RessourceManager.obj \ - $(SLO)$/RangeHighlighter.obj \ - $(SLO)$/ReferenceSizeProvider.obj \ - $(SLO)$/ExplicitCategoriesProvider.obj \ - $(SLO)$/RegressionCurveCalculator.obj \ - $(SLO)$/RegressionEquation.obj - -DISABLED_SLOFILES= \ - $(SLO)$/NamedFillProperties.obj \ - $(SLO)$/NamedLineProperties.obj \ - $(SLO)$/NamedProperties.obj - -#-------- - -#Indicates the filename of the shared library. -SHL1TARGET= $(TARGET)$(DLLPOSTFIX) - -#indicates dependencies: -SHL1DEPN= -#Specifies an import library to create. For Win32 only. -SHL1IMPLIB= i$(TARGET) - -#Specifies libraries from the same module to put into the shared library. -#was created above -SHL1LIBS= $(SLB)$/$(TARGET).lib - -#Links import libraries. - -SHL1STDLIBS= \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(COMPHELPERLIB) \ - $(SALLIB) \ - $(TOOLSLIB) \ - $(SVLLIB) \ - $(VCLLIB) \ - $(I18NISOLANGLIB) \ - $(BASEGFXLIB) \ - $(UNOTOOLSLIB) - -#--------exports - -#specifies the exported symbols for Windows only: -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -#Specifies the library name to parse for symbols. For Win32 only. -DEFLIB1NAME= $(TARGET) - -#--------definition file - -#name of the definition file: -DEF1NAME= $(SHL1TARGET) - -# indicates definition file dependencies -DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt - -#A comment on the definition file. -DEF1DES= Chart Tools - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk - -# --- Filter ----------------------------------------------------------- - -$(MISC)$/$(SHL1TARGET).flt: makefile.mk \ - exports.flt - $(TYPE) exports.flt > $@ - - -ALLTAR : $(MISC)/charttools.component - -$(MISC)/charttools.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - charttools.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt charttools.component diff --git a/chart2/source/view/axes/makefile.mk b/chart2/source/view/axes/makefile.mk deleted file mode 100644 index 9704dc0b14bc..000000000000 --- a/chart2/source/view/axes/makefile.mk +++ /dev/null @@ -1,66 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/..$/.. -PRJINC= $(PRJ)$/source -PRJNAME= chart2 -TARGET= chvaxes - -ENABLE_EXCEPTIONS= TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/chartview.pmk - -# --- export library ------------------------------------------------- - -#object files to build and link together to lib $(SLB)$/$(TARGET).lib -SLOFILES = \ - $(SLO)$/VAxisOrGridBase.obj \ - $(SLO)$/VAxisBase.obj \ - $(SLO)$/DateHelper.obj \ - $(SLO)$/DateScaling.obj \ - $(SLO)$/Tickmarks.obj \ - $(SLO)$/Tickmarks_Equidistant.obj \ - $(SLO)$/Tickmarks_Dates.obj \ - $(SLO)$/MinimumAndMaximumSupplier.obj \ - $(SLO)$/ScaleAutomatism.obj \ - $(SLO)$/VAxisProperties.obj \ - $(SLO)$/VCartesianAxis.obj \ - $(SLO)$/VCartesianGrid.obj \ - $(SLO)$/VCartesianCoordinateSystem.obj \ - $(SLO)$/VPolarAxis.obj \ - $(SLO)$/VPolarAngleAxis.obj \ - $(SLO)$/VPolarRadiusAxis.obj \ - $(SLO)$/VPolarGrid.obj \ - $(SLO)$/VPolarCoordinateSystem.obj \ - $(SLO)$/VCoordinateSystem.obj - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk diff --git a/chart2/source/view/charttypes/makefile.mk b/chart2/source/view/charttypes/makefile.mk deleted file mode 100644 index b6cb14edbf14..000000000000 --- a/chart2/source/view/charttypes/makefile.mk +++ /dev/null @@ -1,55 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/..$/.. -PRJINC= $(PRJ)$/source -PRJNAME= chart2 -TARGET= chvtypes - -ENABLE_EXCEPTIONS= TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/chartview.pmk - -# --- export library ------------------------------------------------- - -#object files to build and link together to lib $(SLB)$/$(TARGET).lib -SLOFILES = $(SLO)$/Splines.obj \ - $(SLO)$/CategoryPositionHelper.obj \ - $(SLO)$/BarPositionHelper.obj \ - $(SLO)$/VSeriesPlotter.obj \ - $(SLO)$/BarChart.obj \ - $(SLO)$/PieChart.obj \ - $(SLO)$/AreaChart.obj \ - $(SLO)$/CandleStickChart.obj \ - $(SLO)$/BubbleChart.obj - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk diff --git a/chart2/source/view/diagram/makefile.mk b/chart2/source/view/diagram/makefile.mk deleted file mode 100644 index 652f203b2267..000000000000 --- a/chart2/source/view/diagram/makefile.mk +++ /dev/null @@ -1,48 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/..$/.. -PRJINC= $(PRJ)$/source -PRJNAME= chart2 -TARGET= chvdiagram - -ENABLE_EXCEPTIONS= TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/chartview.pmk - -# --- export library ------------------------------------------------- - -#object files to build and link together to lib $(SLB)$/$(TARGET).lib -SLOFILES = $(SLO)$/VDiagram.obj - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk - diff --git a/chart2/source/view/main/makefile.mk b/chart2/source/view/main/makefile.mk deleted file mode 100644 index 8675930aa107..000000000000 --- a/chart2/source/view/main/makefile.mk +++ /dev/null @@ -1,67 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/..$/.. -PRJINC= $(PRJ)$/source -PRJNAME= chart2 -TARGET= chview - -ENABLE_EXCEPTIONS= TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/chartview.pmk - -# --- export library ------------------------------------------------- - -#object files to build and link together to lib $(SLB)$/$(TARGET).lib -SLOFILES = \ - $(SLO)$/ChartItemPool.obj \ - $(SLO)$/DrawModelWrapper.obj \ - $(SLO)$/PropertyMapper.obj \ - $(SLO)$/Stripe.obj \ - $(SLO)$/VLineProperties.obj \ - $(SLO)$/ShapeFactory.obj \ - $(SLO)$/VLegendSymbolFactory.obj \ - $(SLO)$/DataPointSymbolSupplier.obj \ - $(SLO)$/Linear3DTransformation.obj \ - $(SLO)$/VPolarTransformation.obj \ - $(SLO)$/Clipping.obj \ - $(SLO)$/PlottingPositionHelper.obj \ - $(SLO)$/LabelPositionHelper.obj \ - $(SLO)$/PolarLabelPositionHelper.obj \ - $(SLO)$/PlotterBase.obj \ - $(SLO)$/VDataSeries.obj \ - $(SLO)$/VLegend.obj \ - $(SLO)$/VTitle.obj \ - $(SLO)$/ChartView.obj \ - $(SLO)$/_serviceregistration_view.obj - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk diff --git a/chart2/source/view/makefile.mk b/chart2/source/view/makefile.mk deleted file mode 100644 index ebaa0d0ed941..000000000000 --- a/chart2/source/view/makefile.mk +++ /dev/null @@ -1,125 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ= ..$/.. -PRJNAME= chart2 -TARGET= chartview - -USE_DEFFILE= TRUE -ENABLE_EXCEPTIONS= TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: $(PRJ)$/util$/makefile.pmk -.INCLUDE: $(PRJ)$/chartview.pmk - -# --- export library ------------------------------------------------- - -#You can use several library macros of this form to build libraries that -#do not consist of all object files in a directory or to merge different libraries. -LIB1TARGET= $(SLB)$/$(TARGET).lib - -LIB1FILES= \ - $(SLB)$/chvaxes.lib \ - $(SLB)$/chvtypes.lib \ - $(SLB)$/chvdiagram.lib \ - $(SLB)$/chview.lib - -#-------- - -#Indicates the filename of the shared library. -SHL1TARGET= $(TARGET)$(DLLPOSTFIX) - -#indicates dependencies: -.IF "$(COM)" == "MSC" -SHL1DEPN = \ - $(LB)$/icharttools.lib -.ELSE -SHL1DEPN = -.ENDIF - -#Specifies an import library to create. For Win32 only. -SHL1IMPLIB= i$(TARGET) - -#Specifies libraries from the same module to put into the shared library. -#was created above -SHL1LIBS= $(LIB1TARGET) - -#Links import libraries. - -SHL1STDLIBS= $(CHARTTOOLS) \ - $(CPPULIB) \ - $(EDITENGLIB) \ - $(CPPUHELPERLIB) \ - $(COMPHELPERLIB) \ - $(SALLIB) \ - $(SVLLIB) \ - $(SVTOOLLIB) \ - $(SVXCORELIB) \ - $(TOOLSLIB) \ - $(UNOTOOLSLIB) \ - $(BASEGFXLIB) \ - $(VCLLIB) \ - $(SFXLIB) \ - $(BASEGFXLIB) - -#--------exports - -#specifies the exported symbols for Windows only: -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -#Specifies the library name to parse for symbols. For Win32 only. -DEFLIB1NAME= $(TARGET) - -#--------definition file - -#name of the definition file: -DEF1NAME= $(SHL1TARGET) - -# indicates definition file dependencies -DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt - -#A comment on the definition file. -DEF1DES= Viewable Component Chart View - -# --- Targets ----------------------------------------------------------------- - -.INCLUDE: target.mk - -# --- Filter ----------------------------------------------------------- - -$(MISC)$/$(SHL1TARGET).flt: makefile.mk \ - exports.flt - $(TYPE) exports.flt > $@ - -ALLTAR : $(MISC)/chartview.component - -$(MISC)/chartview.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - chartview.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt chartview.component -- cgit