crashreporting: apparent null derefs of SfxViewFrame::Current()
[LibreOffice.git] / sd / Library_sdfilt.mk
blob8bbcc56cf4ea63d0078fb7aee2c19edf126e15c4
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,sdfilt))
12 $(eval $(call gb_Library_set_include,sdfilt,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/sd/inc \
15 -I$(SRCDIR)/sd/source/ui/inc \
18 ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),)
19 $(eval $(call gb_Library_add_defs,sdfilt,\
20 -DDBG_ANIM_LOG \
22 endif
24 $(eval $(call gb_Library_use_external,sdfilt,boost_headers))
26 $(eval $(call gb_Library_use_custom_headers,sdfilt,\
27 oox/generated \
30 $(eval $(call gb_Library_use_sdk_api,sdfilt))
32 $(eval $(call gb_Library_use_libraries,sdfilt,\
33 comphelper \
34 cppu \
35 cppuhelper \
36 editeng \
37 i18nlangtag \
38 i18nutil \
39 msfilter \
40 oox \
41 sal \
42 sax \
43 sd \
44 sfx \
45 sot \
46 svl \
47 svt \
48 svxcore \
49 tl \
50 ucbhelper \
51 utl \
52 vcl \
53 basegfx \
56 $(eval $(call gb_Library_set_componentfile,sdfilt,sd/util/sdfilt))
58 $(eval $(call gb_Library_use_common_precompiled_header,sdfilt))
60 $(eval $(call gb_Library_add_exception_objects,sdfilt,\
61 sd/source/filter/eppt/eppt \
62 sd/source/filter/eppt/epptso \
63 sd/source/filter/eppt/escherex \
64 sd/source/filter/eppt/pptexanimations \
65 sd/source/filter/eppt/pptexsoundcollection \
66 sd/source/filter/eppt/pptx-epptbase \
67 sd/source/filter/eppt/pptx-epptooxml \
68 sd/source/filter/eppt/pptx-animations \
69 sd/source/filter/eppt/pptx-grouptable \
70 sd/source/filter/eppt/pptx-stylesheet \
71 sd/source/filter/eppt/pptx-text \
72 sd/source/filter/ppt/ppt97animations \
73 sd/source/filter/ppt/pptatom \
74 sd/source/filter/ppt/pptin \
75 sd/source/filter/ppt/pptinanimations \
76 sd/source/filter/ppt/propread \
79 # vim: set noet sw=4 ts=4: