Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / reportdesign / Library_rptui.mk
blob695b06ed3a34b625e8df32b5b42548249282f87c
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,rptui))
30 $(eval $(call gb_Library_set_include,rptui,\
31 $$(INCLUDE) \
32 -I$(SRCDIR)/reportdesign/inc \
33 -I$(SRCDIR)/reportdesign/source/inc \
34 -I$(SRCDIR)/reportdesign/source/ui/inc \
37 $(eval $(call gb_Library_use_sdk_api,rptui))
39 $(eval $(call gb_Library_use_libraries,rptui,\
40 comphelper \
41 cppu \
42 cppuhelper \
43 dbtools \
44 dbu \
45 editeng \
46 for \
47 forui \
48 fwe \
49 i18nisolang1 \
50 rpt \
51 sal \
52 sfx \
53 sot \
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,rptui,reportdesign/util/rptui))
67 $(eval $(call gb_Library_add_exception_objects,rptui,\
68 reportdesign/source/shared/uistrings \
69 reportdesign/source/ui/dlg/AddField \
70 reportdesign/source/ui/dlg/CondFormat \
71 reportdesign/source/ui/dlg/Condition \
72 reportdesign/source/ui/dlg/DateTime \
73 reportdesign/source/ui/dlg/dlgpage \
74 reportdesign/source/ui/dlg/Formula \
75 reportdesign/source/ui/dlg/GroupExchange \
76 reportdesign/source/ui/dlg/GroupsSorting \
77 reportdesign/source/ui/dlg/Navigator \
78 reportdesign/source/ui/dlg/PageNumber \
79 reportdesign/source/ui/inspection/DataProviderHandler \
80 reportdesign/source/ui/inspection/DefaultInspection \
81 reportdesign/source/ui/inspection/GeometryHandler \
82 reportdesign/source/ui/inspection/metadata \
83 reportdesign/source/ui/inspection/ReportComponentHandler \
84 reportdesign/source/ui/misc/ColorListener \
85 reportdesign/source/ui/misc/FunctionHelper \
86 reportdesign/source/ui/misc/rptuiservices \
87 reportdesign/source/ui/misc/RptUndo \
88 reportdesign/source/ui/misc/statusbarcontroller \
89 reportdesign/source/ui/misc/toolboxcontroller \
90 reportdesign/source/ui/misc/UITools \
91 reportdesign/source/ui/report/DesignView \
92 reportdesign/source/ui/report/dlgedclip \
93 reportdesign/source/ui/report/dlgedfac \
94 reportdesign/source/ui/report/dlgedfunc \
95 reportdesign/source/ui/report/EndMarker \
96 reportdesign/source/ui/report/FixedTextColor \
97 reportdesign/source/ui/report/FormattedFieldBeautifier \
98 reportdesign/source/ui/report/propbrw \
99 reportdesign/source/ui/report/ReportController \
100 reportdesign/source/ui/report/ReportControllerObserver \
101 reportdesign/source/ui/report/ReportSection \
102 reportdesign/source/ui/report/ReportWindow \
103 reportdesign/source/ui/report/ScrollHelper \
104 reportdesign/source/ui/report/SectionView \
105 reportdesign/source/ui/report/SectionWindow \
106 reportdesign/source/ui/report/StartMarker \
107 reportdesign/source/ui/report/ViewsWindow \
110 # vim: set noet sw=4 ts=4: