1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 $(eval
$(call gb_CppunitTest_CppunitTest
,extensions_test_update
))
14 $(eval
$(call gb_CppunitTest_add_exception_objects
,extensions_test_update
, \
15 extensions
/qa
/update
/test_update \
18 $(eval
$(call gb_CppunitTest_use_external
,extensions_test_update
,boost_headers
))
20 $(eval
$(call gb_CppunitTest_use_libraries
,extensions_test_update
, \
32 $(eval
$(call gb_CppunitTest_use_library_objects
,extensions_test_update
, \
37 $(eval
$(call gb_CppunitTest_use_system_win32_libs
,extensions_test_update
,\
44 $(eval
$(call gb_CppunitTest_use_external
,extensions_test_update
,curl
))
46 $(eval
$(call gb_CppunitTest_set_include
,extensions_test_update
,\
48 -I
$(SRCDIR
)/extensions
/inc \
51 $(eval
$(call gb_CppunitTest_use_sdk_api
,extensions_test_update
))
53 $(eval
$(call gb_CppunitTest_use_ure
,extensions_test_update
))
54 $(eval
$(call gb_CppunitTest_use_vcl
,extensions_test_update
))
56 $(eval
$(call gb_CppunitTest_use_components
,extensions_test_update
,\
57 configmgr
/source
/configmgr \
58 extensions
/source
/update
/feed
/updatefeed \
59 ucb
/source
/core
/ucb1 \
60 ucb
/source
/ucp
/file
/ucpfile1 \
61 unoxml
/source
/service
/unoxml \
64 $(eval
$(call gb_CppunitTest_use_configuration
,extensions_test_update
))
66 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: