fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / chart2 / AllLangResTarget_chartcontroller.mk
blobacb7c69046b6b7a19ec750e3488fe9c43790d99f
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_AllLangResTarget_AllLangResTarget,chartcontroller))
12 $(eval $(call gb_AllLangResTarget_set_reslocation,chartcontroller,chart2))
14 $(eval $(call gb_AllLangResTarget_add_srs,chartcontroller,\
15 chart2/res \
18 $(eval $(call gb_SrsTarget_SrsTarget,chart2/res))
20 $(eval $(call gb_SrsTarget_set_include,chart2/res,\
21 $$(INCLUDE) \
22 -I$(SRCDIR)/chart2/source/controller/dialogs \
23 -I$(SRCDIR)/chart2/source/controller/inc \
24 -I$(SRCDIR)/chart2/source/controller/main \
25 -I$(SRCDIR)/chart2/source/inc \
26 -I$(call gb_SrsTemplateTarget_get_include_dir,chart2) \
29 $(eval $(call gb_SrsTarget_add_files,chart2/res,\
30 chart2/source/controller/dialogs/Strings_AdditionalControls.src \
31 chart2/source/controller/dialogs/Strings_ChartTypes.src \
32 chart2/source/controller/dialogs/Strings_Scale.src \
33 chart2/source/controller/dialogs/Strings.src \
34 chart2/source/controller/dialogs/Strings_Statistic.src \
37 $(eval $(call gb_SrsTarget_add_nonlocalizable_files,chart2/res,\
38 chart2/source/controller/dialogs/Bitmaps.src \
39 chart2/source/controller/menus/ShapeContextMenu.src \
40 chart2/source/controller/menus/ShapeEditContextMenu.src \
43 # vim: set noet sw=4 ts=4: