summaryrefslogtreecommitdiff
path: root/embeddedobj/Library_embobj.mk
blob: 3030e2ae70c5a97a268c7534b5f126cfed57c871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Library_Library,embobj))

$(eval $(call gb_Library_set_componentfile,embobj,embeddedobj/util/embobj))

$(eval $(call gb_Library_set_include,embobj,\
	-I$(SRCDIR)/embeddedobj/source/inc \
	$$(INCLUDE) \
))

$(eval $(call gb_Library_use_external,embobj,boost_headers))

$(eval $(call gb_Library_use_sdk_api,embobj))

$(eval $(call gb_Library_use_libraries,embobj,\
	comphelper \
	cppu \
	cppuhelper \
	sal \
	svt \
	utl \
	vcl \
	tl \
	i18nlangtag \
))

$(eval $(call gb_Library_add_exception_objects,embobj,\
	embeddedobj/source/commonembedding/embedobj \
	embeddedobj/source/commonembedding/inplaceobj \
	embeddedobj/source/commonembedding/miscobj \
	embeddedobj/source/commonembedding/persistence \
	embeddedobj/source/commonembedding/register \
	embeddedobj/source/commonembedding/specialobject \
	embeddedobj/source/commonembedding/visobj \
	embeddedobj/source/commonembedding/xfactory \
	embeddedobj/source/general/docholder \
	embeddedobj/source/general/dummyobject \
	embeddedobj/source/general/intercept \
	embeddedobj/source/general/xcreator \
))

# vim: set noet sw=4 ts=4:
ml-analyze&id=41e03a166eb9077dddd3f0ee9c2602122ec7d5ba'>doubled usingThomas Arnhold 2013-03-04OopsFridrich Štrba 2013-03-04Save some getLength callsFridrich Štrba 2013-03-03Related to fdo#60724: correct spellingThomas Arnhold 2013-03-03loplugin: unused variables and commented codeThomas Arnhold 2013-03-01Simplify a bit the boilerplate codeFridrich Štrba 2013-02-28remove all d.lstMichael Stahl 2013-02-27cppuhelper: new ZipPackage_cppuhelper_odk_headersMichael Stahl 2013-02-27cppu: new ZipPackage_cppu_odk_headersMichael Stahl 2013-02-22We need to escape special characters in slide namesFridrich Štrba 2013-02-19Allow specifying of page namesFridrich Štrba 2013-02-19coverity#983356 ressource leakNorbert Thiebaud 2013-02-19rename SYSTEM_LIBWPS to SYSTEM_WPS to remove specialcasingBjoern Michaelsen 2013-02-19rename SYSTEM_LIBMSPUB to SYSTEM_MSPUB to remove specialcasingBjoern Michaelsen 2013-02-19rename SYSTEM_LIBCDR to SYSTEM_CDR to remove specialcasingBjoern Michaelsen 2013-02-19rename SYSTEM_LIBWPD to SYSTEM_WPD to remove specialcasingBjoern Michaelsen 2013-02-19rename SYSTEM_LIBVISIO to SYSTEM_VISIO to remove specialcasingBjoern Michaelsen 2013-02-18Writerperfect: Improve list codeLaurent Alonso 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2013-01-25Uploading libcdr 0.0.10, hoping it worksFridrich Štrba 2012-11-28clean-up a lone lost 'String' in writerperfectNorbert Thiebaud 2012-11-05Uploading new libvisio 0.0.20 releaseFridrich Štrba