bump product version to 4.1.6.2
[LibreOffice.git] / sd / Library_sdui.mk
blob4ac90003e5709ae95c3dfbf5a8b0b5a27fde0da5
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,sdui))
12 $(eval $(call gb_Library_set_include,sdui,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/sd/inc \
15 -I$(SRCDIR)/sd/source/ui/inc \
18 ifeq ($(ENABLE_SDREMOTE),YES)
19 $(eval $(call gb_Library_add_defs,sdui,\
20 -DENABLE_SDREMOTE \
23 ifeq ($(ENABLE_SDREMOTE_BLUETOOTH),YES)
24 $(eval $(call gb_Library_add_defs,sdui,\
25 -DENABLE_SDREMOTE_BLUETOOTH \
27 endif
29 endif
31 $(eval $(call gb_Library_use_external,sdui,boost_headers))
33 $(eval $(call gb_Library_use_sdk_api,sdui))
35 $(eval $(call gb_Library_use_libraries,sdui,\
36 basegfx \
37 comphelper \
38 cppcanvas \
39 cppu \
40 cppuhelper \
41 editeng \
42 i18nlangtag \
43 fwk \
44 fwl \
45 fwe \
46 sal \
47 sd \
48 sfx \
49 sot \
50 svl \
51 svt \
52 svxcore \
53 svx \
54 tl \
55 utl \
56 vcl \
57 $(gb_UWINAPI) \
60 $(eval $(call gb_Library_add_exception_objects,sdui,\
61 sd/source/filter/html/htmlattr \
62 sd/source/filter/html/pubdlg \
63 sd/source/ui/dlg/brkdlg \
64 sd/source/ui/dlg/copydlg \
65 sd/source/ui/dlg/custsdlg \
66 sd/source/ui/dlg/dlgass \
67 sd/source/ui/dlg/dlgassim \
68 sd/source/ui/dlg/dlgchar \
69 sd/source/ui/dlg/dlgfield \
70 sd/source/ui/dlg/dlgolbul \
71 sd/source/ui/dlg/dlgpage \
72 sd/source/ui/dlg/dlgsnap \
73 sd/source/ui/dlg/headerfooterdlg \
74 sd/source/ui/dlg/inspagob \
75 sd/source/ui/dlg/masterlayoutdlg \
76 sd/source/ui/dlg/morphdlg \
77 sd/source/ui/dlg/paragr \
78 sd/source/ui/dlg/present \
79 sd/source/ui/dlg/prltempl \
80 sd/source/ui/dlg/prntopts \
81 sd/source/ui/dlg/RemoteDialog \
82 sd/source/ui/dlg/RemoteDialogClientBox \
83 sd/source/ui/dlg/sddlgfact \
84 sd/source/ui/dlg/sdpreslt \
85 sd/source/ui/dlg/sduiexp \
86 sd/source/ui/dlg/tabtempl \
87 sd/source/ui/dlg/tpaction \
88 sd/source/ui/dlg/tpoption \
89 sd/source/ui/dlg/vectdlg \
90 sd/source/ui/dlg/PhotoAlbumDialog \
93 # $(WORKDIR)/inc/sd/sddll0.hxx :
94 # echo "#define" DLL_NAME \"$(if $(filter-out WNT,$(OS)),lib)sd$(DLLPOSTFIX)$(DLLPOST)\" > $@
96 # vim: set noet sw=4 ts=4: