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_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_set_precompiled_header
,xsec_fw
,$(SRCDIR
)/xmlsecurity
/inc
/pch
/precompiled_xsec_fw
))
21 $(eval
$(call gb_Library_use_sdk_api
,xsec_fw
))
23 $(eval
$(call gb_Library_use_libraries
,xsec_fw
,\
31 $(eval
$(call gb_Library_add_exception_objects
,xsec_fw
,\
32 xmlsecurity
/source
/framework
/buffernode \
33 xmlsecurity
/source
/framework
/decryptorimpl \
34 xmlsecurity
/source
/framework
/elementcollector \
35 xmlsecurity
/source
/framework
/elementmark \
36 xmlsecurity
/source
/framework
/encryptionengine \
37 xmlsecurity
/source
/framework
/encryptorimpl \
38 xmlsecurity
/source
/framework
/saxeventkeeperimpl \
39 xmlsecurity
/source
/framework
/securityengine \
40 xmlsecurity
/source
/framework
/signaturecreatorimpl \
41 xmlsecurity
/source
/framework
/signatureengine \
42 xmlsecurity
/source
/framework
/signatureverifierimpl \
43 xmlsecurity
/source
/framework
/xmlencryptiontemplateimpl \
44 xmlsecurity
/source
/framework
/xmlsignaturetemplateimpl \
45 xmlsecurity
/source
/framework
/xsec_framework \
48 # vim: set noet sw=4 ts=4: