workaround segfault in compiler on macos-clang-intel
[LibreOffice.git] / sax / Library_sax.mk
blobf65fcf05b669624c8fd6cfd4b9e0bffdae4ad140
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,sax))
12 $(eval $(call gb_Library_set_componentfile,sax,sax/source/expatwrap/expwrap,services))
14 $(eval $(call gb_Library_set_include,sax,\
15 -I$(SRCDIR)/sax/inc \
16 $$(INCLUDE) \
19 $(eval $(call gb_Library_use_common_precompiled_header,sax))
21 $(eval $(call gb_Library_use_sdk_api,sax))
23 $(eval $(call gb_Library_use_externals,sax,\
24 libxml2 \
25 expat \
28 $(eval $(call gb_Library_use_libraries,sax,\
29 comphelper \
30 cppu \
31 cppuhelper \
32 sal \
33 salhelper \
34 tl \
37 $(eval $(call gb_Library_add_defs,sax,\
38 -DSAX_DLLIMPLEMENTATION \
41 $(eval $(call gb_Library_add_exception_objects,sax,\
42 sax/source/expatwrap/sax_expat \
43 sax/source/expatwrap/saxwriter \
44 sax/source/expatwrap/xml2utf \
45 sax/source/fastparser/fastparser \
46 sax/source/fastparser/legacyfastparser \
47 sax/source/tools/converter \
48 sax/source/tools/fastattribs \
49 sax/source/tools/fastserializer \
50 sax/source/tools/fshelper \
53 # vim: set noet sw=4 ts=4: