crashtesting: crash seen on exporting forum-it-5909.ods to xlsx
[LibreOffice.git] / dbaccess / Library_dbaxml.mk
bloba9f2d96991c0d06b635d0ef92e1d1f53461db6f0
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,dbaxml))
12 $(eval $(call gb_Library_set_include,dbaxml,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/dbaccess/inc \
15 -I$(SRCDIR)/dbaccess/source/inc \
18 $(eval $(call gb_Library_use_external,dbaxml,boost_headers))
20 $(eval $(call gb_Library_set_precompiled_header,dbaxml,dbaccess/inc/pch/precompiled_dbaxml))
22 $(eval $(call gb_Library_use_sdk_api,dbaxml))
24 $(eval $(call gb_Library_use_libraries,dbaxml,\
25 comphelper \
26 cppu \
27 cppuhelper \
28 dba \
29 dbtools \
30 sal \
31 salhelper \
32 sax \
33 sfx \
34 svl \
35 tk \
36 tl \
37 utl \
38 vcl \
39 xo \
42 $(eval $(call gb_Library_set_componentfile,dbaxml,dbaccess/source/filter/xml/dbaxml))
44 $(eval $(call gb_Library_add_exception_objects,dbaxml,\
45 dbaccess/source/filter/xml/dbloader2 \
46 dbaccess/source/filter/xml/xmlAutoStyle \
47 dbaccess/source/filter/xml/xmlColumn \
48 dbaccess/source/filter/xml/xmlComponent \
49 dbaccess/source/filter/xml/xmlConnectionData \
50 dbaccess/source/filter/xml/xmlConnectionResource \
51 dbaccess/source/filter/xml/xmlDatabase \
52 dbaccess/source/filter/xml/xmlDatabaseDescription \
53 dbaccess/source/filter/xml/xmlDataSource \
54 dbaccess/source/filter/xml/xmlDataSourceInfo \
55 dbaccess/source/filter/xml/xmlDataSourceSetting \
56 dbaccess/source/filter/xml/xmlDataSourceSettings \
57 dbaccess/source/filter/xml/xmlDocuments \
58 dbaccess/source/filter/xml/xmlExport \
59 dbaccess/source/filter/xml/xmlFileBasedDatabase \
60 dbaccess/source/filter/xml/xmlfilter \
61 dbaccess/source/filter/xml/xmlHelper \
62 dbaccess/source/filter/xml/xmlHierarchyCollection \
63 dbaccess/source/filter/xml/xmlLogin \
64 dbaccess/source/filter/xml/xmlQuery \
65 dbaccess/source/filter/xml/xmlServerDatabase \
66 dbaccess/source/filter/xml/xmlStyleImport \
67 dbaccess/source/filter/xml/xmlTable \
68 dbaccess/source/filter/xml/xmlTableFilterList \
69 dbaccess/source/filter/xml/xmlTableFilterPattern \
72 # vim: set noet sw=4 ts=4: