summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/fcfg_xslt.mk
blob: 852383aa760e2a5d0c3fd9d5729efc5731e3ace6 (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+=xslt

# -----------------------------------------------
# count = 5
T4_XSLT = \
    writer_DocBook_File \
    XHTML_File \
    Unified_Office_Format_text \
    Unified_Office_Format_spreadsheet \
    Unified_Office_Format_presentation

# -----------------------------------------------
# count = 8
F4_XSLT = \
    DocBook_File \
    XHTML_Calc_File \
    XHTML_Draw_File \
    XHTML_Impress_File \
    XHTML_Writer_File \
    UOF_text \
    UOF_spreadsheet \
    UOF_presentation

# -----------------------------------------------
# count = 0
F4_UI_XSLT =

# -----------------------------------------------
# count = 0
L4_XSLT =

# -----------------------------------------------
# count = 0
C4_XSLT =

# -----------------------------------------------
TYPES_4fcfg_xslt           = $(foreach,i,$(T4_XSLT)    types$/$i.xcu                     )
FILTERS_4fcfg_xslt         = $(foreach,i,$(F4_XSLT)    filters$/$i.xcu                   )
UI_FILTERS_4fcfg_xslt      = $(foreach,i,$(F4_UI_XSLT) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
FRAMELOADERS_4fcfg_xslt    = $(foreach,i,$(L4_XSLT)    frameloaders$/$i.xcu              )
CONTENTHANDLERS_4fcfg_xslt = $(foreach,i,$(C4_XSLT)    contenthandlers$/$i.xcu           )

# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_xslt = \
    $(TYPES_4fcfg_xslt) \
    $(FILTERS_4fcfg_xslt) \
    $(UI_FILTERS_4fcfg_xslt) \
    $(FRAMELOADERS_4fcfg_xslt) \
    $(CONTENTHANDLERS_4fcfg_xslt)

ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_xslt)

ALL_PACKAGES+=xslt