Revert "tdf#127471 Remove font width scaling hack"
[LibreOffice.git] / onlineupdate / Executable_mar.mk
blob5352f4ac276180678c9f8b02843e6ae01e26b70c
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/ \
16 $$(INCLUDE) \
19 $(eval $(call gb_Executable_use_static_libraries,mar,\
20 libmar \
21 libmarverify \
24 ifeq ($(OS),WNT)
25 $(eval $(call gb_Executable_add_libs,mar,\
26 ws2_32.lib \
27 Crypt32.lib \
29 endif
31 $(eval $(call gb_Executable_use_externals,mar,\
32 nss3 \
35 $(eval $(call gb_Executable_add_defs,mar,\
36 -DMAR_NSS \
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: */