Bump for 4.0-11
[LibreOffice.git] / sd / AllLangResTarget_sd.mk
blob455dbbc2acc8ec362f7cf07aa13a04fac3e43eaf
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,sd))
30 $(eval $(call gb_AllLangResTarget_set_reslocation,sd,sd))
32 $(eval $(call gb_AllLangResTarget_add_srs,sd,\
33 sd/res \
36 $(eval $(call gb_SrsTarget_SrsTarget,sd/res))
38 $(eval $(call gb_SrsTarget_use_packages,sd/res,\
39 editeng_inc \
40 sfx2_inc \
41 svl_inc \
42 svtools_inc \
43 svx_globlmn_hrc \
44 svx_inc \
45 tools_inc \
48 $(eval $(call gb_SrsTarget_set_include,sd/res,\
49 $$(INCLUDE) \
50 -I$(SRCDIR)/sd/inc \
51 -I$(SRCDIR)/sd/source/ui/inc \
52 -I$(SRCDIR)/sd/source/ui/slidesorter/inc \
53 -I$(call gb_SrsTemplateTarget_get_include_dir,sd) \
56 $(eval $(call gb_SrsTarget_add_files,sd/res,\
57 sd/source/core/glob.src \
58 sd/source/filter/html/pubdlg.src \
59 sd/source/ui/accessibility/accessibility.src \
60 sd/source/ui/animations/CustomAnimationCreateDialog.src \
61 sd/source/ui/animations/CustomAnimationDialog.src \
62 sd/source/ui/animations/CustomAnimationPane.src \
63 sd/source/ui/animations/CustomAnimation.src \
64 sd/source/ui/animations/SlideTransitionPane.src \
65 sd/source/ui/annotations/annotations.src \
66 sd/source/ui/app/app.src \
67 sd/source/ui/app/popup.src \
68 sd/source/ui/app/res_bmp.src \
69 sd/source/ui/app/sdstring.src \
70 sd/source/ui/app/strings.src \
71 sd/source/ui/app/toolbox.src \
72 sd/source/ui/dlg/animobjs.src \
73 sd/source/ui/dlg/brkdlg.src \
74 sd/source/ui/dlg/copydlg.src \
75 sd/source/ui/dlg/custsdlg.src \
76 sd/source/ui/dlg/dlgass.src \
77 sd/source/ui/dlg/dlg_char.src \
78 sd/source/ui/dlg/dlgfield.src \
79 sd/source/ui/dlg/dlgolbul.src \
80 sd/source/ui/dlg/dlgpage.src \
81 sd/source/ui/dlg/dlgsnap.src \
82 sd/source/ui/dlg/headerfooterdlg.src \
83 sd/source/ui/dlg/inspagob.src \
84 sd/source/ui/dlg/ins_paste.src \
85 sd/source/ui/dlg/LayerDialog.src \
86 sd/source/ui/dlg/layeroptionsdlg.src \
87 sd/source/ui/dlg/masterlayoutdlg.src \
88 sd/source/ui/dlg/morphdlg.src \
89 sd/source/ui/dlg/navigatr.src \
90 sd/source/ui/dlg/PaneDockingWindow.src \
91 sd/source/ui/dlg/paragr.src \
92 sd/source/ui/dlg/present.src \
93 sd/source/ui/dlg/prltempl.src \
94 sd/source/ui/dlg/prntopts.src \
95 sd/source/ui/dlg/RemoteDialog.src \
96 sd/source/ui/dlg/sdpreslt.src \
97 sd/source/ui/dlg/tabtempl.src \
98 sd/source/ui/dlg/tpaction.src \
99 sd/source/ui/dlg/tpoption.src \
100 sd/source/ui/dlg/vectdlg.src \
101 sd/source/ui/slideshow/slideshow.src \
102 sd/source/ui/table/TableDesignPane.src \
103 sd/source/ui/view/DocumentRenderer.src \
106 $(eval $(call gb_SrsTarget_add_nonlocalized_files,sd/res,\
107 sd/source/ui/slidesorter/view/SlsResource.src \
110 $(eval $(call gb_SrsTarget_add_templates,sd/res,\
111 sd/source/ui/app/menuids3_tmpl.src \
112 sd/source/ui/app/menuids_tmpl.src \
113 sd/source/ui/app/popup2_tmpl.src \
114 sd/source/ui/app/tbxids_tmpl.src \
115 sd/source/ui/app/toolbox2_tmpl.src \
118 # vim: set noet sw=4 ts=4: