update credits
[LibreOffice.git] / extensions / CppunitTest_extensions_test_update.mk
blobb6149b04a3125e04760f80f099b75bd1a09cf596
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, \
21 cppu \
22 cppuhelper \
23 sal \
24 salhelper \
25 test \
26 unotest \
27 $(gb_UWINAPI) \
30 $(eval $(call gb_CppunitTest_use_library_objects,extensions_test_update, \
31 updchk \
34 ifeq ($(OS),WNT)
35 $(eval $(call gb_CppunitTest_use_system_win32_libs,extensions_test_update,\
36 shell32 \
37 ole32 \
38 wininet \
40 endif
42 $(eval $(call gb_CppunitTest_use_external,extensions_test_update,curl))
44 $(eval $(call gb_CppunitTest_set_include,extensions_test_update,\
45 $$(INCLUDE) \
46 -I$(SRCDIR)/extensions/inc \
49 $(eval $(call gb_CppunitTest_use_api,extensions_test_update,\
50 offapi \
51 udkapi \
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: