1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
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 #*************************************************************************
33 PRJINC
= $(PRJ
)$/source
37 ENABLE_EXCEPTIONS
= TRUE
38 VISIBILITY_HIDDEN
=TRUE
41 # --- Settings -----------------------------------------------------
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
48 CFLAGS
+=-ftemplate-depth-128
51 # --- export library -------------------------------------------------
53 #object files to build and link together to lib $(SLB)$/$(TARGET).lib
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 ---------------------------------------------------------------
118 res_TextSeparator.src \
119 res_BarGeometry.src \
121 tp_RangeChooser.src \
122 tp_Wizard_TitlesAndObjects.src \
125 tp_AxisPositions.src \
128 tp_LegendPosition.src \
129 tp_PointGeometry.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 \
142 Strings_ChartTypes.src \
143 Strings_AdditionalControls.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 \
157 dlg_CreationWizard.src
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
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
173 $(SRS
)$/chcdialogs.srs
: \
176 CommonResources.hrc \
178 ..
$/..
$/inc
$/Strings.hrc \
180 dlg_CreationWizard.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 \
190 tp_3D_SceneAppearance.hrc \
191 tp_3D_SceneGeometry.hrc \
192 tp_3D_SceneIllumination.hrc \
193 tp_PolarOptions.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