bnc#382137 DocxAttributeOutput: don't store address of local variable
[LibreOffice.git] / extensions / Library_updchk.mk
blob93b124e25ece3015492c72fba459c98facd00da5
1 # -*- Mode: makefile; 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 \
29 ifeq ($(OS),WNT)
30 $(eval $(call gb_Library_use_system_win32_libs,updchk,\
31 ole32 \
32 shell32 \
33 wininet \
36 $(eval $(call gb_Library_add_exception_objects,updchk,\
37 extensions/source/update/check/onlinecheck \
39 endif # OS WNT
41 $(eval $(call gb_Library_use_externals,updchk,\
42 boost_headers \
43 curl \
46 $(eval $(call gb_Library_add_exception_objects,updchk,\
47 extensions/source/update/check/download \
48 extensions/source/update/check/updatecheck \
49 extensions/source/update/check/updatecheckconfig \
50 extensions/source/update/check/updatecheckjob \
51 extensions/source/update/check/updatehdl \
52 extensions/source/update/check/updateprotocol \
55 # vim:set noet sw=4 ts=4: