bump product version to 5.0.4.1
[LibreOffice.git] / sd / Library_sdfilt.mk
blob028226924c6aff47a35306c6cb229d8bde1393bd
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 \
17 ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),)
18 $(eval $(call gb_Library_add_defs,sdfilt,\
19 -DDBG_ANIM_LOG \
21 endif
23 $(eval $(call gb_Library_use_external,sdfilt,boost_headers))
25 $(eval $(call gb_Library_use_custom_headers,sdfilt,\
26 oox/generated \
29 $(eval $(call gb_Library_use_sdk_api,sdfilt))
31 $(eval $(call gb_Library_use_libraries,sdfilt,\
32 comphelper \
33 cppu \
34 cppuhelper \
35 editeng \
36 i18nlangtag \
37 i18nutil \
38 msfilter \
39 oox \
40 sal \
41 sax \
42 sd \
43 sfx \
44 sot \
45 svl \
46 svt \
47 svxcore \
48 tl \
49 ucbhelper \
50 utl \
51 vcl \
52 $(gb_UWINAPI) \
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: