Branch libreoffice-5-0-4
[LibreOffice.git] / extensions / Library_updchk.mk
blobc7299d3116d799cd018acbdb7e6ef67ea7938700
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_Library_Library,updchk))
14 $(eval $(call gb_Library_set_componentfile,updchk,extensions/source/update/check/updchk.uno))
16 $(eval $(call gb_Library_set_include,updchk,\
17 $$(INCLUDE) \
18 -I$(SRCDIR)/extensions/inc \
21 $(eval $(call gb_Library_use_sdk_api,updchk))
23 $(eval $(call gb_Library_use_libraries,updchk,\
24 cppuhelper \
25 cppu \
26 sal \
27 salhelper \
30 ifeq ($(OS),WNT)
31 $(eval $(call gb_Library_use_system_win32_libs,updchk,\
32 ole32 \
33 shell32 \
34 wininet \
37 $(eval $(call gb_Library_add_exception_objects,updchk,\
38 extensions/source/update/check/onlinecheck \
40 endif # OS WNT
42 $(eval $(call gb_Library_use_externals,updchk,\
43 boost_headers \
44 curl \
47 $(eval $(call gb_Library_add_exception_objects,updchk,\
48 extensions/source/update/check/download \
49 extensions/source/update/check/updatecheck \
50 extensions/source/update/check/updatecheckconfig \
51 extensions/source/update/check/updatecheckjob \
52 extensions/source/update/check/updatehdl \
53 extensions/source/update/check/updateprotocol \
56 # vim:set noet sw=4 ts=4: