Page Breaks: avoid flickering of the tab by drawing it over the line
[LibreOffice.git] / reportdesign / Library_rpt.mk
blob96f82fae8228eb33d31179917fbf3e07b50cc760
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$(realpath $(SRCDIR)/reportdesign/inc) \
33 -I$(realpath $(SRCDIR)/reportdesign/source/inc) \
34 -I$(realpath $(SRCDIR)/reportdesign/source/core/inc) \
35 -I$(OUTDIR)/inc \
38 $(eval $(call gb_Library_add_defs,rpt,\
39 -DREPORTDESIGN_DLLIMPLEMENTATION \
42 $(eval $(call gb_Library_add_api,rpt,\
43 offapi \
44 udkapi \
47 $(eval $(call gb_Library_add_linked_libs,rpt,\
48 comphelper \
49 cppu \
50 cppuhelper \
51 dbtools \
52 dbu \
53 editeng \
54 fwe \
55 i18nisolang1 \
56 sal \
57 sfx \
58 svl \
59 svt \
60 svxcore \
61 svx \
62 tk \
63 tl \
64 utl \
65 vcl \
66 $(gb_STDLIBS) \
69 $(eval $(call gb_Library_set_componentfile,rpt,reportdesign/util/rpt))
71 $(eval $(call gb_Library_add_exception_objects,rpt,\
72 reportdesign/source/core/api/FixedLine \
73 reportdesign/source/core/api/FixedText \
74 reportdesign/source/core/api/FormatCondition \
75 reportdesign/source/core/api/FormattedField \
76 reportdesign/source/core/api/Function \
77 reportdesign/source/core/api/Functions \
78 reportdesign/source/core/api/Group \
79 reportdesign/source/core/api/Groups \
80 reportdesign/source/core/api/ImageControl \
81 reportdesign/source/core/api/ReportComponent \
82 reportdesign/source/core/api/ReportControlModel \
83 reportdesign/source/core/api/ReportDefinition \
84 reportdesign/source/core/api/ReportEngineJFree \
85 reportdesign/source/core/api/ReportVisitor \
86 reportdesign/source/core/api/Section \
87 reportdesign/source/core/api/services \
88 reportdesign/source/core/api/Shape \
89 reportdesign/source/core/api/Tools \
90 reportdesign/source/core/misc/conditionalexpression \
91 reportdesign/source/core/misc/conditionupdater \
92 reportdesign/source/core/misc/reportformula \
93 reportdesign/source/core/resource/core_resource \
94 reportdesign/source/core/sdr/formatnormalizer \
95 reportdesign/source/core/sdr/ModuleHelper \
96 reportdesign/source/core/sdr/PropertyForward \
97 reportdesign/source/core/sdr/ReportDrawPage \
98 reportdesign/source/core/sdr/ReportUndoFactory \
99 reportdesign/source/core/sdr/RptModel \
100 reportdesign/source/core/sdr/RptObject \
101 reportdesign/source/core/sdr/RptObjectListener \
102 reportdesign/source/core/sdr/RptPage \
103 reportdesign/source/core/sdr/UndoActions \
104 reportdesign/source/core/sdr/UndoEnv \
105 reportdesign/source/shared/corestrings \
108 # vim: set noet sw=4 ts=4: