tdf#111988 Bump OSX version in README
[LibreOffice.git] / extensions / CppunitTest_extensions_test_update.mk
blobe2cdaf58c315b6edb43fe1077eb0b39842e14be5
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 utl \
27 unotest \
28 vcl \
31 $(eval $(call gb_CppunitTest_use_library_objects,extensions_test_update, \
32 updchk \
35 ifeq ($(OS),WNT)
36 $(eval $(call gb_CppunitTest_use_system_win32_libs,extensions_test_update,\
37 shell32 \
38 ole32 \
39 wininet \
41 endif
43 $(eval $(call gb_CppunitTest_use_external,extensions_test_update,curl))
45 $(eval $(call gb_CppunitTest_set_include,extensions_test_update,\
46 $$(INCLUDE) \
47 -I$(SRCDIR)/extensions/inc \
50 $(eval $(call gb_CppunitTest_use_sdk_api,extensions_test_update))
52 $(eval $(call gb_CppunitTest_use_ure,extensions_test_update))
53 $(eval $(call gb_CppunitTest_use_vcl,extensions_test_update))
55 $(eval $(call gb_CppunitTest_use_components,extensions_test_update,\
56 configmgr/source/configmgr \
57 extensions/source/update/feed/updatefeed \
58 ucb/source/core/ucb1 \
59 ucb/source/ucp/file/ucpfile1 \
60 unoxml/source/service/unoxml \
63 $(eval $(call gb_CppunitTest_use_configuration,extensions_test_update))
65 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: