Bump for 4.0-15
[LibreOffice.git] / starmath / AllLangResTarget_sm.mk
blobce5e5e0ae5b742c6675753b002f1a115c09db561
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License. You may obtain a copy of the License at
7 # http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Initial Developer of the Original Code is
15 # Norbert Thiebaud <nthiebaud@gmail.com> (C) 2010, All Rights Reserved.
17 # Alternatively, the contents of this file may be used under the terms of
18 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
19 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
20 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
21 # instead of those above.
24 $(eval $(call gb_AllLangResTarget_AllLangResTarget,sm))
26 $(eval $(call gb_AllLangResTarget_set_reslocation,sm,starmath))
28 $(eval $(call gb_AllLangResTarget_add_srs,sm,\
29 sm/res \
32 $(eval $(call gb_SrsTarget_SrsTarget,sm/res))
34 $(eval $(call gb_SrsTarget_set_include,sm/res,\
35 -I$(SRCDIR)/starmath/inc \
36 $$(INCLUDE) \
39 $(eval $(call gb_SrsTarget_use_packages,sm/res,\
40 editeng_inc \
41 sfx2_inc \
42 svl_inc \
43 svx_globlmn_hrc \
46 $(eval $(call gb_SrsTarget_add_files,sm/res,\
47 starmath/source/smres.src \
48 starmath/source/commands.src \
49 starmath/source/symbol.src \
50 starmath/source/toolbox.src \
53 # vim: set noet sw=4 ts=4: