Bump for 4.0-15
[LibreOffice.git] / starmath / Library_smd.mk
blob92961c7b01f69fd6a9b581c773c815e591c920c7
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.
23 $(eval $(call gb_Library_Library,smd))
25 $(eval $(call gb_Library_use_packages,smd,\
26 editeng_inc \
27 oox_inc \
30 $(eval $(call gb_Library_set_componentfile,smd,starmath/util/smd))
32 $(eval $(call gb_Library_set_include,smd,\
33 -I$(SRCDIR)/starmath/inc \
34 $$(INCLUDE) \
37 $(eval $(call gb_Library_use_sdk_api,smd))
39 $(eval $(call gb_Library_use_libraries,smd,\
40 cppu \
41 cppuhelper \
42 sal \
43 sfx \
44 sot \
45 svl \
46 svt \
47 tl \
48 ucbhelper \
49 vcl \
50 $(gb_UWINAPI) \
53 $(eval $(call gb_Library_add_exception_objects,smd,\
54 starmath/source/detreg \
55 starmath/source/smdetect \
56 starmath/source/eqnolefilehdr \
59 # vim: set noet sw=4 ts=4: