Bump for 3.6-28
[LibreOffice.git] / chart2 / AllLangResTarget_chartcontroller.mk
blobec8dd822b1f974362206052ae02467f205c4d3a1
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_AllLangResTarget_AllLangResTarget,chartcontroller))
30 $(eval $(call gb_AllLangResTarget_set_reslocation,chartcontroller,chart2))
32 $(eval $(call gb_AllLangResTarget_add_srs,chartcontroller,\
33 chart2/res \
36 $(eval $(call gb_SrsTarget_SrsTarget,chart2/res))
38 $(eval $(call gb_SrsTarget_use_packages,chart2/res,\
39 editeng_inc \
40 sfx2_inc \
41 svl_inc \
42 svtools_inc \
43 svx_inc \
46 $(eval $(call gb_SrsTarget_set_include,chart2/res,\
47 $$(INCLUDE) \
48 -I$(SRCDIR)/chart2/source/controller/dialogs \
49 -I$(SRCDIR)/chart2/source/controller/inc \
50 -I$(SRCDIR)/chart2/source/controller/main \
51 -I$(SRCDIR)/chart2/source/inc \
52 -I$(call gb_SrsTemplateTarget_get_include_dir,chart2) \
55 $(eval $(call gb_SrsTarget_add_files,chart2/res,\
56 chart2/source/controller/dialogs/Bitmaps.src \
57 chart2/source/controller/dialogs/dlg_ChartType.src \
58 chart2/source/controller/dialogs/dlg_CreationWizard.src \
59 chart2/source/controller/dialogs/dlg_DataEditor.src \
60 chart2/source/controller/dialogs/dlg_DataSource.src \
61 chart2/source/controller/dialogs/dlg_InsertAxis_Grid.src \
62 chart2/source/controller/dialogs/dlg_InsertDataLabel.src \
63 chart2/source/controller/dialogs/dlg_InsertErrorBars.src \
64 chart2/source/controller/dialogs/dlg_InsertLegend.src \
65 chart2/source/controller/dialogs/dlg_InsertTitle.src \
66 chart2/source/controller/dialogs/dlg_InsertTrendline.src \
67 chart2/source/controller/dialogs/dlg_ObjectProperties.src \
68 chart2/source/controller/dialogs/dlg_ShapeFont.src \
69 chart2/source/controller/dialogs/dlg_ShapeParagraph.src \
70 chart2/source/controller/dialogs/dlg_View3D.src \
71 chart2/source/controller/dialogs/res_BarGeometry.src \
72 chart2/source/controller/dialogs/res_TextSeparator.src \
73 chart2/source/controller/dialogs/Strings_AdditionalControls.src \
74 chart2/source/controller/dialogs/Strings_ChartTypes.src \
75 chart2/source/controller/dialogs/Strings_Scale.src \
76 chart2/source/controller/dialogs/Strings.src \
77 chart2/source/controller/dialogs/Strings_Statistic.src \
78 chart2/source/controller/dialogs/tp_3D_SceneAppearance.src \
79 chart2/source/controller/dialogs/tp_3D_SceneGeometry.src \
80 chart2/source/controller/dialogs/tp_3D_SceneIllumination.src \
81 chart2/source/controller/dialogs/tp_AxisLabel.src \
82 chart2/source/controller/dialogs/tp_AxisPositions.src \
83 chart2/source/controller/dialogs/tp_ChartType.src \
84 chart2/source/controller/dialogs/tp_DataLabel.src \
85 chart2/source/controller/dialogs/tp_DataSource.src \
86 chart2/source/controller/dialogs/tp_ErrorBars.src \
87 chart2/source/controller/dialogs/tp_LegendPosition.src \
88 chart2/source/controller/dialogs/tp_PointGeometry.src \
89 chart2/source/controller/dialogs/tp_PolarOptions.src \
90 chart2/source/controller/dialogs/tp_RangeChooser.src \
91 chart2/source/controller/dialogs/tp_Scale.src \
92 chart2/source/controller/dialogs/tp_SeriesToAxis.src \
93 chart2/source/controller/dialogs/tp_TitleRotation.src \
94 chart2/source/controller/dialogs/tp_Trendline.src \
95 chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.src \
96 chart2/source/controller/menus/ShapeContextMenu.src \
97 chart2/source/controller/menus/ShapeEditContextMenu.src \
100 $(eval $(call gb_SrsTarget_add_templates,chart2/res,\
101 chart2/source/controller/dialogs/res_DataLabel_tmpl.hrc \
102 chart2/source/controller/dialogs/res_ErrorBar_tmpl.hrc \
103 chart2/source/controller/dialogs/res_LegendPosition_tmpl.hrc \
104 chart2/source/controller/dialogs/res_SecondaryAxisCheckBoxes_tmpl.hrc \
105 chart2/source/controller/dialogs/res_Titlesx_tmpl.hrc \
106 chart2/source/controller/dialogs/res_Trendline_tmpl.hrc \
109 # vim: set noet sw=4 ts=4: