summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/fcfg_math.mk
blob: 07747769b66a78a9b4beee4bf5f04ff5af1081a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
all_fragments+=math


# -----------------------------------------------
# count = 5
T4_MATH = \
    math_MathML_XML_Math \
    math_MathType_3x \
    math_StarOffice_XML_Math \
    pdf_Portable_Document_Format \
    math8

# -----------------------------------------------
# count = 5
F4_MATH = \
    MathML_XML__Math_ \
    MathType_3_x \
    StarOffice_XML__Math_ \
    math_pdf_Export \
    math8

# -----------------------------------------------
# count = 2
F4_UI_MATH = \
    StarOffice_XML__Math__ui \
    math8_ui
    
# -----------------------------------------------
# count = 0
L4_MATH =

# -----------------------------------------------
# count = 0
C4_MATH =

# -----------------------------------------------
TYPES_4fcfg_math           = $(foreach,i,$(T4_MATH)    types$/$i.xcu                      )
FILTERS_4fcfg_math         = $(foreach,i,$(F4_MATH)    filters$/$i.xcu                    )
UI_FILTERS_4fcfg_math      = $(foreach,i,$(F4_UI_MATH) $(DIR_LOCFRAG)$/filters$/$i.xcu    )
FRAMELOADERS_4fcfg_math    = $(foreach,i,$(L4_MATH)    frameloaders$/$i.xcu               )
CONTENTHANDLERS_4fcfg_math = $(foreach,i,$(C4_MATH)    contenthandlers$/$i.xcu            )

# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_math = \
    $(TYPES_4fcfg_math) \
    $(FILTERS_4fcfg_math) \
    $(UI_FILTERS_4fcfg_math) \
    $(FRAMELOADERS_4fcfg_math) \
    $(CONTENTHANDLERS_4fcfg_math)

ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_math)
    
ALL_PACKAGES+=math