move workaround for old build system to other workarounds
[LibreOffice.git] / reportdesign / Library_rptxml.mk
blob95a914c54db64e6ece6eb6e4a6f80deb658f65d9
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 # The Initial Developer of the Original Code is
15 # David Tardon, Red Hat Inc. <dtardon@redhat.com>
16 # Portions created by the Initial Developer are Copyright (C) 2010 the
17 # Initial Developer. All Rights Reserved.
19 # Major Contributor(s):
21 # For minor contributions see the git repository.
23 # Alternatively, the contents of this file may be used under the terms of
24 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
25 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
26 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
27 # instead of those above.
29 $(eval $(call gb_Library_Library,rptxml))
31 $(eval $(call gb_Library_add_precompiled_header,rptxml,$(SRCDIR)/reportdesign/inc/pch/precompiled_reportdesign))
33 $(eval $(call gb_Library_set_include,rptxml,\
34 $$(INCLUDE) \
35 -I$(realpath $(SRCDIR)/reportdesign/inc) \
36 -I$(realpath $(SRCDIR)/reportdesign/inc/pch) \
37 -I$(realpath $(SRCDIR)/reportdesign/source/inc) \
38 -I$(OUTDIR)/inc \
41 $(eval $(call gb_Library_add_api,rptxml,\
42 offapi \
43 udkapi \
46 $(eval $(call gb_Library_add_linked_libs,rptxml,\
47 comphelper \
48 cppu \
49 cppuhelper \
50 dbtools \
51 editeng \
52 rpt \
53 sal \
54 sax \
55 sfx \
56 sot \
57 svl \
58 svxcore \
59 tl \
60 ucbhelper \
61 utl \
62 vcl \
63 xo \
64 $(gb_STDLIBS) \
67 $(eval $(call gb_Library_set_componentfile,rptxml,reportdesign/util/rptxml))
69 $(eval $(call gb_Library_add_exception_objects,rptxml,\
70 reportdesign/source/filter/xml/dbloader2 \
71 reportdesign/source/filter/xml/xmlAutoStyle \
72 reportdesign/source/filter/xml/xmlCell \
73 reportdesign/source/filter/xml/xmlColumn \
74 reportdesign/source/filter/xml/xmlComponent \
75 reportdesign/source/filter/xml/xmlCondPrtExpr \
76 reportdesign/source/filter/xml/xmlControlProperty \
77 reportdesign/source/filter/xml/xmlExport \
78 reportdesign/source/filter/xml/xmlExportDocumentHandler \
79 reportdesign/source/filter/xml/xmlfilter \
80 reportdesign/source/filter/xml/xmlFixedContent \
81 reportdesign/source/filter/xml/xmlFormatCondition \
82 reportdesign/source/filter/xml/xmlFormattedField \
83 reportdesign/source/filter/xml/xmlFunction \
84 reportdesign/source/filter/xml/xmlGroup \
85 reportdesign/source/filter/xml/xmlHelper \
86 reportdesign/source/filter/xml/xmlImage \
87 reportdesign/source/filter/xml/xmlImportDocumentHandler \
88 reportdesign/source/filter/xml/xmlMasterFields \
89 reportdesign/source/filter/xml/xmlPropertyHandler \
90 reportdesign/source/filter/xml/xmlReport \
91 reportdesign/source/filter/xml/xmlReportElement \
92 reportdesign/source/filter/xml/xmlReportElementBase \
93 reportdesign/source/filter/xml/xmlSection \
94 reportdesign/source/filter/xml/xmlservices \
95 reportdesign/source/filter/xml/xmlStyleImport \
96 reportdesign/source/filter/xml/xmlSubDocument \
97 reportdesign/source/filter/xml/xmlTable \
98 reportdesign/source/shared/xmlstrings \
101 # vim: set noet sw=4 ts=4: