1 # -*- Mode: makefile; 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
,3,$(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
,\
29 $(eval
$(call gb_Library_add_cobjects
,cppu
,\
30 cppu
/source
/uno
/EnvDcp \
33 $(eval
$(call gb_Library_add_exception_objects
,cppu
,\
34 cppu
/source
/cppu
/cppu_opt \
35 cppu
/source
/threadpool
/current \
36 cppu
/source
/threadpool
/jobqueue \
37 cppu
/source
/threadpool
/thread \
38 cppu
/source
/threadpool
/threadident \
39 cppu
/source
/threadpool
/threadpool \
40 cppu
/source
/typelib
/static_types \
41 cppu
/source
/typelib
/typelib \
43 cppu
/source
/uno
/cascade_mapping \
44 cppu
/source
/uno
/data \
45 cppu
/source
/uno
/EnvStack \
46 cppu
/source
/uno
/env_subst \
47 cppu
/source
/uno
/IdentityMapping \
48 cppu
/source
/uno
/lbenv \
49 cppu
/source
/uno
/lbmap \
50 cppu
/source
/uno
/loadmodule \
51 cppu
/source
/uno
/sequence \
54 # vim: set noet sw=4 ts=4: