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
,\
17 ifneq ($(strip $(dbg_anim_log
)$(DBG_ANIM_LOG
)),)
18 $(eval
$(call gb_Library_add_defs
,sdfilt
,\
23 $(eval
$(call gb_Library_use_external
,sdfilt
,boost_headers
))
25 $(eval
$(call gb_Library_use_custom_headers
,sdfilt
,\
29 $(eval
$(call gb_Library_use_sdk_api
,sdfilt
))
31 $(eval
$(call gb_Library_use_libraries
,sdfilt
,\
55 $(eval
$(call gb_Library_set_componentfile
,sdfilt
,sd
/util
/sdfilt
))
57 $(eval
$(call gb_Library_add_exception_objects
,sdfilt
,\
58 sd
/source
/filter/eppt
/eppt \
59 sd
/source
/filter/eppt
/epptso \
60 sd
/source
/filter/eppt
/escherex \
61 sd
/source
/filter/eppt
/pptexanimations \
62 sd
/source
/filter/eppt
/pptexsoundcollection \
63 sd
/source
/filter/eppt
/pptx-epptbase \
64 sd
/source
/filter/eppt
/pptx-epptooxml \
65 sd
/source
/filter/eppt
/pptx-grouptable \
66 sd
/source
/filter/eppt
/pptx-stylesheet \
67 sd
/source
/filter/eppt
/pptx-text \
68 sd
/source
/filter/ppt
/ppt97animations \
69 sd
/source
/filter/ppt
/pptatom \
70 sd
/source
/filter/ppt
/pptin \
71 sd
/source
/filter/ppt
/pptinanimations \
72 sd
/source
/filter/ppt
/propread \
75 # vim: set noet sw=4 ts=4: