1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
14 # Major Contributor(s):
15 # Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval
$(call gb_Library_Library
,rptxml
))
30 $(eval
$(call gb_Library_set_include
,rptxml
,\
32 -I
$(SRCDIR
)/reportdesign
/inc \
33 -I
$(SRCDIR
)/reportdesign
/source
/inc \
36 $(eval
$(call gb_Library_use_api
,rptxml
,\
41 $(eval
$(call gb_Library_use_libraries
,rptxml
,\
62 $(eval
$(call gb_Library_set_componentfile
,rptxml
,reportdesign
/util
/rptxml
))
64 $(eval
$(call gb_Library_add_exception_objects
,rptxml
,\
65 reportdesign
/source
/filter/xml
/dbloader2 \
66 reportdesign
/source
/filter/xml
/xmlAutoStyle \
67 reportdesign
/source
/filter/xml
/xmlCell \
68 reportdesign
/source
/filter/xml
/xmlColumn \
69 reportdesign
/source
/filter/xml
/xmlComponent \
70 reportdesign
/source
/filter/xml
/xmlCondPrtExpr \
71 reportdesign
/source
/filter/xml
/xmlControlProperty \
72 reportdesign
/source
/filter/xml
/xmlExport \
73 reportdesign
/source
/filter/xml
/xmlExportDocumentHandler \
74 reportdesign
/source
/filter/xml
/xmlfilter \
75 reportdesign
/source
/filter/xml
/xmlFixedContent \
76 reportdesign
/source
/filter/xml
/xmlFormatCondition \
77 reportdesign
/source
/filter/xml
/xmlFormattedField \
78 reportdesign
/source
/filter/xml
/xmlFunction \
79 reportdesign
/source
/filter/xml
/xmlGroup \
80 reportdesign
/source
/filter/xml
/xmlHelper \
81 reportdesign
/source
/filter/xml
/xmlImage \
82 reportdesign
/source
/filter/xml
/xmlImportDocumentHandler \
83 reportdesign
/source
/filter/xml
/xmlMasterFields \
84 reportdesign
/source
/filter/xml
/xmlPropertyHandler \
85 reportdesign
/source
/filter/xml
/xmlReport \
86 reportdesign
/source
/filter/xml
/xmlReportElement \
87 reportdesign
/source
/filter/xml
/xmlReportElementBase \
88 reportdesign
/source
/filter/xml
/xmlSection \
89 reportdesign
/source
/filter/xml
/xmlservices \
90 reportdesign
/source
/filter/xml
/xmlStyleImport \
91 reportdesign
/source
/filter/xml
/xmlSubDocument \
92 reportdesign
/source
/filter/xml
/xmlTable \
93 reportdesign
/source
/shared
/xmlstrings \
96 # vim: set noet sw=4 ts=4: