Bump for 3.6-28
[LibreOffice.git] / sd / Library_sdui.mk
bloba83d9449f01809d217f4b00e07197b0f4126fb52
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,sdui))
30 $(eval $(call gb_Library_set_include,sdui,\
31 $$(INCLUDE) \
32 -I$(SRCDIR)/sd/inc \
33 -I$(SRCDIR)/sd/source/ui/inc \
36 $(eval $(call gb_Library_add_defs,sdui,\
37 -DSD_DLLIMPLEMENTATION \
40 $(eval $(call gb_Library_use_api,sdui,\
41 offapi \
42 udkapi \
45 $(eval $(call gb_Library_use_libraries,sdui,\
46 basegfx \
47 comphelper \
48 cppcanvas \
49 cppu \
50 cppuhelper \
51 editeng \
52 i18nisolang1 \
53 sal \
54 sd \
55 sfx \
56 sot \
57 svl \
58 svt \
59 svxcore \
60 svx \
61 tl \
62 utl \
63 vcl \
64 $(gb_STDLIBS) \
67 $(eval $(call gb_Library_add_exception_objects,sdui,\
68 sd/source/filter/html/htmlattr \
69 sd/source/filter/html/pubdlg \
70 sd/source/ui/dlg/brkdlg \
71 sd/source/ui/dlg/copydlg \
72 sd/source/ui/dlg/custsdlg \
73 sd/source/ui/dlg/dlgass \
74 sd/source/ui/dlg/dlgassim \
75 sd/source/ui/dlg/dlgchar \
76 sd/source/ui/dlg/dlgfield \
77 sd/source/ui/dlg/dlgolbul \
78 sd/source/ui/dlg/dlgpage \
79 sd/source/ui/dlg/dlgsnap \
80 sd/source/ui/dlg/headerfooterdlg \
81 sd/source/ui/dlg/inspagob \
82 sd/source/ui/dlg/masterlayoutdlg \
83 sd/source/ui/dlg/morphdlg \
84 sd/source/ui/dlg/paragr \
85 sd/source/ui/dlg/present \
86 sd/source/ui/dlg/prltempl \
87 sd/source/ui/dlg/prntopts \
88 sd/source/ui/dlg/sddlgfact \
89 sd/source/ui/dlg/sdpreslt \
90 sd/source/ui/dlg/sduiexp \
91 sd/source/ui/dlg/tabtempl \
92 sd/source/ui/dlg/tpaction \
93 sd/source/ui/dlg/tpoption \
94 sd/source/ui/dlg/vectdlg \
97 # $(WORKDIR)/inc/sd/sddll0.hxx :
98 # echo "#define" DLL_NAME \"$(if $(filter UNX,$(GUI)),lib)sd$(DLLPOSTFIX)$(DLLPOST)\" > $@
100 # vim: set noet sw=4 ts=4: