1# *************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20# *************************************************************
21all_fragments+=math
22
23
24# -----------------------------------------------
25# count = 5
26T4_MATH = \
27	math_MathML_XML_Math \
28	math_MathType_3x \
29	math_StarOffice_XML_Math \
30	pdf_Portable_Document_Format \
31	math8
32
33# -----------------------------------------------
34# count = 5
35F4_MATH = \
36    MathML_XML__Math_ \
37    MathType_3_x \
38    StarOffice_XML__Math_ \
39    math_pdf_Export \
40	math8
41
42# -----------------------------------------------
43# count = 2
44F4_UI_MATH = \
45    StarOffice_XML__Math__ui \
46	math8_ui
47
48# -----------------------------------------------
49# count = 0
50L4_MATH =
51
52# -----------------------------------------------
53# count = 0
54C4_MATH =
55
56# -----------------------------------------------
57TYPES_4fcfg_math           = $(foreach,i,$(T4_MATH)    types$/$i.xcu                      )
58FILTERS_4fcfg_math         = $(foreach,i,$(F4_MATH)    filters$/$i.xcu                    )
59UI_FILTERS_4fcfg_math      = $(foreach,i,$(F4_UI_MATH) $(DIR_LOCFRAG)$/filters$/$i.xcu    )
60FRAMELOADERS_4fcfg_math    = $(foreach,i,$(L4_MATH)    frameloaders$/$i.xcu               )
61CONTENTHANDLERS_4fcfg_math = $(foreach,i,$(C4_MATH)    contenthandlers$/$i.xcu            )
62
63# -----------------------------------------------
64# needed to get dependencies inside global makefile work!
65ALL_4fcfg_math = \
66    $(TYPES_4fcfg_math) \
67    $(FILTERS_4fcfg_math) \
68    $(UI_FILTERS_4fcfg_math) \
69    $(FRAMELOADERS_4fcfg_math) \
70    $(CONTENTHANDLERS_4fcfg_math)
71
72ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_math)
73
74ALL_PACKAGES+=math
75
76