1*cdf0e10cSrcweir#************************************************************************* 2*cdf0e10cSrcweir# 3*cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4*cdf0e10cSrcweir# 5*cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates. 6*cdf0e10cSrcweir# 7*cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite 8*cdf0e10cSrcweir# 9*cdf0e10cSrcweir# This file is part of OpenOffice.org. 10*cdf0e10cSrcweir# 11*cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify 12*cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3 13*cdf0e10cSrcweir# only, as published by the Free Software Foundation. 14*cdf0e10cSrcweir# 15*cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful, 16*cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of 17*cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18*cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details 19*cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code). 20*cdf0e10cSrcweir# 21*cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License 22*cdf0e10cSrcweir# version 3 along with OpenOffice.org. If not, see 23*cdf0e10cSrcweir# <http://www.openoffice.org/license.html> 24*cdf0e10cSrcweir# for a copy of the LGPLv3 License. 25*cdf0e10cSrcweir# 26*cdf0e10cSrcweir#************************************************************************* 27*cdf0e10cSrcweir 28*cdf0e10cSrcweirPRJ= ..$/..$/.. 29*cdf0e10cSrcweirPRJINC= $(PRJ)$/source 30*cdf0e10cSrcweirPRJNAME= chart2 31*cdf0e10cSrcweirTARGET= chcdialogs 32*cdf0e10cSrcweir 33*cdf0e10cSrcweirENABLE_EXCEPTIONS= TRUE 34*cdf0e10cSrcweirVISIBILITY_HIDDEN=TRUE 35*cdf0e10cSrcweirGEN_HID_OTHER=TRUE 36*cdf0e10cSrcweir 37*cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 38*cdf0e10cSrcweir 39*cdf0e10cSrcweir.INCLUDE: settings.mk 40*cdf0e10cSrcweir 41*cdf0e10cSrcweir# i26518 the gcc-3.0.4 requires to enhance the template-depth 42*cdf0e10cSrcweir# this seems to be a compiler issue, so we recommend not to use 3.0.x anymore 43*cdf0e10cSrcweir.IF "$(COM)"=="GCC" 44*cdf0e10cSrcweir CFLAGS+=-ftemplate-depth-128 45*cdf0e10cSrcweir.ENDIF 46*cdf0e10cSrcweir 47*cdf0e10cSrcweir# --- export library ------------------------------------------------- 48*cdf0e10cSrcweir 49*cdf0e10cSrcweir#object files to build and link together to lib $(SLB)$/$(TARGET).lib 50*cdf0e10cSrcweirSLOFILES= \ 51*cdf0e10cSrcweir $(SLO)$/ObjectNameProvider.obj \ 52*cdf0e10cSrcweir $(SLO)$/TimerTriggeredControllerLock.obj \ 53*cdf0e10cSrcweir $(SLO)$/ChangingResource.obj \ 54*cdf0e10cSrcweir $(SLO)$/DataBrowser.obj \ 55*cdf0e10cSrcweir $(SLO)$/DataBrowserModel.obj \ 56*cdf0e10cSrcweir $(SLO)$/DialogModel.obj \ 57*cdf0e10cSrcweir $(SLO)$/TitleDialogData.obj \ 58*cdf0e10cSrcweir $(SLO)$/res_Titles.obj \ 59*cdf0e10cSrcweir $(SLO)$/res_TextSeparator.obj \ 60*cdf0e10cSrcweir $(SLO)$/res_ErrorBar.obj \ 61*cdf0e10cSrcweir $(SLO)$/res_Trendline.obj \ 62*cdf0e10cSrcweir $(SLO)$/res_BarGeometry.obj \ 63*cdf0e10cSrcweir $(SLO)$/res_LegendPosition.obj \ 64*cdf0e10cSrcweir $(SLO)$/res_DataLabel.obj \ 65*cdf0e10cSrcweir $(SLO)$/ChartTypeDialogController.obj \ 66*cdf0e10cSrcweir $(SLO)$/tp_ChartType.obj \ 67*cdf0e10cSrcweir $(SLO)$/tp_RangeChooser.obj \ 68*cdf0e10cSrcweir $(SLO)$/tp_Wizard_TitlesAndObjects.obj \ 69*cdf0e10cSrcweir $(SLO)$/tp_Location.obj \ 70*cdf0e10cSrcweir $(SLO)$/tp_AxisLabel.obj \ 71*cdf0e10cSrcweir $(SLO)$/tp_AxisPositions.obj \ 72*cdf0e10cSrcweir $(SLO)$/tp_DataLabel.obj \ 73*cdf0e10cSrcweir $(SLO)$/tp_DataSource.obj \ 74*cdf0e10cSrcweir $(SLO)$/tp_DataSourceControls.obj \ 75*cdf0e10cSrcweir $(SLO)$/tp_LegendPosition.obj \ 76*cdf0e10cSrcweir $(SLO)$/tp_PointGeometry.obj \ 77*cdf0e10cSrcweir $(SLO)$/tp_Scale.obj \ 78*cdf0e10cSrcweir $(SLO)$/tp_Trendline.obj \ 79*cdf0e10cSrcweir $(SLO)$/tp_ErrorBars.obj \ 80*cdf0e10cSrcweir $(SLO)$/tp_SeriesToAxis.obj \ 81*cdf0e10cSrcweir $(SLO)$/tp_TitleRotation.obj \ 82*cdf0e10cSrcweir $(SLO)$/tp_3D_SceneGeometry.obj \ 83*cdf0e10cSrcweir $(SLO)$/tp_3D_SceneAppearance.obj \ 84*cdf0e10cSrcweir $(SLO)$/tp_3D_SceneIllumination.obj \ 85*cdf0e10cSrcweir $(SLO)$/tp_PolarOptions.obj \ 86*cdf0e10cSrcweir $(SLO)$/dlg_ObjectProperties.obj \ 87*cdf0e10cSrcweir $(SLO)$/dlg_DataEditor.obj \ 88*cdf0e10cSrcweir $(SLO)$/dlg_DataSource.obj \ 89*cdf0e10cSrcweir $(SLO)$/dlg_View3D.obj \ 90*cdf0e10cSrcweir $(SLO)$/dlg_InsertAxis_Grid.obj \ 91*cdf0e10cSrcweir $(SLO)$/dlg_InsertDataLabel.obj \ 92*cdf0e10cSrcweir $(SLO)$/dlg_InsertLegend.obj \ 93*cdf0e10cSrcweir $(SLO)$/dlg_InsertTrendline.obj \ 94*cdf0e10cSrcweir $(SLO)$/dlg_InsertErrorBars.obj \ 95*cdf0e10cSrcweir $(SLO)$/dlg_InsertTitle.obj \ 96*cdf0e10cSrcweir $(SLO)$/dlg_CreationWizard.obj \ 97*cdf0e10cSrcweir $(SLO)$/dlg_CreationWizard_UNO.obj \ 98*cdf0e10cSrcweir $(SLO)$/dlg_ChartType_UNO.obj \ 99*cdf0e10cSrcweir $(SLO)$/dlg_ChartType.obj \ 100*cdf0e10cSrcweir $(SLO)$/dlg_NumberFormat.obj \ 101*cdf0e10cSrcweir $(SLO)$/dlg_ShapeFont.obj \ 102*cdf0e10cSrcweir $(SLO)$/dlg_ShapeParagraph.obj \ 103*cdf0e10cSrcweir $(SLO)$/RangeSelectionButton.obj \ 104*cdf0e10cSrcweir $(SLO)$/RangeSelectionHelper.obj \ 105*cdf0e10cSrcweir $(SLO)$/RangeSelectionListener.obj \ 106*cdf0e10cSrcweir $(SLO)$/RangeEdit.obj \ 107*cdf0e10cSrcweir $(SLO)$/TextDirectionListBox.obj 108*cdf0e10cSrcweir 109*cdf0e10cSrcweir# --- Resources --------------------------------------------------------------- 110*cdf0e10cSrcweir 111*cdf0e10cSrcweir# Bitmaps.src 112*cdf0e10cSrcweir# Bitmaps_HC.src 113*cdf0e10cSrcweir 114*cdf0e10cSrcweir 115*cdf0e10cSrcweirSRC1FILES= \ 116*cdf0e10cSrcweir res_TextSeparator.src \ 117*cdf0e10cSrcweir res_BarGeometry.src \ 118*cdf0e10cSrcweir tp_ChartType.src \ 119*cdf0e10cSrcweir tp_RangeChooser.src \ 120*cdf0e10cSrcweir tp_Wizard_TitlesAndObjects.src \ 121*cdf0e10cSrcweir tp_Location.src \ 122*cdf0e10cSrcweir tp_AxisLabel.src \ 123*cdf0e10cSrcweir tp_AxisPositions.src \ 124*cdf0e10cSrcweir tp_DataLabel.src \ 125*cdf0e10cSrcweir tp_DataSource.src \ 126*cdf0e10cSrcweir tp_LegendPosition.src \ 127*cdf0e10cSrcweir tp_PointGeometry.src \ 128*cdf0e10cSrcweir tp_Scale.src \ 129*cdf0e10cSrcweir tp_Trendline.src \ 130*cdf0e10cSrcweir tp_ErrorBars.src \ 131*cdf0e10cSrcweir tp_SeriesToAxis.src \ 132*cdf0e10cSrcweir tp_TitleRotation.src \ 133*cdf0e10cSrcweir tp_3D_SceneGeometry.src \ 134*cdf0e10cSrcweir tp_3D_SceneAppearance.src \ 135*cdf0e10cSrcweir tp_3D_SceneIllumination.src \ 136*cdf0e10cSrcweir tp_PolarOptions.src \ 137*cdf0e10cSrcweir dlg_ObjectProperties.src \ 138*cdf0e10cSrcweir Strings_Statistic.src \ 139*cdf0e10cSrcweir Strings_Scale.src \ 140*cdf0e10cSrcweir Strings_ChartTypes.src \ 141*cdf0e10cSrcweir Strings_AdditionalControls.src \ 142*cdf0e10cSrcweir Strings.src \ 143*cdf0e10cSrcweir Bitmaps.src \ 144*cdf0e10cSrcweir Bitmaps_HC.src \ 145*cdf0e10cSrcweir dlg_DataEditor.src \ 146*cdf0e10cSrcweir dlg_DataSource.src \ 147*cdf0e10cSrcweir dlg_View3D.src \ 148*cdf0e10cSrcweir dlg_InsertAxis_Grid.src \ 149*cdf0e10cSrcweir dlg_InsertDataLabel.src \ 150*cdf0e10cSrcweir dlg_InsertLegend.src \ 151*cdf0e10cSrcweir dlg_InsertTrendline.src \ 152*cdf0e10cSrcweir dlg_InsertErrorBars.src \ 153*cdf0e10cSrcweir dlg_InsertTitle.src \ 154*cdf0e10cSrcweir dlg_ChartType.src \ 155*cdf0e10cSrcweir dlg_CreationWizard.src \ 156*cdf0e10cSrcweir dlg_ShapeFont.src \ 157*cdf0e10cSrcweir dlg_ShapeParagraph.src 158*cdf0e10cSrcweir 159*cdf0e10cSrcweirSRS1NAME=$(TARGET) 160*cdf0e10cSrcweir 161*cdf0e10cSrcweir# --- Targets ----------------------------------------------------------------- 162*cdf0e10cSrcweirLOCALIZE_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 163*cdf0e10cSrcweir.INCLUDE: target.mk 164*cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_DataLabel.hrc 165*cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_LegendPosition.hrc 166*cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_Trendline.hrc 167*cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_ErrorBar.hrc 168*cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_Titlesx.hrc 169*cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_SecondaryAxisCheckBoxes.hrc 170*cdf0e10cSrcweir 171*cdf0e10cSrcweir#dependencies: 172*cdf0e10cSrcweir 173*cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: \ 174*cdf0e10cSrcweir Bitmaps.hrc \ 175*cdf0e10cSrcweir Bitmaps_HC.hrc \ 176*cdf0e10cSrcweir CommonResources.hrc \ 177*cdf0e10cSrcweir ResourceIds.hrc \ 178*cdf0e10cSrcweir ..$/..$/inc$/Strings.hrc \ 179*cdf0e10cSrcweir TabPages.hrc \ 180*cdf0e10cSrcweir dlg_CreationWizard.hrc \ 181*cdf0e10cSrcweir dlg_DataSource.hrc \ 182*cdf0e10cSrcweir dlg_InsertAxis_Grid.hrc \ 183*cdf0e10cSrcweir dlg_InsertDataLabel.hrc \ 184*cdf0e10cSrcweir dlg_InsertLegend.hrc \ 185*cdf0e10cSrcweir dlg_InsertTrendline.hrc \ 186*cdf0e10cSrcweir dlg_InsertErrorBars.hrc \ 187*cdf0e10cSrcweir dlg_InsertTitle.hrc \ 188*cdf0e10cSrcweir dlg_View3D.hrc \ 189*cdf0e10cSrcweir res_Titles.hrc \ 190*cdf0e10cSrcweir tp_3D_SceneAppearance.hrc \ 191*cdf0e10cSrcweir tp_3D_SceneGeometry.hrc \ 192*cdf0e10cSrcweir tp_3D_SceneIllumination.hrc \ 193*cdf0e10cSrcweir tp_PolarOptions.hrc \ 194*cdf0e10cSrcweir tp_ChartType.hrc \ 195*cdf0e10cSrcweir tp_DataSource.hrc \ 196*cdf0e10cSrcweir tp_Location.hrc \ 197*cdf0e10cSrcweir tp_RangeChooser.hrc \ 198*cdf0e10cSrcweir tp_Wizard_TitlesAndObjects.hrc 199*cdf0e10cSrcweir 200*cdf0e10cSrcweir# res_DataLabel.hrc \ 201*cdf0e10cSrcweir# res_LegendPosition.hrc \ 202*cdf0e10cSrcweir# res_Statistic.hrc \ 203*cdf0e10cSrcweir 204*cdf0e10cSrcweir#$(SRS)$/chcdialogs.srs: $(SOLARINCDIR)$/svx$/globlmn.hrc 205*cdf0e10cSrcweir 206