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/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval
$(call gb_AllLangResTarget_AllLangResTarget
,svx
))
22 $(eval
$(call gb_AllLangResTarget_set_reslocation
,svx
,svx
))
24 $(eval
$(call gb_AllLangResTarget_add_srs
,svx
,\
28 $(eval
$(call gb_SrsTarget_SrsTarget
,svx
/res
))
30 $(eval
$(call gb_SrsTarget_set_include
,svx
/res
,\
32 -I
$(call gb_SrsTemplateTarget_get_include_dir
,svx
) \
33 -I
$(SRCDIR
)/svx
/source
/inc \
34 -I
$(SRCDIR
)/svx
/source
/dialog \
35 -I
$(SRCDIR
)/svx
/inc
/ \
38 $(eval
$(call gb_SrsTarget_add_files
,svx
/res
,\
39 svx
/source
/accessibility
/accessibility.src \
40 svx
/source
/core
/graphichelper.src \
41 svx
/source
/dialog
/bmpmask.src \
42 svx
/source
/dialog
/contdlg.src \
43 svx
/source
/dialog
/compressgraphicdialog.src \
44 svx
/source
/dialog
/dlgctrl.src \
45 svx
/source
/dialog
/docrecovery.src \
46 svx
/source
/dialog
/fontwork.src \
47 svx
/source
/dialog
/frmsel.src \
48 svx
/source
/dialog
/hdft.src \
49 svx
/source
/dialog
/imapdlg.src \
50 svx
/source
/dialog
/langbox.src \
51 svx
/source
/dialog
/language.src \
52 svx
/source
/dialog
/linkwarn.src \
53 svx
/source
/dialog
/optgrid.src \
54 svx
/source
/dialog
/passwd.src \
55 svx
/source
/dialog
/prtqry.src \
56 svx
/source
/dialog
/ruler.src \
57 svx
/source
/dialog
/sdstring.src \
58 svx
/source
/dialog
/srchdlg.src \
59 svx
/source
/dialog
/svxbmpnumvalueset.src \
60 svx
/source
/dialog
/swframeposstrings.src \
61 svx
/source
/dialog
/txenctab.src \
62 svx
/source
/dialog
/ucsubset.src \
63 svx
/source
/engine3d
/float3d.src \
64 svx
/source
/engine3d
/string3d.src \
65 svx
/source
/fmcomp
/gridctrl.src \
66 svx
/source
/form
/datanavi.src \
67 svx
/source
/form
/filtnav.src \
68 svx
/source
/form
/fmexpl.src \
69 svx
/source
/form
/fmstring.src \
70 svx
/source
/form
/formshell.src \
71 svx
/source
/items
/svxerr.src \
72 svx
/source
/items
/svxitems.src \
73 svx
/source
/stbctrls
/stbctrls.src \
74 svx
/source
/svdraw
/svdstr.src \
75 svx
/source
/table
/table.src \
76 svx
/source
/tbxctrls
/colrctrl.src \
77 svx
/source
/tbxctrls
/extrusioncontrols.src \
78 svx
/source
/tbxctrls
/fontworkgallery.src \
79 svx
/source
/tbxctrls
/grafctrl.src \
80 svx
/source
/tbxctrls
/lboxctrl.src \
81 svx
/source
/tbxctrls
/linectrl.src \
82 svx
/source
/tbxctrls
/tbcontrl.src \
83 svx
/source
/tbxctrls
/tbunosearchcontrollers.src \
84 svx
/source
/toolbars
/extrusionbar.src \
85 svx
/source
/toolbars
/fontworkbar.src \
88 $(eval
$(call gb_SrsTarget_add_nonlocalized_files
,svx
/res
,\
89 svx
/source
/mnuctrls
/mnuctrls.src \
90 svx
/source
/unodraw
/unodraw.src \
93 $(eval
$(call gb_SrsTarget_add_templates
,svx
/res
,\
94 svx
/inc
/globlmn_tmpl.hrc \
97 # vim: set noet sw=4 ts=4: