lok: status update - avoid SIGFPE on zero range.
[LibreOffice.git] / sd / Library_sdui.mk
blobd3fb419a28be9f8b668e6074d80ad79c9d507419
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,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 salhelper \
53 sd \
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: