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_Executable_Executable
,mar
))
12 $(eval
$(call gb_Executable_set_include
,mar
,\
13 -I
$(SRCDIR
)/onlineupdate
/source
/libmar
/src
/ \
14 -I
$(SRCDIR
)/onlineupdate
/source
/libmar
/verify
/ \
15 -I
$(SRCDIR
)/onlineupdate
/source
/libmar
/sign
/ \
19 $(eval
$(call gb_Executable_use_static_libraries
,mar
,\
25 $(eval
$(call gb_Executable_add_libs
,mar
,\
31 $(eval
$(call gb_Executable_use_externals
,mar
,\
35 $(eval
$(call gb_Executable_add_defs
,mar
,\
39 $(eval
$(call gb_Executable_add_defs
,mar
,\
40 -DAPP_VERSION
=\"$(LIBO_VERSION_MAJOR
).
$(LIBO_VERSION_MINOR
).
$(LIBO_VERSION_MICRO
).
$(LIBO_VERSION_PATCH
)\" \
43 $(eval
$(call gb_Executable_add_cobjects
,mar
,\
44 onlineupdate
/source
/libmar
/sign
/nss_secutil \
45 onlineupdate
/source
/libmar
/sign
/mar_sign \
46 onlineupdate
/source
/libmar
/tool
/mar \
49 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */