summaryrefslogtreecommitdiff
path: root/sal/CppunitTest_sal_rtl_doublelock.mk
blob: 454706f550141e0334d0e9bfa9644b8e8e283c35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- Mode: makefile; 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_CppunitTest_CppunitTest,sal_rtl_doublelock))

$(eval $(call gb_CppunitTest_add_exception_objects,sal_rtl_doublelock,\
    sal/qa/rtl/doublelock/rtl_doublelocking \
))

$(eval $(call gb_CppunitTest_use_libraries,sal_rtl_doublelock,\
    sal \
	$(gb_UWINAPI) \
))

# vim: set noet sw=4 ts=4:
90e580e6b77aacef'>configure: set BOOST_CPPFLAGS also in --without-system-boost caseMichael Stahl 2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann 2015-09-17blind attempt to fix lcovDavid Tardon 2015-09-01core: fix build with system boost 1.59David Ostrovsky 2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud 2015-02-27For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hiddenStephan Bergmann 2014-11-13More passing of MAKE into external configureStephan Bergmann 2014-11-10external: fortunately boost no longer requires config_host.mkMichael Stahl 2014-08-21upload libpagemaker 0.0.1David Tardon 2014-06-27fix build of libpagemaker on windowsDavid Tardon 2014-06-27integrate libpagemakerDavid Tardon