Make ElementsDeck the default deck for Math first start
[LibreOffice.git] / cppu / Library_cppu.mk
blobd1874822bd97f642bce9ce793ecd57a08aa3f6bc
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,cppu))
13 $(eval $(call gb_Library_set_soversion_script,cppu,$(SRCDIR)/cppu/util/cppu.map))
15 $(eval $(call gb_Library_use_udk_api,cppu))
17 $(eval $(call gb_Library_set_is_ure_library_or_dependency,cppu))
19 $(eval $(call gb_Library_add_defs,cppu,\
20 -DCPPU_DLLIMPLEMENTATION \
23 $(eval $(call gb_Library_use_external,cppu,boost_headers))
25 $(eval $(call gb_Library_use_libraries,cppu,\
26 sal \
27 salhelper \
30 $(eval $(call gb_Library_add_exception_objects,cppu,\
31 cppu/source/cppu/compat \
32 cppu/source/cppu/cppu_opt \
33 cppu/source/threadpool/current \
34 cppu/source/threadpool/jobqueue \
35 cppu/source/threadpool/thread \
36 cppu/source/threadpool/threadident \
37 cppu/source/threadpool/threadpool \
38 cppu/source/typelib/static_types \
39 cppu/source/typelib/typelib \
40 cppu/source/uno/any \
41 cppu/source/uno/cascade_mapping \
42 cppu/source/uno/check \
43 cppu/source/uno/data \
44 cppu/source/uno/EnvDcp \
45 cppu/source/uno/EnvStack \
46 cppu/source/uno/IdentityMapping \
47 cppu/source/uno/lbenv \
48 cppu/source/uno/lbmap \
49 cppu/source/uno/loadmodule \
50 cppu/source/uno/sequence \
53 # vim: set noet sw=4 ts=4: