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