Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / reportdesign / Library_rpt.mk
blob0e18a8e9c7361675c62b88d45ef2cf3ce62f10f1
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_api,rpt,\
42 offapi \
43 udkapi \
46 $(eval $(call gb_Library_use_libraries,rpt,\
47 comphelper \
48 cppu \
49 cppuhelper \
50 dbtools \
51 dbu \
52 editeng \
53 fwe \
54 i18nisolang1 \
55 sal \
56 sfx \
57 svl \
58 svt \
59 svxcore \
60 svx \
61 tk \
62 tl \
63 utl \
64 vcl \
65 $(gb_STDLIBS) \
68 $(eval $(call gb_Library_set_componentfile,rpt,reportdesign/util/rpt))
70 $(eval $(call gb_Library_add_exception_objects,rpt,\
71 reportdesign/source/core/api/FixedLine \
72 reportdesign/source/core/api/FixedText \
73 reportdesign/source/core/api/FormatCondition \
74 reportdesign/source/core/api/FormattedField \
75 reportdesign/source/core/api/Function \
76 reportdesign/source/core/api/Functions \
77 reportdesign/source/core/api/Group \
78 reportdesign/source/core/api/Groups \
79 reportdesign/source/core/api/ImageControl \
80 reportdesign/source/core/api/ReportComponent \
81 reportdesign/source/core/api/ReportControlModel \
82 reportdesign/source/core/api/ReportDefinition \
83 reportdesign/source/core/api/ReportEngineJFree \
84 reportdesign/source/core/api/ReportVisitor \
85 reportdesign/source/core/api/Section \
86 reportdesign/source/core/api/services \
87 reportdesign/source/core/api/Shape \
88 reportdesign/source/core/api/Tools \
89 reportdesign/source/core/misc/conditionalexpression \
90 reportdesign/source/core/misc/conditionupdater \
91 reportdesign/source/core/misc/reportformula \
92 reportdesign/source/core/resource/core_resource \
93 reportdesign/source/core/sdr/formatnormalizer \
94 reportdesign/source/core/sdr/ModuleHelper \
95 reportdesign/source/core/sdr/PropertyForward \
96 reportdesign/source/core/sdr/ReportDrawPage \
97 reportdesign/source/core/sdr/ReportUndoFactory \
98 reportdesign/source/core/sdr/RptModel \
99 reportdesign/source/core/sdr/RptObject \
100 reportdesign/source/core/sdr/RptObjectListener \
101 reportdesign/source/core/sdr/RptPage \
102 reportdesign/source/core/sdr/UndoActions \
103 reportdesign/source/core/sdr/UndoEnv \
104 reportdesign/source/shared/corestrings \
107 # vim: set noet sw=4 ts=4: