1all_fragments+=math
2
3
4# -----------------------------------------------
5# count = 5
6T4_MATH = \
7	math_MathML_XML_Math \
8	math_MathType_3x \
9	math_StarOffice_XML_Math \
10	pdf_Portable_Document_Format \
11	math8
12
13# -----------------------------------------------
14# count = 5
15F4_MATH = \
16    MathML_XML__Math_ \
17    MathType_3_x \
18    StarOffice_XML__Math_ \
19    math_pdf_Export \
20	math8
21
22# -----------------------------------------------
23# count = 2
24F4_UI_MATH = \
25    StarOffice_XML__Math__ui \
26	math8_ui
27
28# -----------------------------------------------
29# count = 0
30L4_MATH =
31
32# -----------------------------------------------
33# count = 0
34C4_MATH =
35
36# -----------------------------------------------
37TYPES_4fcfg_math           = $(foreach,i,$(T4_MATH)    types$/$i.xcu                      )
38FILTERS_4fcfg_math         = $(foreach,i,$(F4_MATH)    filters$/$i.xcu                    )
39UI_FILTERS_4fcfg_math      = $(foreach,i,$(F4_UI_MATH) $(DIR_LOCFRAG)$/filters$/$i.xcu    )
40FRAMELOADERS_4fcfg_math    = $(foreach,i,$(L4_MATH)    frameloaders$/$i.xcu               )
41CONTENTHANDLERS_4fcfg_math = $(foreach,i,$(C4_MATH)    contenthandlers$/$i.xcu            )
42
43# -----------------------------------------------
44# needed to get dependencies inside global makefile work!
45ALL_4fcfg_math = \
46    $(TYPES_4fcfg_math) \
47    $(FILTERS_4fcfg_math) \
48    $(UI_FILTERS_4fcfg_math) \
49    $(FRAMELOADERS_4fcfg_math) \
50    $(CONTENTHANDLERS_4fcfg_math)
51
52ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_math)
53
54ALL_PACKAGES+=math
55
56