fix typo
[LibreOffice.git] / filter / Module_filter.mk
blob3fbb5e8f188bc306d9544396f5b2655ab6361743
1 #***************************************************************
2 # Licensed to the Apache Software Foundation (ASF) under one
3 # or more contributor license agreements. See the NOTICE file
4 # distributed with this work for additional information
5 # regarding copyright ownership. The ASF licenses this file
6 # to you under the Apache License, Version 2.0 (the
7 # "License"); you may not use this file except in compliance
8 # with the License. You may obtain a copy of the License at
10 # http://www.apache.org/licenses/LICENSE-2.0
12 # Unless required by applicable law or agreed to in writing,
13 # software distributed under the License is distributed on an
14 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 # KIND, either express or implied. See the License for the
16 # specific language governing permissions and limitations
17 # under the License.
18 #***************************************************************
20 $(eval $(call gb_Module_Module,filter))
22 $(eval $(call gb_Module_add_targets,filter,\
23 AllLangResTarget_eps \
24 AllLangResTarget_flash \
25 AllLangResTarget_pdffilter \
26 AllLangResTarget_t602filter \
27 AllLangResTarget_xsltdlg \
28 Configuration_filter \
29 Library_PptImporter \
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_filtertracer \
42 Library_flash \
43 Library_icd \
44 Library_icg \
45 Library_idx \
46 Library_ime \
47 Library_ipb \
48 Library_ipd \
49 Library_ips \
50 Library_ipt \
51 Library_ipx \
52 Library_ira \
53 Library_itg \
54 Library_iti \
55 Library_msfilter \
56 Library_odfflatxml \
57 Library_pdffilter \
58 Library_placeware \
59 Library_svgfilter \
60 Library_t602filter \
61 Library_xmlfa \
62 Library_xmlfd \
63 Library_xsltdlg \
64 Library_xsltfilter \
65 Package_inc \
66 Package_docbook \
67 Package_filter_generated \
68 Package_xslt \
71 ifneq ($(SOLAR_JAVA),)
72 $(eval $(call gb_Module_add_targets,filter,\
73 Jar_XSLTFilter \
74 Jar_XSLTValidate \
76 endif
78 # TODO
79 #$(eval $(call gb_Module_add_subsequentcheck_targets,filter,\
80 JunitTest_filter_complex \
83 # vim: set noet sw=4 ts=4: