office-gobmx/onlineupdate/Module_onlineupdate.mk
Markus Mohrhard fcf365f352 generate the certificate verification data as part of the build
Change-Id: I30186f76302e7666c833933b059931e8b1b7b78c
2017-05-19 03:43:33 +02:00

28 lines
748 B
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Module_Module,onlineupdate))
ifneq ($(ENABLE_ONLINE_UPDATE_MAR),)
$(eval $(call gb_Module_add_targets,onlineupdate,\
StaticLibrary_libmar \
StaticLibrary_updatehelper \
$(if $(filter WNT,$(OS)),\
Executable_update_service \
WinResTarget_updater \
StaticLibrary_winhelper )\
Executable_mar \
Executable_updater \
Executable_mbsdiff \
CustomTarget_generated \
))
endif
# vim: set noet sw=4 ts=4: