Bump for 3.6-28
[LibreOffice.git] / svx / AllLangResTarget_svx.mk
blobcf152d7151bc1ab95a860d0f4ebf7d48317e99c4
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
6 # Copyright 2000, 2011 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_AllLangResTarget_AllLangResTarget,svx))
31 $(eval $(call gb_AllLangResTarget_set_reslocation,svx,svx))
33 $(eval $(call gb_AllLangResTarget_add_srs,svx,\
34 svx/res \
37 $(eval $(call gb_SrsTarget_SrsTarget,svx/res))
39 $(eval $(call gb_SrsTarget_use_packages,svx/res,\
40 editeng_inc \
41 sal_inc \
42 sfx2_inc \
43 svl_inc \
44 svtools_inc \
45 svx_inc \
46 tools_inc \
49 $(eval $(call gb_SrsTarget_set_include,svx/res,\
50 $$(INCLUDE) \
51 -I$(call gb_SrsTemplateTarget_get_include_dir,svx) \
52 -I$(SRCDIR)/svx/source/inc \
53 -I$(SRCDIR)/svx/source/dialog \
54 -I$(SRCDIR)/svx/inc/ \
57 $(eval $(call gb_SrsTarget_add_files,svx/res,\
58 svx/source/accessibility/accessibility.src \
59 svx/source/dialog/bmpmask.src \
60 svx/source/dialog/contdlg.src \
61 svx/source/dialog/ctredlin.src \
62 svx/source/dialog/dlgctrl.src \
63 svx/source/dialog/docrecovery.src \
64 svx/source/dialog/fontwork.src \
65 svx/source/dialog/frmsel.src \
66 svx/source/dialog/hdft.src \
67 svx/source/dialog/imapdlg.src \
68 svx/source/dialog/langbox.src \
69 svx/source/dialog/language.src \
70 svx/source/dialog/linkwarn.src \
71 svx/source/dialog/optgrid.src \
72 svx/source/dialog/passwd.src \
73 svx/source/dialog/prtqry.src \
74 svx/source/dialog/rubydialog.src \
75 svx/source/dialog/ruler.src \
76 svx/source/dialog/sdstring.src \
77 svx/source/dialog/srchdlg.src \
78 svx/source/dialog/svxbmpnumvalueset.src \
79 svx/source/dialog/swframeposstrings.src \
80 svx/source/dialog/txenctab.src \
81 svx/source/dialog/ucsubset.src \
82 svx/source/engine3d/float3d.src \
83 svx/source/engine3d/string3d.src \
84 svx/source/fmcomp/gridctrl.src \
85 svx/source/form/datanavi.src \
86 svx/source/form/filtnav.src \
87 svx/source/form/fmexpl.src \
88 svx/source/form/fmstring.src \
89 svx/source/form/formshell.src \
90 svx/source/items/svxerr.src \
91 svx/source/items/svxitems.src \
92 svx/source/mnuctrls/mnuctrls.src \
93 svx/source/stbctrls/stbctrls.src \
94 svx/source/svdraw/svdstr.src \
95 svx/source/table/table.src \
96 svx/source/tbxctrls/colrctrl.src \
97 svx/source/tbxctrls/extrusioncontrols.src \
98 svx/source/tbxctrls/fontworkgallery.src \
99 svx/source/tbxctrls/grafctrl.src \
100 svx/source/tbxctrls/lboxctrl.src \
101 svx/source/tbxctrls/linectrl.src \
102 svx/source/tbxctrls/tbcontrl.src \
103 svx/source/tbxctrls/tbunosearchcontrollers.src \
104 svx/source/toolbars/extrusionbar.src \
105 svx/source/toolbars/fontworkbar.src \
106 svx/source/unodraw/unodraw.src \
109 $(eval $(call gb_SrsTarget_add_templates,svx/res,\
110 svx/inc/globlmn_tmpl.hrc \
113 # vim: set noet sw=4 ts=4: