summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/fcfg_web.mk
blob: c333635228c08c5c622d80f0d2ddbd774ea27614 (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
56
57
58
59
60
61
62
63
64
65
all_fragments+=web

# -----------------------------------------------
# count = 12
T4_WEB = \
    writer_web_HTML \
    writer_Text \
    writer_web_HTML_help \
    writer_StarOffice_XML_Writer \
    writer_web_StarOffice_XML_Writer_Web_Template \
    pdf_Portable_Document_Format\
    writerweb8_writer_template

# -----------------------------------------------
# count = 14
F4_WEB = \
    HTML \
    Text__StarWriter_Web_ \
    Text__encoded___StarWriter_Web_ \
    writer_web_HTML_help \
    writer_web_StarOffice_XML_Writer \
    writer_web_StarOffice_XML_Writer_Web_Template \
    writer_web_pdf_Export\
    writerweb8_writer_template\
    writerweb8_writer

# -----------------------------------------------
# count = 9
F4_UI_WEB = \
    HTML_ui \
    Text__StarWriter_Web__ui \
    Text__encoded___StarWriter_Web__ui \
    writer_web_StarOffice_XML_Writer_ui \
    writer_web_StarOffice_XML_Writer_Web_Template_ui \
    writerweb8_writer_template_ui \
    writerweb8_writer_ui
    
# -----------------------------------------------
# count = 0
L4_WEB =

# -----------------------------------------------
# count = 0
C4_WEB =

# -----------------------------------------------
TYPES_4fcfg_web           = $(foreach,i,$(T4_WEB)    types$/$i.xcu                   )
FILTERS_4fcfg_web         = $(foreach,i,$(F4_WEB)    filters$/$i.xcu                 )
UI_FILTERS_4fcfg_web      = $(foreach,i,$(F4_UI_WEB) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_web    = $(foreach,i,$(L4_WEB)    frameloaders$/$i.xcu            )
CONTENTHANDLERS_4fcfg_web = $(foreach,i,$(C4_WEB)    contenthandlers$/$i.xcu         )

# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_web = \
    $(TYPES_4fcfg_web) \
    $(FILTERS_4fcfg_web) \
    $(UI_FILTERS_4fcfg_web) \
    $(FRAMELOADERS_4fcfg_web) \
    $(CONTENTHANDLERS_4fcfg_web)

ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_web)
    
ALL_PACKAGES+=web