Branch libreoffice-5-0-4
[LibreOffice.git] / xmlsecurity / Library_xmlsecurity.mk
blob354c451375c23c43365db5828a87d95672901b52
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,\
15 $$(INCLUDE) \
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,\
26 comphelper \
27 cppu \
28 cppuhelper \
29 sal \
30 sax \
31 svl \
32 svt \
33 svxcore \
34 tl \
35 ucbhelper \
36 utl \
37 vcl \
38 xo \
39 i18nlangtag \
40 $(gb_UWINAPI) \
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: