Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / extensions / Library_updchk.mk
blob7088efa2c37bdb80809b12f39e8a935d446c0a9b
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,services))
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 comphelper \
23 cppuhelper \
24 cppu \
25 sal \
26 salhelper \
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: