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