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
,\
18 -I
$(SRCDIR
)/extensions
/inc \
21 $(eval
$(call gb_Library_use_sdk_api
,updchk
))
23 $(eval
$(call gb_Library_use_libraries
,updchk
,\
30 $(eval
$(call gb_Library_use_system_win32_libs
,updchk
,\
36 $(eval
$(call gb_Library_add_exception_objects
,updchk
,\
37 extensions
/source
/update
/check/onlinecheck \
41 $(eval
$(call gb_Library_use_externals
,updchk
,\
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: