Update git submodules
[LibreOffice.git] / filter / Module_filter.mk
blobc28c72705cec563be6d3be1e18cb29108786563d
2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 # This file incorporates work covered by the following license notice:
10 # Licensed to the Apache Software Foundation (ASF) under one or more
11 # contributor license agreements. See the NOTICE file distributed
12 # with this work for additional information regarding copyright
13 # ownership. The ASF licenses this file to you under the Apache
14 # License, Version 2.0 (the "License"); you may not use this file
15 # except in compliance with the License. You may obtain a copy of
16 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 $(eval $(call gb_Module_Module,filter))
21 $(eval $(call gb_Module_add_targets,filter,\
22 Configuration_filter \
23 CustomTarget_svg \
24 Library_filterconfig \
25 Library_icg \
26 Library_msfilter \
27 Library_odfflatxml \
28 Library_pdffilter \
29 Library_storagefd \
30 Library_svgfilter \
31 Library_graphicfilter \
32 Library_t602filter \
33 Library_textfd \
34 Library_xmlfa \
35 Library_xmlfd \
36 Library_xsltdlg \
37 Library_xsltfilter \
38 Package_docbook \
39 Package_xhtml \
40 Package_xslt \
41 UIConfig_filter \
44 $(eval $(call gb_Module_add_l10n_targets,filter,\
45 AllLangMoTarget_flt \
48 $(eval $(call gb_Module_add_check_targets,filter,\
49 CppunitTest_filter_xslt \
50 CppunitTest_filter_priority \
51 CppunitTest_filter_msfilter \
52 CppunitTest_filter_textfilterdetect \
53 CppunitTest_filter_pdf \
56 ifneq ($(DISABLE_CVE_TESTS),TRUE)
57 $(eval $(call gb_Module_add_check_targets,filter,\
58 CppunitTest_filter_svg \
60 endif
62 # TODO
63 #$(eval $(call gb_Module_add_subsequentcheck_targets,filter,\
64 JunitTest_filter_complex \
67 # screenshots
68 $(eval $(call gb_Module_add_screenshot_targets,filter,\
69 CppunitTest_filter_dialogs_test \
72 # vim: set noet sw=4 ts=4: