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
,xmlsecurity
))
12 $(eval
$(call gb_Library_set_componentfile
,xmlsecurity
,xmlsecurity
/util
/xmlsecurity
))
14 $(eval
$(call gb_Library_set_include
,xmlsecurity
,\
16 -I
$(SRCDIR
)/xmlsecurity
/inc \
19 $(eval
$(call gb_Library_use_external
,xmlsecurity
,boost_headers
))
21 $(eval
$(call gb_Library_use_sdk_api
,xmlsecurity
))
23 $(eval
$(call gb_Library_use_libraries
,xmlsecurity
,\
41 $(eval
$(call gb_Library_add_exception_objects
,xmlsecurity
,\
42 xmlsecurity
/source
/component
/certificatecontainer \
43 xmlsecurity
/source
/component
/documentdigitalsignatures \
44 xmlsecurity
/source
/component
/registerservices \
45 xmlsecurity
/source
/dialogs
/certificatechooser \
46 xmlsecurity
/source
/dialogs
/certificateviewer \
47 xmlsecurity
/source
/dialogs
/digitalsignaturesdialog \
48 xmlsecurity
/source
/dialogs
/macrosecurity \
49 xmlsecurity
/source
/dialogs
/resourcemanager \
50 xmlsecurity
/source
/helper
/documentsignaturehelper \
51 xmlsecurity
/source
/helper
/xmlsignaturehelper2 \
52 xmlsecurity
/source
/helper
/xmlsignaturehelper \
53 xmlsecurity
/source
/helper
/xsecctl \
54 xmlsecurity
/source
/helper
/xsecparser \
55 xmlsecurity
/source
/helper
/xsecsign \
56 xmlsecurity
/source
/helper
/xsecverify \
59 # vim: set noet sw=4 ts=4: