GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / xmlsecurity / Library_xmlsecurity.mk
blobca49408ffd3b0166e540becc3dd69db7de7f0e23
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,\
15 $$(INCLUDE) \
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,\
24 comphelper \
25 cppu \
26 cppuhelper \
27 sal \
28 sax \
29 svl \
30 svt \
31 svxcore \
32 tl \
33 ucbhelper \
34 utl \
35 vcl \
36 xo \
37 i18nlangtag \
38 $(gb_UWINAPI) \
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: