1*7871dc3eSAndrew Rist#**************************************************************
2*7871dc3eSAndrew Rist#
3*7871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*7871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*7871dc3eSAndrew Rist#  distributed with this work for additional information
6*7871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*7871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*7871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
9*7871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10*7871dc3eSAndrew Rist#
11*7871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*7871dc3eSAndrew Rist#
13*7871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*7871dc3eSAndrew Rist#  software distributed under the License is distributed on an
15*7871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
17*7871dc3eSAndrew Rist#  specific language governing permissions and limitations
18*7871dc3eSAndrew Rist#  under the License.
19*7871dc3eSAndrew Rist#
20*7871dc3eSAndrew Rist#**************************************************************
21*7871dc3eSAndrew Rist
22*7871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirPRJ=				..$/..$/..
25cdf0e10cSrcweirPRJINC=				$(PRJ)$/source
26cdf0e10cSrcweirPRJNAME=			chart2
27cdf0e10cSrcweirTARGET=				chcdialogs
28cdf0e10cSrcweir
29cdf0e10cSrcweirENABLE_EXCEPTIONS=	TRUE
30cdf0e10cSrcweirVISIBILITY_HIDDEN=TRUE
31cdf0e10cSrcweirGEN_HID_OTHER=TRUE
32cdf0e10cSrcweir
33cdf0e10cSrcweir# --- Settings -----------------------------------------------------
34cdf0e10cSrcweir
35cdf0e10cSrcweir.INCLUDE: settings.mk
36cdf0e10cSrcweir
37cdf0e10cSrcweir# i26518 the gcc-3.0.4 requires to enhance the template-depth
38cdf0e10cSrcweir# this seems to be a compiler issue, so we recommend not to use 3.0.x anymore
39cdf0e10cSrcweir.IF "$(COM)"=="GCC"
40cdf0e10cSrcweir	CFLAGS+=-ftemplate-depth-128
41cdf0e10cSrcweir.ENDIF
42cdf0e10cSrcweir
43cdf0e10cSrcweir# --- export library -------------------------------------------------
44cdf0e10cSrcweir
45cdf0e10cSrcweir#object files to build and link together to lib $(SLB)$/$(TARGET).lib
46cdf0e10cSrcweirSLOFILES=   	\
47cdf0e10cSrcweir                $(SLO)$/ObjectNameProvider.obj \
48cdf0e10cSrcweir                $(SLO)$/TimerTriggeredControllerLock.obj \
49cdf0e10cSrcweir                $(SLO)$/ChangingResource.obj \
50cdf0e10cSrcweir				$(SLO)$/DataBrowser.obj \
51cdf0e10cSrcweir				$(SLO)$/DataBrowserModel.obj \
52cdf0e10cSrcweir				$(SLO)$/DialogModel.obj \
53cdf0e10cSrcweir                $(SLO)$/TitleDialogData.obj \
54cdf0e10cSrcweir                $(SLO)$/res_Titles.obj \
55cdf0e10cSrcweir                $(SLO)$/res_TextSeparator.obj \
56cdf0e10cSrcweir                $(SLO)$/res_ErrorBar.obj \
57cdf0e10cSrcweir                $(SLO)$/res_Trendline.obj \
58cdf0e10cSrcweir                $(SLO)$/res_BarGeometry.obj \
59cdf0e10cSrcweir                $(SLO)$/res_LegendPosition.obj \
60cdf0e10cSrcweir                $(SLO)$/res_DataLabel.obj \
61cdf0e10cSrcweir                $(SLO)$/ChartTypeDialogController.obj \
62cdf0e10cSrcweir                $(SLO)$/tp_ChartType.obj \
63cdf0e10cSrcweir                $(SLO)$/tp_RangeChooser.obj \
64cdf0e10cSrcweir                $(SLO)$/tp_Wizard_TitlesAndObjects.obj \
65cdf0e10cSrcweir                $(SLO)$/tp_Location.obj \
66cdf0e10cSrcweir                $(SLO)$/tp_AxisLabel.obj \
67cdf0e10cSrcweir                $(SLO)$/tp_AxisPositions.obj \
68cdf0e10cSrcweir                $(SLO)$/tp_DataLabel.obj \
69cdf0e10cSrcweir                $(SLO)$/tp_DataSource.obj \
70cdf0e10cSrcweir                $(SLO)$/tp_DataSourceControls.obj \
71cdf0e10cSrcweir                $(SLO)$/tp_LegendPosition.obj \
72cdf0e10cSrcweir                $(SLO)$/tp_PointGeometry.obj \
73cdf0e10cSrcweir                $(SLO)$/tp_Scale.obj \
74cdf0e10cSrcweir                $(SLO)$/tp_Trendline.obj \
75cdf0e10cSrcweir                $(SLO)$/tp_ErrorBars.obj \
76cdf0e10cSrcweir                $(SLO)$/tp_SeriesToAxis.obj \
77cdf0e10cSrcweir                $(SLO)$/tp_TitleRotation.obj \
78cdf0e10cSrcweir                $(SLO)$/tp_3D_SceneGeometry.obj \
79cdf0e10cSrcweir                $(SLO)$/tp_3D_SceneAppearance.obj \
80cdf0e10cSrcweir                $(SLO)$/tp_3D_SceneIllumination.obj \
81cdf0e10cSrcweir                $(SLO)$/tp_PolarOptions.obj \
82cdf0e10cSrcweir                $(SLO)$/dlg_ObjectProperties.obj \
83cdf0e10cSrcweir                $(SLO)$/dlg_DataEditor.obj \
84cdf0e10cSrcweir                $(SLO)$/dlg_DataSource.obj \
85cdf0e10cSrcweir	            $(SLO)$/dlg_View3D.obj \
86cdf0e10cSrcweir                $(SLO)$/dlg_InsertAxis_Grid.obj \
87cdf0e10cSrcweir                $(SLO)$/dlg_InsertDataLabel.obj \
88cdf0e10cSrcweir                $(SLO)$/dlg_InsertLegend.obj \
89cdf0e10cSrcweir                $(SLO)$/dlg_InsertTrendline.obj \
90cdf0e10cSrcweir                $(SLO)$/dlg_InsertErrorBars.obj \
91cdf0e10cSrcweir                $(SLO)$/dlg_InsertTitle.obj \
92cdf0e10cSrcweir                $(SLO)$/dlg_CreationWizard.obj \
93cdf0e10cSrcweir                $(SLO)$/dlg_CreationWizard_UNO.obj \
94cdf0e10cSrcweir                $(SLO)$/dlg_ChartType_UNO.obj \
95cdf0e10cSrcweir                $(SLO)$/dlg_ChartType.obj \
96cdf0e10cSrcweir                $(SLO)$/dlg_NumberFormat.obj \
97cdf0e10cSrcweir                $(SLO)$/dlg_ShapeFont.obj \
98cdf0e10cSrcweir                $(SLO)$/dlg_ShapeParagraph.obj \
99cdf0e10cSrcweir                $(SLO)$/RangeSelectionButton.obj \
100cdf0e10cSrcweir                $(SLO)$/RangeSelectionHelper.obj \
101cdf0e10cSrcweir                $(SLO)$/RangeSelectionListener.obj \
102cdf0e10cSrcweir                $(SLO)$/RangeEdit.obj \
103cdf0e10cSrcweir                $(SLO)$/TextDirectionListBox.obj
104cdf0e10cSrcweir
105cdf0e10cSrcweir# --- Resources ---------------------------------------------------------------
106cdf0e10cSrcweir
107cdf0e10cSrcweir#               Bitmaps.src
108cdf0e10cSrcweir#               Bitmaps_HC.src
109cdf0e10cSrcweir
110cdf0e10cSrcweir
111cdf0e10cSrcweirSRC1FILES=		\
112cdf0e10cSrcweir                res_TextSeparator.src \
113cdf0e10cSrcweir                res_BarGeometry.src \
114cdf0e10cSrcweir                tp_ChartType.src \
115cdf0e10cSrcweir                tp_RangeChooser.src \
116cdf0e10cSrcweir                tp_Wizard_TitlesAndObjects.src \
117cdf0e10cSrcweir                tp_Location.src \
118cdf0e10cSrcweir                tp_AxisLabel.src \
119cdf0e10cSrcweir                tp_AxisPositions.src \
120cdf0e10cSrcweir                tp_DataLabel.src \
121cdf0e10cSrcweir                tp_DataSource.src \
122cdf0e10cSrcweir                tp_LegendPosition.src \
123cdf0e10cSrcweir                tp_PointGeometry.src \
124cdf0e10cSrcweir                tp_Scale.src \
125cdf0e10cSrcweir                tp_Trendline.src \
126cdf0e10cSrcweir                tp_ErrorBars.src \
127cdf0e10cSrcweir                tp_SeriesToAxis.src \
128cdf0e10cSrcweir                tp_TitleRotation.src \
129cdf0e10cSrcweir                tp_3D_SceneGeometry.src \
130cdf0e10cSrcweir                tp_3D_SceneAppearance.src \
131cdf0e10cSrcweir                tp_3D_SceneIllumination.src \
132cdf0e10cSrcweir                tp_PolarOptions.src \
133cdf0e10cSrcweir                dlg_ObjectProperties.src \
134cdf0e10cSrcweir                Strings_Statistic.src \
135cdf0e10cSrcweir                Strings_Scale.src \
136cdf0e10cSrcweir                Strings_ChartTypes.src \
137cdf0e10cSrcweir                Strings_AdditionalControls.src \
138cdf0e10cSrcweir                Strings.src \
139cdf0e10cSrcweir				Bitmaps.src \
140cdf0e10cSrcweir				Bitmaps_HC.src \
141cdf0e10cSrcweir				dlg_DataEditor.src \
142cdf0e10cSrcweir                dlg_DataSource.src \
143cdf0e10cSrcweir				dlg_View3D.src \
144cdf0e10cSrcweir				dlg_InsertAxis_Grid.src \
145cdf0e10cSrcweir                dlg_InsertDataLabel.src \
146cdf0e10cSrcweir                dlg_InsertLegend.src \
147cdf0e10cSrcweir                dlg_InsertTrendline.src \
148cdf0e10cSrcweir                dlg_InsertErrorBars.src \
149cdf0e10cSrcweir                dlg_InsertTitle.src \
150cdf0e10cSrcweir                dlg_ChartType.src \
151cdf0e10cSrcweir                dlg_CreationWizard.src \
152cdf0e10cSrcweir                dlg_ShapeFont.src \
153cdf0e10cSrcweir                dlg_ShapeParagraph.src
154cdf0e10cSrcweir
155cdf0e10cSrcweirSRS1NAME=$(TARGET)
156cdf0e10cSrcweir
157cdf0e10cSrcweir# --- Targets -----------------------------------------------------------------
158cdf0e10cSrcweirLOCALIZE_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
159cdf0e10cSrcweir.INCLUDE: target.mk
160cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_DataLabel.hrc
161cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_LegendPosition.hrc
162cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_Trendline.hrc
163cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_ErrorBar.hrc
164cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_Titlesx.hrc
165cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_SecondaryAxisCheckBoxes.hrc
166cdf0e10cSrcweir
167cdf0e10cSrcweir#dependencies:
168cdf0e10cSrcweir
169cdf0e10cSrcweir$(SRS)$/chcdialogs.srs: \
170cdf0e10cSrcweir        Bitmaps.hrc \
171cdf0e10cSrcweir        Bitmaps_HC.hrc \
172cdf0e10cSrcweir        CommonResources.hrc \
173cdf0e10cSrcweir        ResourceIds.hrc \
174cdf0e10cSrcweir        ..$/..$/inc$/Strings.hrc \
175cdf0e10cSrcweir        TabPages.hrc \
176cdf0e10cSrcweir        dlg_CreationWizard.hrc \
177cdf0e10cSrcweir        dlg_DataSource.hrc \
178cdf0e10cSrcweir        dlg_InsertAxis_Grid.hrc \
179cdf0e10cSrcweir        dlg_InsertDataLabel.hrc \
180cdf0e10cSrcweir        dlg_InsertLegend.hrc \
181cdf0e10cSrcweir        dlg_InsertTrendline.hrc \
182cdf0e10cSrcweir        dlg_InsertErrorBars.hrc \
183cdf0e10cSrcweir        dlg_InsertTitle.hrc \
184cdf0e10cSrcweir        dlg_View3D.hrc \
185cdf0e10cSrcweir        res_Titles.hrc \
186cdf0e10cSrcweir        tp_3D_SceneAppearance.hrc \
187cdf0e10cSrcweir        tp_3D_SceneGeometry.hrc \
188cdf0e10cSrcweir        tp_3D_SceneIllumination.hrc \
189cdf0e10cSrcweir        tp_PolarOptions.hrc \
190cdf0e10cSrcweir        tp_ChartType.hrc \
191cdf0e10cSrcweir        tp_DataSource.hrc \
192cdf0e10cSrcweir        tp_Location.hrc \
193cdf0e10cSrcweir        tp_RangeChooser.hrc \
194cdf0e10cSrcweir        tp_Wizard_TitlesAndObjects.hrc
195cdf0e10cSrcweir
196cdf0e10cSrcweir#        res_DataLabel.hrc \
197cdf0e10cSrcweir#        res_LegendPosition.hrc \
198cdf0e10cSrcweir#        res_Statistic.hrc \
199cdf0e10cSrcweir
200cdf0e10cSrcweir#$(SRS)$/chcdialogs.srs: $(SOLARINCDIR)$/svx$/globlmn.hrc
201cdf0e10cSrcweir
202