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
,\
15 -I
$(SRCDIR
)/sd
/source
/ui
/inc \
18 ifneq ($(strip $(dbg_anim_log
)$(DBG_ANIM_LOG
)),)
19 $(eval
$(call gb_Library_add_defs
,sdfilt
,\
24 $(eval
$(call gb_Library_use_external
,sdfilt
,boost_headers
))
26 $(eval
$(call gb_Library_use_custom_headers
,sdfilt
,\
30 $(eval
$(call gb_Library_use_sdk_api
,sdfilt
))
32 $(eval
$(call gb_Library_use_libraries
,sdfilt
,\
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: