set Referer on loading IFrames
[LibreOffice.git] / cppuhelper / Library_cppuhelper.mk
blobe9caf2dfd6d651d3cff10b03a9ef22f49a51cb99
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,cppuhelper))
13 $(eval $(call gb_Library_set_soversion_script,cppuhelper,$(SRCDIR)/cppuhelper/source/gcc3.map))
15 $(eval $(call gb_Library_set_precompiled_header,cppuhelper,cppuhelper/inc/pch/precompiled_cppuhelper))
17 $(eval $(call gb_Library_use_internal_comprehensive_api,cppuhelper,\
18 cppuhelper \
19 udkapi \
20 offapi \
23 $(eval $(call gb_Library_set_is_ure_library,cppuhelper))
25 $(eval $(call gb_Library_add_defs,cppuhelper,\
26 -DCPPUHELPER_DLLIMPLEMENTATION \
29 $(eval $(call gb_Library_use_libraries,cppuhelper,\
30 cppu \
31 reg \
32 sal \
33 salhelper \
34 unoidl \
35 xmlreader \
38 $(eval $(call gb_Library_use_static_libraries,cppuhelper,\
39 findsofficepath \
42 ifeq ($(OS),iOS)
43 $(eval $(call gb_Library_add_cxxflags,cppuhelper,\
44 $(gb_OBJCXXFLAGS) \
46 endif
48 $(eval $(call gb_Library_add_exception_objects,cppuhelper,\
49 cppuhelper/source/access_control \
50 cppuhelper/source/bootstrap \
51 cppuhelper/source/compat \
52 cppuhelper/source/component_context \
53 cppuhelper/source/component \
54 cppuhelper/source/defaultbootstrap \
55 cppuhelper/source/exc_thrower \
56 cppuhelper/source/factory \
57 cppuhelper/source/implbase \
58 cppuhelper/source/implbase_ex \
59 cppuhelper/source/implementationentry \
60 cppuhelper/source/interfacecontainer \
61 cppuhelper/source/macro_expander \
62 cppuhelper/source/paths \
63 cppuhelper/source/propertysetmixin \
64 cppuhelper/source/propshlp \
65 cppuhelper/source/servicemanager \
66 cppuhelper/source/shlib \
67 cppuhelper/source/supportsservice \
68 cppuhelper/source/tdmgr \
69 cppuhelper/source/typemanager \
70 cppuhelper/source/typeprovider \
71 cppuhelper/source/unourl \
72 cppuhelper/source/weak \
75 # vim: set noet sw=4 ts=4: