Bump for 4.0-11
[LibreOffice.git] / reportdesign / Library_rpt.mk
blobf6db9c2c868417dbdf62ee80842493e5b7ee90cc
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,rpt))
30 $(eval $(call gb_Library_set_include,rpt,\
31 $$(INCLUDE) \
32 -I$(SRCDIR)/reportdesign/inc \
33 -I$(SRCDIR)/reportdesign/source/inc \
34 -I$(SRCDIR)/reportdesign/source/core/inc \
37 $(eval $(call gb_Library_add_defs,rpt,\
38 -DREPORTDESIGN_DLLIMPLEMENTATION \
41 $(eval $(call gb_Library_use_sdk_api,rpt))
43 $(eval $(call gb_Library_use_libraries,rpt,\
44 comphelper \
45 cppu \
46 cppuhelper \
47 dbtools \
48 dbu \
49 editeng \
50 fwe \
51 i18nisolang1 \
52 sal \
53 sfx \
54 svl \
55 svt \
56 svxcore \
57 svx \
58 tk \
59 tl \
60 utl \
61 vcl \
62 $(gb_UWINAPI) \
65 $(eval $(call gb_Library_set_componentfile,rpt,reportdesign/util/rpt))
67 $(eval $(call gb_Library_add_exception_objects,rpt,\
68 reportdesign/source/core/api/FixedLine \
69 reportdesign/source/core/api/FixedText \
70 reportdesign/source/core/api/FormatCondition \
71 reportdesign/source/core/api/FormattedField \
72 reportdesign/source/core/api/Function \
73 reportdesign/source/core/api/Functions \
74 reportdesign/source/core/api/Group \
75 reportdesign/source/core/api/Groups \
76 reportdesign/source/core/api/ImageControl \
77 reportdesign/source/core/api/ReportComponent \
78 reportdesign/source/core/api/ReportControlModel \
79 reportdesign/source/core/api/ReportDefinition \
80 reportdesign/source/core/api/ReportEngineJFree \
81 reportdesign/source/core/api/ReportVisitor \
82 reportdesign/source/core/api/Section \
83 reportdesign/source/core/api/services \
84 reportdesign/source/core/api/Shape \
85 reportdesign/source/core/api/Tools \
86 reportdesign/source/core/misc/conditionalexpression \
87 reportdesign/source/core/misc/conditionupdater \
88 reportdesign/source/core/misc/reportformula \
89 reportdesign/source/core/resource/core_resource \
90 reportdesign/source/core/sdr/formatnormalizer \
91 reportdesign/source/core/sdr/ModuleHelper \
92 reportdesign/source/core/sdr/PropertyForward \
93 reportdesign/source/core/sdr/ReportDrawPage \
94 reportdesign/source/core/sdr/ReportUndoFactory \
95 reportdesign/source/core/sdr/RptModel \
96 reportdesign/source/core/sdr/RptObject \
97 reportdesign/source/core/sdr/RptObjectListener \
98 reportdesign/source/core/sdr/RptPage \
99 reportdesign/source/core/sdr/UndoActions \
100 reportdesign/source/core/sdr/UndoEnv \
101 reportdesign/source/shared/corestrings \
104 # vim: set noet sw=4 ts=4: