summaryrefslogtreecommitdiff
path: root/testtools/Library_bridgetest.mk
blob: a9fb4558faa509efc483227af69be509d5eee5ea (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
# -*- 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,testtools_bridgetest))

$(eval $(call gb_Library_set_componentfile,testtools_bridgetest,testtools/source/bridgetest/bridgetest,uno_services))

$(eval $(call gb_Library_use_internal_api,testtools_bridgetest,\
    bridgetest \
))

$(eval $(call gb_Library_use_api,testtools_bridgetest,\
    udkapi \
))

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

$(eval $(call gb_Library_use_libraries,testtools_bridgetest,\
    cppu \
    cppuhelper \
    sal \
    testtools_bridgetest-common \
))

$(eval $(call gb_Library_add_exception_objects,testtools_bridgetest,\
    testtools/source/bridgetest/bridgetest \
))

# vim:set noet sw=4 ts=4:
/cgit/lo/core/commit/solenv/gbuild/Jar.mk?id=85c6f80121230532485041e9fa2522d812eb3ca9'>use .component files directly from workdirMatúš Kukan 2013-06-03re-base on ALv2 code. Includes:Michael Meeks 2013-05-08Do not add unoil.jar to manifest Class-PathStephan Bergmann 2013-05-01gbuild: add group NONE for jars without comp. fileDavid Tardon 2013-05-01copy jars into instdirDavid Tardon 2013-03-31fix user-friendly targets' depsDavid Tardon 2013-03-03make sure the outdir existsDavid Tardon 2013-01-11Set version number in AC_INIT() in configure.ac onlyTor Lillqvist 2012-12-10userfriendly make targets for build and cleanLuboš Luňák 2012-10-29Setting CLASSPATH/XCLASSPATH appears to be a leftoverStephan Bergmann