Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / xmlsecurity / Library_xsec_fw.mk
blobc205a3f2d684f4fdcf83754af69396a9b8d89b3b
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_Library_Library,xsec_fw))
12 $(eval $(call gb_Library_set_include,xsec_fw,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/xmlsecurity/inc \
17 $(eval $(call gb_Library_add_defs,xsec_fw,\
18 -DXSECFW_DLLIMPLEMENTATION \
21 $(eval $(call gb_Library_set_precompiled_header,xsec_fw,$(SRCDIR)/xmlsecurity/inc/pch/precompiled_xsec_fw))
23 $(eval $(call gb_Library_use_sdk_api,xsec_fw))
25 $(eval $(call gb_Library_use_libraries,xsec_fw,\
26 comphelper \
27 cppu \
28 cppuhelper \
29 sal \
32 $(eval $(call gb_Library_add_exception_objects,xsec_fw,\
33 xmlsecurity/source/framework/buffernode \
34 xmlsecurity/source/framework/elementcollector \
35 xmlsecurity/source/framework/elementmark \
36 xmlsecurity/source/framework/saxeventkeeperimpl \
37 xmlsecurity/source/framework/securityengine \
38 xmlsecurity/source/framework/signaturecreatorimpl \
39 xmlsecurity/source/framework/signatureengine \
40 xmlsecurity/source/framework/signatureverifierimpl \
41 xmlsecurity/source/framework/xmlsignaturetemplateimpl \
44 # vim: set noet sw=4 ts=4: