update expat to 2.4.9
[LibreOffice.git] / sd / Library_sdui.mk
bloba774d0610cb4fd06845c1916fcb568fdd45aaaaa
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_plugin_for,sdui,sd))
14 $(eval $(call gb_Library_set_include,sdui,\
15 $$(INCLUDE) \
16 -I$(SRCDIR)/sd/inc \
17 -I$(SRCDIR)/sd/source/ui/inc \
20 ifeq ($(ENABLE_SDREMOTE),TRUE)
21 $(eval $(call gb_Library_add_defs,sdui,\
22 -DENABLE_SDREMOTE \
25 ifeq ($(ENABLE_SDREMOTE_BLUETOOTH),TRUE)
26 $(eval $(call gb_Library_add_defs,sdui,\
27 -DENABLE_SDREMOTE_BLUETOOTH \
29 endif
31 endif
33 $(eval $(call gb_Library_use_custom_headers,sdui,\
34 officecfg/registry \
37 $(eval $(call gb_Library_set_precompiled_header,sdui,sd/inc/pch/precompiled_sdui))
39 $(eval $(call gb_Library_use_external,sdui,boost_headers))
41 $(eval $(call gb_Library_use_sdk_api,sdui))
43 $(eval $(call gb_Library_use_libraries,sdui,\
44 basegfx \
45 comphelper \
46 cppcanvas \
47 cppu \
48 cppuhelper \
49 editeng \
50 i18nlangtag \
51 fwk \
52 sal \
53 salhelper \
54 sfx \
55 sot \
56 svl \
57 svt \
58 svxcore \
59 svx \
60 tl \
61 utl \
62 vcl \
63 cui \
66 $(eval $(call gb_Library_add_exception_objects,sdui,\
67 sd/source/filter/html/htmlattr \
68 sd/source/filter/html/pubdlg \
69 sd/source/ui/dlg/brkdlg \
70 sd/source/ui/dlg/copydlg \
71 sd/source/ui/dlg/custsdlg \
72 sd/source/ui/dlg/dlgchar \
73 sd/source/ui/dlg/dlgfield \
74 sd/source/ui/dlg/dlgolbul \
75 sd/source/ui/dlg/dlgpage \
76 sd/source/ui/dlg/dlgsnap \
77 sd/source/ui/dlg/headerfooterdlg \
78 sd/source/ui/dlg/inspagob \
79 sd/source/ui/dlg/masterlayoutdlg \
80 sd/source/ui/dlg/morphdlg \
81 sd/source/ui/dlg/paragr \
82 sd/source/ui/dlg/present \
83 sd/source/ui/dlg/prltempl \
84 sd/source/ui/dlg/prntopts \
85 sd/source/ui/dlg/RemoteDialog \
86 sd/source/ui/dlg/RemoteDialogClientBox \
87 sd/source/ui/dlg/sddlgfact \
88 sd/source/ui/dlg/sdpreslt \
89 sd/source/ui/dlg/sduiexp \
90 sd/source/ui/dlg/tabtempl \
91 sd/source/ui/dlg/tpaction \
92 sd/source/ui/dlg/tpoption \
93 sd/source/ui/dlg/vectdlg \
94 sd/source/ui/dlg/PhotoAlbumDialog \
95 sd/source/ui/dlg/BulletAndPositionDlg \
98 # $(WORKDIR)/inc/sd/sddll0.hxx :
99 # echo "#define" DLL_NAME \"$(if $(filter-out WNT,$(OS)),lib)sd$(DLLPOSTFIX)$(DLLPOST)\" > $@
101 # vim: set noet sw=4 ts=4: