summaryrefslogtreecommitdiff
path: root/cppu/Library_cppu.mk
blob: 8031487af37343080ab92aa3277f8e644f668fe8 (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,cppu))

$(eval $(call gb_Library_set_soversion_script,cppu,$(SRCDIR)/cppu/util/cppu.map))

$(eval $(call gb_Library_use_udk_api,cppu))

$(eval $(call gb_Library_add_defs,cppu,\
	-DCPPU_DLLIMPLEMENTATION \
))

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

$(eval $(call gb_Library_use_libraries,cppu,\
	sal \
	salhelper \
))

$(eval $(call gb_Library_add_exception_objects,cppu,\
	cppu/source/cppu/compat \
	cppu/source/cppu/cppu_opt \
	cppu/source/threadpool/current \
	cppu/source/threadpool/jobqueue \
	cppu/source/threadpool/thread \
	cppu/source/threadpool/threadident \
	cppu/source/threadpool/threadpool \
	cppu/source/typelib/static_types \
	cppu/source/typelib/typelib \
	cppu/source/uno/any \
	cppu/source/uno/cascade_mapping \
	cppu/source/uno/check \
	cppu/source/uno/data \
	cppu/source/uno/EnvDcp \
	cppu/source/uno/EnvStack \
	cppu/source/uno/IdentityMapping \
	cppu/source/uno/lbenv \
	cppu/source/uno/lbmap \
	cppu/source/uno/loadmodule \
	cppu/source/uno/sequence \
))

# vim: set noet sw=4 ts=4:
x/Module_svx.mk?h=co-6.0-38&id=e9c48a952d189701f2ccb201dbb450891a38c39f'>stop delivering globlmn.hrcDavid Tardon 2013-05-08svx: remove Package_sdiMichael Stahl 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-11rename UI to UIConfigDavid Tardon 2012-12-09Compress graphics dialog converted to new widget layout.Tomaž Vajngerl 2012-11-27re-base on ALv2 code. Includes:Michael Meeks 2012-08-07No point with these executables for non-desktop OSesTor Lillqvist 2012-02-20No gengal.bin for iOSTor Lillqvist 2012-02-17make gengal work againRene Engelhard 2011-12-22replace this monstrosity with gb_SrsTarget_add_templatesDavid Tardon 2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe 2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist 2011-04-01removing useless executable flag from makefilesBjoern Michaelsen 2011-03-12fix mis-merge all-around.Norbert Thiebaud 2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens 2011-01-27CWS gnumake3: remove gengalMathias Bauer 2011-01-25CWS gnumake3: fix license headersMathias Bauer 2011-01-24CWS gnumake3: build gengal with gbuildMathias Bauer 2011-01-20CWS gnumake3: add gal resourceMathias Bauer 2011-01-19gnumake3: enabling unoapi test in svxBjoern Michaelsen 2011-01-12CWS gnumake3: #i116422#: convert svx to new build systemMathias Bauer