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
,sfx
))
22 $(eval
$(call gb_AllLangResTarget_set_reslocation
,sfx
,sfx2
))
24 $(eval
$(call gb_AllLangResTarget_add_srs
,sfx
,\
28 $(eval
$(call gb_SrsTarget_SrsTarget
,sfx
/res
))
30 $(eval
$(call gb_SrsTarget_set_include
,sfx
/res
,\
32 -I
$(SRCDIR
)/sfx2
/source
/dialog \
33 -I
$(SRCDIR
)/sfx2
/source
/inc \
34 -I
$(SRCDIR
)/sfx2
/inc
/ \
37 $(eval
$(call gb_SrsTarget_add_files
,sfx
/res
,\
38 sfx2
/source
/appl
/app.src \
39 sfx2
/source
/appl
/dde.src \
40 sfx2
/source
/appl
/newhelp.src \
41 sfx2
/source
/appl
/sfx.src \
42 sfx2
/source
/bastyp
/bastyp.src \
43 sfx2
/source
/bastyp
/fltfnc.src \
44 sfx2
/source
/control
/templateview.src \
45 sfx2
/source
/dialog
/alienwarn.src \
46 sfx2
/source
/dialog
/dialog.src \
47 sfx2
/source
/dialog
/dinfdlg.src \
48 sfx2
/source
/dialog
/dinfedt.src \
49 sfx2
/source
/dialog
/filedlghelper.src \
50 sfx2
/source
/dialog
/inputdlg.src \
51 sfx2
/source
/dialog
/mailwindow.src \
52 sfx2
/source
/dialog
/newstyle.src \
53 sfx2
/source
/dialog
/recfloat.src \
54 sfx2
/source
/dialog
/srchdlg.src \
55 sfx2
/source
/dialog
/taskpane.src \
56 sfx2
/source
/dialog
/templateinfodlg.src \
57 sfx2
/source
/dialog
/templdlg.src \
58 sfx2
/source
/dialog
/titledockwin.src \
59 sfx2
/source
/dialog
/versdlg.src \
60 sfx2
/source
/doc
/doc.src \
61 sfx2
/source
/doc
/doctempl.src \
62 sfx2
/source
/doc
/graphhelp.src \
63 sfx2
/source
/doc
/new.src \
64 sfx2
/source
/doc
/templatelocnames.src \
65 sfx2
/source
/doc
/templatedlg.src \
66 sfx2
/source
/menu
/menu.src \
67 sfx2
/source
/sidebar
/Sidebar.src \
68 sfx2
/source
/view
/view.src \
71 # vim: set noet sw=4 ts=4: