tdf#81507: word content control support for w:multiLine
[LibreOffice.git] / extensions / Library_updchk.mk
blobc7f1a54bb65ec9b9c8d4084132fccdc10f47fdcb
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,updchk))
12 $(eval $(call gb_Library_set_componentfile,updchk,extensions/source/update/check/updchk.uno))
14 $(eval $(call gb_Library_set_include,updchk,\
15 $$(INCLUDE) \
16 -I$(SRCDIR)/extensions/inc \
19 $(eval $(call gb_Library_use_sdk_api,updchk))
21 $(eval $(call gb_Library_use_libraries,updchk,\
22 cppuhelper \
23 cppu \
24 sal \
25 salhelper \
26 tl \
27 utl \
28 vcl \
31 ifeq ($(OS),WNT)
32 $(eval $(call gb_Library_use_system_win32_libs,updchk,\
33 ole32 \
34 shell32 \
35 wininet \
38 $(eval $(call gb_Library_add_exception_objects,updchk,\
39 extensions/source/update/check/onlinecheck \
41 endif # OS WNT
43 $(eval $(call gb_Library_use_externals,updchk,\
44 boost_headers \
45 curl \
48 $(eval $(call gb_Library_add_exception_objects,updchk,\
49 extensions/source/update/check/download \
50 extensions/source/update/check/updatecheck \
51 extensions/source/update/check/updatecheckconfig \
52 extensions/source/update/check/updatecheckjob \
53 extensions/source/update/check/updatehdl \
54 extensions/source/update/check/updateprotocol \
57 # vim:set noet sw=4 ts=4: