[en_US] Added 13 autocorrect words
[LibreOffice.git] / cppu / Library_cppu.mk
blob8031487af37343080ab92aa3277f8e644f668fe8
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_add_defs,cppu,\
18 -DCPPU_DLLIMPLEMENTATION \
21 $(eval $(call gb_Library_use_external,cppu,boost_headers))
23 $(eval $(call gb_Library_use_libraries,cppu,\
24 sal \
25 salhelper \
28 $(eval $(call gb_Library_add_exception_objects,cppu,\
29 cppu/source/cppu/compat \
30 cppu/source/cppu/cppu_opt \
31 cppu/source/threadpool/current \
32 cppu/source/threadpool/jobqueue \
33 cppu/source/threadpool/thread \
34 cppu/source/threadpool/threadident \
35 cppu/source/threadpool/threadpool \
36 cppu/source/typelib/static_types \
37 cppu/source/typelib/typelib \
38 cppu/source/uno/any \
39 cppu/source/uno/cascade_mapping \
40 cppu/source/uno/check \
41 cppu/source/uno/data \
42 cppu/source/uno/EnvDcp \
43 cppu/source/uno/EnvStack \
44 cppu/source/uno/IdentityMapping \
45 cppu/source/uno/lbenv \
46 cppu/source/uno/lbmap \
47 cppu/source/uno/loadmodule \
48 cppu/source/uno/sequence \
51 # vim: set noet sw=4 ts=4: