Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / sd / Library_sdui.mk
blobb928144145a23bd92bb7eab0cea1c0fed7eee175
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),TRUE)
19 $(eval $(call gb_Library_add_defs,sdui,\
20 -DENABLE_SDREMOTE \
23 ifeq ($(ENABLE_SDREMOTE_BLUETOOTH),TRUE)
24 $(eval $(call gb_Library_add_defs,sdui,\
25 -DENABLE_SDREMOTE_BLUETOOTH \
27 endif
29 endif
31 $(eval $(call gb_Library_use_custom_headers,sdui,\
32 officecfg/registry \
35 $(eval $(call gb_Library_set_precompiled_header,sdui,$(SRCDIR)/sd/inc/pch/precompiled_sdui))
37 $(eval $(call gb_Library_use_external,sdui,boost_headers))
39 $(eval $(call gb_Library_use_sdk_api,sdui))
41 $(eval $(call gb_Library_use_libraries,sdui,\
42 basegfx \
43 comphelper \
44 cppcanvas \
45 cppu \
46 cppuhelper \
47 editeng \
48 i18nlangtag \
49 fwl \
50 fwe \
51 sal \
52 sd \
53 sfx \
54 sot \
55 svl \
56 svt \
57 svxcore \
58 svx \
59 tl \
60 utl \
61 vcl \
64 $(eval $(call gb_Library_add_exception_objects,sdui,\
65 sd/source/filter/html/htmlattr \
66 sd/source/filter/html/pubdlg \
67 sd/source/ui/dlg/brkdlg \
68 sd/source/ui/dlg/copydlg \
69 sd/source/ui/dlg/custsdlg \
70 sd/source/ui/dlg/dlgchar \
71 sd/source/ui/dlg/dlgfield \
72 sd/source/ui/dlg/dlgolbul \
73 sd/source/ui/dlg/dlgpage \
74 sd/source/ui/dlg/dlgsnap \
75 sd/source/ui/dlg/headerfooterdlg \
76 sd/source/ui/dlg/inspagob \
77 sd/source/ui/dlg/masterlayoutdlg \
78 sd/source/ui/dlg/morphdlg \
79 sd/source/ui/dlg/paragr \
80 sd/source/ui/dlg/present \
81 sd/source/ui/dlg/prltempl \
82 sd/source/ui/dlg/prntopts \
83 sd/source/ui/dlg/RemoteDialog \
84 sd/source/ui/dlg/RemoteDialogClientBox \
85 sd/source/ui/dlg/sddlgfact \
86 sd/source/ui/dlg/sdpreslt \
87 sd/source/ui/dlg/sduiexp \
88 sd/source/ui/dlg/tabtempl \
89 sd/source/ui/dlg/tpaction \
90 sd/source/ui/dlg/tpoption \
91 sd/source/ui/dlg/vectdlg \
92 sd/source/ui/dlg/PhotoAlbumDialog \
95 # $(WORKDIR)/inc/sd/sddll0.hxx :
96 # echo "#define" DLL_NAME \"$(if $(filter-out WNT,$(OS)),lib)sd$(DLLPOSTFIX)$(DLLPOST)\" > $@
98 # vim: set noet sw=4 ts=4: