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