2011-09-15 13:52:54 +02:00
|
|
|
#
|
2012-06-21 12:04:30 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
|
|
|
#
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#
|
|
|
|
# This file incorporates work covered by the following license notice:
|
|
|
|
#
|
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
# contributor license agreements. See the NOTICE file distributed
|
|
|
|
# with this work for additional information regarding copyright
|
|
|
|
# ownership. The ASF licenses this file to you under the Apache
|
|
|
|
# License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
2011-09-15 13:52:54 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,filter))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,filter,\
|
|
|
|
Configuration_filter \
|
2012-03-31 00:51:19 +02:00
|
|
|
CustomTarget_svg \
|
2012-11-26 10:41:07 +02:00
|
|
|
$(if $(filter EXPORT,$(BUILD_TYPE)), \
|
|
|
|
Library_egi \
|
|
|
|
Library_eme \
|
|
|
|
Library_epb \
|
|
|
|
Library_epg \
|
|
|
|
Library_epp \
|
|
|
|
Library_eps \
|
|
|
|
Library_ept \
|
|
|
|
Library_era \
|
|
|
|
Library_eti \
|
|
|
|
Library_exp) \
|
2011-09-15 14:01:33 +02:00
|
|
|
Library_filterconfig \
|
2011-09-15 14:01:27 +02:00
|
|
|
Library_flash \
|
2014-01-20 10:17:05 +02:00
|
|
|
Library_htmlfd \
|
2011-09-15 14:01:33 +02:00
|
|
|
Library_icd \
|
|
|
|
Library_icg \
|
|
|
|
Library_idx \
|
|
|
|
Library_ime \
|
|
|
|
Library_ipb \
|
|
|
|
Library_ipd \
|
|
|
|
Library_ips \
|
|
|
|
Library_ipt \
|
|
|
|
Library_ipx \
|
|
|
|
Library_ira \
|
|
|
|
Library_itg \
|
|
|
|
Library_iti \
|
2011-09-15 14:01:27 +02:00
|
|
|
Library_msfilter \
|
2011-09-15 14:01:36 +02:00
|
|
|
Library_odfflatxml \
|
2011-09-15 14:01:27 +02:00
|
|
|
Library_pdffilter \
|
|
|
|
Library_placeware \
|
|
|
|
Library_svgfilter \
|
2013-03-25 23:26:36 +01:00
|
|
|
Library_graphicfilter \
|
2011-09-15 14:01:27 +02:00
|
|
|
Library_t602filter \
|
2012-05-24 22:36:09 -04:00
|
|
|
Library_textfd \
|
2011-09-15 14:01:27 +02:00
|
|
|
Library_xmlfa \
|
|
|
|
Library_xmlfd \
|
2011-09-15 14:01:33 +02:00
|
|
|
Library_xsltdlg \
|
|
|
|
Library_xsltfilter \
|
2011-09-15 14:01:27 +02:00
|
|
|
Package_docbook \
|
2013-05-01 15:29:43 +02:00
|
|
|
Package_xhtml \
|
2011-09-15 14:01:27 +02:00
|
|
|
Package_xslt \
|
|
|
|
))
|
|
|
|
|
2013-11-13 02:12:48 +01:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,filter,\
|
|
|
|
AllLangResTarget_eps \
|
|
|
|
AllLangResTarget_pdffilter \
|
|
|
|
AllLangResTarget_t602filter \
|
|
|
|
AllLangResTarget_xsltdlg \
|
2013-12-16 16:51:35 +01:00
|
|
|
UIConfig_xsltdlg \
|
2013-11-13 02:12:48 +01:00
|
|
|
))
|
|
|
|
|
2012-08-06 13:08:04 +03:00
|
|
|
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
|
|
|
|
$(eval $(call gb_Module_add_targets,filter,\
|
|
|
|
Executable_svg2odf \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2012-09-19 22:13:36 +02:00
|
|
|
ifneq ($(DISABLE_CVE_TESTS),TRUE)
|
2012-03-14 16:33:54 +00:00
|
|
|
$(eval $(call gb_Module_add_check_targets,filter,\
|
2012-07-27 10:36:47 +01:00
|
|
|
CppunitTest_filter_pict_test \
|
2012-03-21 09:45:09 +00:00
|
|
|
CppunitTest_filter_tga_test \
|
2012-03-14 16:33:54 +00:00
|
|
|
CppunitTest_filter_tiff_test \
|
|
|
|
))
|
2012-09-19 22:13:36 +02:00
|
|
|
endif
|
2012-03-14 16:33:54 +00:00
|
|
|
|
2011-09-15 14:01:27 +02:00
|
|
|
# TODO
|
|
|
|
#$(eval $(call gb_Module_add_subsequentcheck_targets,filter,\
|
|
|
|
JunitTest_filter_complex \
|
2011-09-15 13:52:54 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|