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
,rptxml
))
12 $(eval
$(call gb_Library_set_include
,rptxml
,\
14 -I
$(SRCDIR
)/reportdesign
/inc \
15 -I
$(SRCDIR
)/reportdesign
/source
/inc \
18 $(eval
$(call gb_Library_use_external
,rptxml
,boost_headers
))
20 $(eval
$(call gb_Library_set_precompiled_header
,rptxml
,reportdesign
/inc
/pch
/precompiled_rptxml
))
22 $(eval
$(call gb_Library_use_sdk_api
,rptxml
))
24 $(eval
$(call gb_Library_use_custom_headers
,rptxml
,\
28 $(eval
$(call gb_Library_use_libraries
,rptxml
,\
49 $(eval
$(call gb_Library_set_componentfile
,rptxml
,reportdesign
/util
/rptxml
,services
))
51 $(eval
$(call gb_Library_add_exception_objects
,rptxml
,\
52 reportdesign
/source
/filter/xml
/dbloader2 \
53 reportdesign
/source
/filter/xml
/xmlAutoStyle \
54 reportdesign
/source
/filter/xml
/xmlCell \
55 reportdesign
/source
/filter/xml
/xmlColumn \
56 reportdesign
/source
/filter/xml
/xmlComponent \
57 reportdesign
/source
/filter/xml
/xmlCondPrtExpr \
58 reportdesign
/source
/filter/xml
/xmlControlProperty \
59 reportdesign
/source
/filter/xml
/xmlExport \
60 reportdesign
/source
/filter/xml
/xmlExportDocumentHandler \
61 reportdesign
/source
/filter/xml
/xmlfilter \
62 reportdesign
/source
/filter/xml
/xmlFixedContent \
63 reportdesign
/source
/filter/xml
/xmlFormatCondition \
64 reportdesign
/source
/filter/xml
/xmlFormattedField \
65 reportdesign
/source
/filter/xml
/xmlFunction \
66 reportdesign
/source
/filter/xml
/xmlGroup \
67 reportdesign
/source
/filter/xml
/xmlHelper \
68 reportdesign
/source
/filter/xml
/xmlImage \
69 reportdesign
/source
/filter/xml
/xmlImportDocumentHandler \
70 reportdesign
/source
/filter/xml
/xmlMasterFields \
71 reportdesign
/source
/filter/xml
/xmlPropertyHandler \
72 reportdesign
/source
/filter/xml
/xmlReport \
73 reportdesign
/source
/filter/xml
/xmlReportElement \
74 reportdesign
/source
/filter/xml
/xmlReportElementBase \
75 reportdesign
/source
/filter/xml
/xmlSection \
76 reportdesign
/source
/filter/xml
/xmlStyleImport \
77 reportdesign
/source
/filter/xml
/xmlSubDocument \
78 reportdesign
/source
/filter/xml
/xmlTable \
81 # vim: set noet sw=4 ts=4: