Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / filter / Module_filter.mk
blob170e8768558f486e866f15e9892b2f684463871d
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 AllLangResTarget_eps \
23 AllLangResTarget_flash \
24 AllLangResTarget_pdffilter \
25 AllLangResTarget_t602filter \
26 AllLangResTarget_xsltdlg \
27 Configuration_filter \
28 CustomTarget_svg \
29 $(if $(filter EXPORT,$(BUILD_TYPE)), \
30 Library_egi \
31 Library_eme \
32 Library_epb \
33 Library_epg \
34 Library_epp \
35 Library_eps \
36 Library_ept \
37 Library_era \
38 Library_eti \
39 Library_exp) \
40 Library_filterconfig \
41 Library_flash \
42 Library_icd \
43 Library_icg \
44 Library_idx \
45 Library_ime \
46 Library_ipb \
47 Library_ipd \
48 Library_ips \
49 Library_ipt \
50 Library_ipx \
51 Library_ira \
52 Library_itg \
53 Library_iti \
54 Library_msfilter \
55 Library_odfflatxml \
56 Library_pdffilter \
57 Library_placeware \
58 Library_svgfilter \
59 Library_t602filter \
60 Library_textfd \
61 Library_xmlfa \
62 Library_xmlfd \
63 Library_xsltdlg \
64 Library_xsltfilter \
65 Package_inc \
66 Package_docbook \
67 Package_xslt \
68 UI_xsltdlg \
71 ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
72 $(eval $(call gb_Module_add_targets,filter,\
73 Executable_svg2odf \
75 endif
77 ifneq ($(DISABLE_CVE_TESTS),TRUE)
78 $(eval $(call gb_Module_add_check_targets,filter,\
79 CppunitTest_filter_pict_test \
80 CppunitTest_filter_tga_test \
81 CppunitTest_filter_tiff_test \
83 endif
85 # TODO
86 #$(eval $(call gb_Module_add_subsequentcheck_targets,filter,\
87 JunitTest_filter_complex \
90 # vim: set noet sw=4 ts=4: