summaryrefslogtreecommitdiff
path: root/stoc/Library_reflection.mk
blob: 442c5ec6e5817b7f4d253f48f2f4ae81bc01e3dd (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
# -*- 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,reflection))

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

$(eval $(call gb_Library_use_udk_api,reflection))

$(eval $(call gb_Library_use_libraries,reflection,\
    cppu \
    cppuhelper \
    sal \
))

$(eval $(call gb_Library_set_componentfile,reflection,stoc/source/corereflection/reflection))

$(eval $(call gb_Library_add_exception_objects,reflection,\
    stoc/source/corereflection/crarray \
    stoc/source/corereflection/crbase \
    stoc/source/corereflection/crcomp \
    stoc/source/corereflection/crefl \
    stoc/source/corereflection/crenum \
    stoc/source/corereflection/criface \
))

# vim:set noet sw=4 ts=4:
Michael Stahl 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-02-19make it possible to build with system icu 4.2 (RHEL-6)Caolán McNamara 2013-01-02partly revert 92a9b7780c6e13a4da3b12794342edbc4c09ef51 for ICU < 49Eike Rathke 2012-12-30add runtime deps for custom targetsDavid Tardon 2012-12-29follow logical consequences of a minimum icu version of 4.6Caolán McNamara 2012-12-29gendict is internal tool, not part of ICUDavid Tardon 2012-12-29register ICU tools as external executablesDavid Tardon 2012-12-28fix icu deps againPeter Foley 2012-12-28fix icu depsPeter Foley 2012-12-20Require icu 4.6 or later with system icuTomáš Chvátal 2012-07-27drop hopefully unnecessary catalan word breaking rulesCaolán McNamara 2012-07-27list dependencies explicitlyCaolán McNamara 2012-05-14make build work again with older ICUDavid Tardon 2012-05-13drop debugging spewCaolán McNamara 2012-05-11debug foo for mingw32 buildCaolán McNamara 2012-05-11drop debugging spewCaolán McNamara 2012-05-11debug harderCaolán McNamara 2012-05-11dump transformed outputCaolán McNamara 2012-05-11is this sed line confusing older seds ?Caolán McNamara 2012-05-10normalize variable names in gbuild user makefilesMichael Stahl 2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan 2012-04-18Use static linking when DISABLE_DYNLOADING (iOS)Tor Lillqvist 2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan 2012-04-03only as of ICU 4.9 RBBI the Prepend property is emptyEike Rathke 2012-03-24i18npool: use CustomTarget_*.mk makefilesMatúš Kukan