1 # -*- Mode: makefile; 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_componentfile
,xsec_fw
,xmlsecurity
/util
/xsec_fw
))
14 $(eval
$(call gb_Library_set_include
,xsec_fw
,\
16 -I
$(SRCDIR
)/xmlsecurity
/inc \
19 $(eval
$(call gb_Library_use_sdk_api
,xsec_fw
))
21 $(eval
$(call gb_Library_use_libraries
,xsec_fw
,\
28 $(eval
$(call gb_Library_add_exception_objects
,xsec_fw
,\
29 xmlsecurity
/source
/framework
/buffernode \
30 xmlsecurity
/source
/framework
/decryptorimpl \
31 xmlsecurity
/source
/framework
/elementcollector \
32 xmlsecurity
/source
/framework
/elementmark \
33 xmlsecurity
/source
/framework
/encryptionengine \
34 xmlsecurity
/source
/framework
/encryptorimpl \
35 xmlsecurity
/source
/framework
/saxeventkeeperimpl \
36 xmlsecurity
/source
/framework
/securityengine \
37 xmlsecurity
/source
/framework
/signaturecreatorimpl \
38 xmlsecurity
/source
/framework
/signatureengine \
39 xmlsecurity
/source
/framework
/signatureverifierimpl \
40 xmlsecurity
/source
/framework
/xmlencryptiontemplateimpl \
41 xmlsecurity
/source
/framework
/xmlsignaturetemplateimpl \
42 xmlsecurity
/source
/framework
/xsec_framework \
45 # vim: set noet sw=4 ts=4: