1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
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
,sfx
))
31 $(eval
$(call gb_AllLangResTarget_set_reslocation
,sfx
,sfx2
))
33 $(eval
$(call gb_AllLangResTarget_add_srs
,sfx
,\
37 $(eval
$(call gb_SrsTarget_SrsTarget
,sfx
/res
))
39 $(eval
$(call gb_SrsTarget_set_include
,sfx
/res
,\
43 -I
$(realpath
$(SRCDIR
)/sfx2
/source
/dialog
) \
44 -I
$(realpath
$(SRCDIR
)/sfx2
/source
/inc
) \
45 -I
$(realpath
$(SRCDIR
)/sfx2
/inc
/) \
46 -I
$(realpath
$(SRCDIR
)/sfx2
/inc
/sfx
) \
49 $(eval
$(call gb_SrsTarget_add_files
,sfx
/res
,\
50 sfx2
/source
/appl
/app.src \
51 sfx2
/source
/appl
/dde.src \
52 sfx2
/source
/appl
/newhelp.src \
53 sfx2
/source
/appl
/sfx.src \
54 sfx2
/source
/bastyp
/bastyp.src \
55 sfx2
/source
/bastyp
/fltfnc.src \
56 sfx2
/source
/dialog
/alienwarn.src \
57 sfx2
/source
/dialog
/dialog.src \
58 sfx2
/source
/dialog
/dinfdlg.src \
59 sfx2
/source
/dialog
/dinfedt.src \
60 sfx2
/source
/dialog
/filedlghelper.src \
61 sfx2
/source
/dialog
/mailwindow.src \
62 sfx2
/source
/dialog
/mgetempl.src \
63 sfx2
/source
/dialog
/newstyle.src \
64 sfx2
/source
/dialog
/passwd.src \
65 sfx2
/source
/dialog
/printopt.src \
66 sfx2
/source
/dialog
/recfloat.src \
67 sfx2
/source
/dialog
/securitypage.src \
68 sfx2
/source
/dialog
/srchdlg.src \
69 sfx2
/source
/dialog
/taskpane.src \
70 sfx2
/source
/dialog
/templdlg.src \
71 sfx2
/source
/dialog
/titledockwin.src \
72 sfx2
/source
/dialog
/versdlg.src \
73 sfx2
/source
/doc
/doc.src \
74 sfx2
/source
/doc
/doctdlg.src \
75 sfx2
/source
/doc
/doctempl.src \
76 sfx2
/source
/doc
/docvor.src \
77 sfx2
/source
/doc
/graphhelp.src \
78 sfx2
/source
/doc
/new.src \
79 sfx2
/source
/doc
/templatelocnames.src \
80 sfx2
/source
/menu
/menu.src \
81 sfx2
/source
/view
/view.src \
84 # vim: set noet sw=4 ts=4: