1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2011 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28$(eval $(call gb_AllLangResTarget_AllLangResTarget,svt))
29
30$(eval $(call gb_AllLangResTarget_set_reslocation,svt,svtools))
31
32$(eval $(call gb_AllLangResTarget_add_srs,svt,\
33	svt/res \
34))
35
36$(eval $(call gb_SrsTarget_SrsTarget,svt/res))
37
38$(eval $(call gb_SrsTarget_set_include,svt/res,\
39	$$(INCLUDE) \
40	-I$(WORKDIR)/inc \
41	-I$(SRCDIR)/svtools/source/uno \
42	-I$(SRCDIR)/svtools/source/inc \
43	-I$(SRCDIR)/svtools/inc/ \
44	-I$(SRCDIR)/svtools/inc/svtools \
45))
46
47$(eval $(call gb_SrsTarget_add_files,svt/res,\
48	svtools/source/brwbox/editbrowsebox.src \
49	svtools/source/contnr/fileview.src \
50	svtools/source/contnr/svcontnr.src \
51	svtools/source/contnr/templwin.src \
52	svtools/source/control/calendar.src \
53	svtools/source/control/ctrlbox.src \
54	svtools/source/control/ctrltool.src \
55	svtools/source/control/filectrl.src \
56	svtools/source/dialogs/addresstemplate.src \
57	svtools/source/dialogs/colrdlg.src \
58	svtools/source/dialogs/filedlg2.src \
59	svtools/source/dialogs/formats.src \
60	svtools/source/dialogs/prnsetup.src \
61	svtools/source/dialogs/so3res.src \
62	svtools/source/dialogs/wizardmachine.src \
63	svtools/source/filter/exportdialog.src \
64	svtools/source/java/javaerror.src \
65	svtools/source/misc/ehdl.src \
66	svtools/source/misc/helpagent.src \
67	svtools/source/misc/imagemgr.src \
68	svtools/source/misc/langtab.src \
69	svtools/source/misc/undo.src \
70	svtools/source/plugapp/testtool.src \
71	svtools/source/toolpanel/toolpanel.src \
72))
73
74
75# vim: set noet sw=4 ts=4:
76