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
, \
30 $(eval
$(call gb_CppunitTest_use_library_objects
,extensions_test_update
, \
35 $(eval
$(call gb_CppunitTest_use_system_win32_libs
,extensions_test_update
,\
42 $(eval
$(call gb_CppunitTest_use_external
,extensions_test_update
,curl
))
44 $(eval
$(call gb_CppunitTest_set_include
,extensions_test_update
,\
46 -I
$(SRCDIR
)/extensions
/inc \
49 $(eval
$(call gb_CppunitTest_use_api
,extensions_test_update
,\
54 $(eval
$(call gb_CppunitTest_use_ure
,extensions_test_update
))
55 $(eval
$(call gb_CppunitTest_use_vcl
,extensions_test_update
))
57 $(eval
$(call gb_CppunitTest_use_components
,extensions_test_update
,\
58 configmgr
/source
/configmgr \
59 extensions
/source
/update
/feed
/updatefeed \
60 ucb
/source
/core
/ucb1 \
61 ucb
/source
/ucp
/file
/ucpfile1 \
62 unoxml
/source
/service
/unoxml \
65 $(eval
$(call gb_CppunitTest_use_configuration
,extensions_test_update
))
67 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: