Bump for 4.0-11
[LibreOffice.git] / sc / Library_scd.mk
blob25e2a6e1badfce98cceb9a785f0d3b007584c058
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,scd))
25 $(eval $(call gb_Library_set_componentfile,scd,sc/util/scd))
27 $(eval $(call gb_Library_set_include,scd,\
28 -I$(SRCDIR)/sc/inc \
29 $$(INCLUDE) \
32 $(eval $(call gb_Library_use_sdk_api,scd))
34 $(eval $(call gb_Library_use_libraries,scd,\
35 comphelper \
36 cppu \
37 cppuhelper \
38 sal \
39 sfx \
40 sot \
41 svl \
42 svt \
43 tl \
44 ucbhelper \
45 vcl \
46 $(gb_UWINAPI) \
49 $(eval $(call gb_Library_add_exception_objects,scd,\
50 sc/source/ui/unoobj/detreg \
51 sc/source/ui/unoobj/scdetect \
54 # vim: set noet sw=4 ts=4: