Bump for 3.6-28
[LibreOffice.git] / reportdesign / Library_rptxml.mk
blobd27e64b91cfff303760fdd746385b9ab5fc9b5a7
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
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
16 # (initial developer)
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,\
31 $$(INCLUDE) \
32 -I$(SRCDIR)/reportdesign/inc \
33 -I$(SRCDIR)/reportdesign/source/inc \
36 $(eval $(call gb_Library_use_api,rptxml,\
37 offapi \
38 udkapi \
41 $(eval $(call gb_Library_use_libraries,rptxml,\
42 comphelper \
43 cppu \
44 cppuhelper \
45 dbtools \
46 editeng \
47 rpt \
48 sal \
49 sax \
50 sfx \
51 sot \
52 svl \
53 svxcore \
54 tl \
55 ucbhelper \
56 utl \
57 vcl \
58 xo \
59 $(gb_STDLIBS) \
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: