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
,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_set_precompiled_header
,xmlsecurity
,$(SRCDIR
)/xmlsecurity
/inc
/pch
/precompiled_xmlsecurity
))
23 $(eval
$(call gb_Library_use_sdk_api
,xmlsecurity
))
25 $(eval
$(call gb_Library_use_libraries
,xmlsecurity
,\
43 $(eval
$(call gb_Library_add_exception_objects
,xmlsecurity
,\
44 xmlsecurity
/source
/component
/certificatecontainer \
45 xmlsecurity
/source
/component
/documentdigitalsignatures \
46 xmlsecurity
/source
/component
/registerservices \
47 xmlsecurity
/source
/dialogs
/certificatechooser \
48 xmlsecurity
/source
/dialogs
/certificateviewer \
49 xmlsecurity
/source
/dialogs
/digitalsignaturesdialog \
50 xmlsecurity
/source
/dialogs
/macrosecurity \
51 xmlsecurity
/source
/dialogs
/resourcemanager \
52 xmlsecurity
/source
/helper
/documentsignaturehelper \
53 xmlsecurity
/source
/helper
/xmlsignaturehelper2 \
54 xmlsecurity
/source
/helper
/xmlsignaturehelper \
55 xmlsecurity
/source
/helper
/xsecctl \
56 xmlsecurity
/source
/helper
/xsecparser \
57 xmlsecurity
/source
/helper
/xsecsign \
58 xmlsecurity
/source
/helper
/xsecverify \
61 # vim: set noet sw=4 ts=4: