build fix: no comphelper/profilezone.hxx in this branch
[LibreOffice.git] / xmlsecurity / Module_xmlsecurity.mk
blob36b11f5aca521fedc3f4c19346ee71feb3de7036
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_Module_Module,xmlsecurity))
12 $(eval $(call gb_Module_add_targets,xmlsecurity,\
13 Library_xmlsecurity \
14 Library_xsec_fw \
15 $(if $(filter-out ANDROID IOS,$(OS)),Library_xsec_xmlsec) \
18 $(eval $(call gb_Module_add_slowcheck_targets,xmlsecurity,\
19 CppunitTest_xmlsecurity_signing \
20 CppunitTest_xmlsecurity_pdfsigning \
23 $(eval $(call gb_Module_add_l10n_targets,xmlsecurity,\
24 AllLangResTarget_xsec \
25 UIConfig_xmlsec \
28 #FIXME: ^^^, get nss&libxmlsec building on ios and android
30 # failing
31 #$(eval $(call gb_Module_add_check_targets,xmlsecurity,\
32 CppunitTest_qa_certext \
35 # screenshots
36 $(eval $(call gb_Module_add_screenshot_targets,xmlsecurity,\
37 CppunitTest_xmlsecurity_dialogs_test \
40 ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
41 ifeq ($(ENABLE_PDFIUM),TRUE)
43 $(eval $(call gb_Module_add_targets,xmlsecurity,\
44 Executable_pdfverify \
47 endif
48 endif
50 # vim: set noet sw=4 ts=4: