summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/fcfg_writer.mk
blob: 220788049f7924148578b0f84cf8707b8c9d84a0 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
all_fragments+=writer

# -----------------------------------------------
# count = 39
T4_WRITER = \
    writer_web_HTML \
    writer_Lotus_1_2_3_10_DOS_StarWriter \
    writer_Lotus_1_2_3_10_WIN_StarWriter \
    calc_MS_Excel_40 \
    calc_MS_Excel_5095 \
    calc_MS_Excel_95 \
    writer_MS_WinWord_5 \
    writer_MS_WinWord_60 \
    writer_MS_Word_95 \
    writer_MS_Word_95_Vorlage \
    writer_MS_Word_97 \
    writer_MS_Word_97_Vorlage \
    writer_Rich_Text_Format \
    writer_StarOffice_XML_Writer \
    writer_WordPerfect_Document \
    writer_T602_Document \
    writer_Text \
    writer_Text_encoded \
    writer_MIZI_Hwp_97 \
    writer_StarOffice_XML_Writer_Template \
    pdf_Portable_Document_Format\
    writer8_template\
    writer8 \
    writer_MS_Word_2003_XML \
    writer_MS_Word_2007_XML \
    writer_MS_Word_2007_XML_Template

# -----------------------------------------------
# count = 39
F4_WRITER = \
    HTML__StarWriter_ \
    Lotus_1_2_3_1_0__DOS___StarWriter_ \
    Lotus_1_2_3_1_0__WIN___StarWriter_ \
    MS_Excel_4_0__StarWriter_ \
    MS_Excel_5_0__StarWriter_ \
    MS_Excel_95__StarWriter_ \
    MS_WinWord_5 \
    MS_WinWord_6_0 \
    MS_Word_95 \
    MS_Word_95_Vorlage \
    MS_Word_97 \
    MS_Word_97_Vorlage \
    Rich_Text_Format \
    StarOffice_XML__Writer_ \
    WordPerfect \
    T602Document \
    Text \
    Text__encoded_ \
    writer_MIZI_Hwp_97 \
    writer_StarOffice_XML_Writer_Template \
    writer_pdf_Export\
    writer8\
    writer8_template \
    MS_Word_2003_XML \
    MS_Word_2007_XML \
    MS_Word_2007_XML_Template

# -----------------------------------------------
# count = 14
F4_UI_WRITER = \
    HTML__StarWriter__ui \
    MS_Word_95_Vorlage_ui \
    MS_Word_97_Vorlage_ui \
    StarOffice_XML__Writer__ui \
    Text_ui \
    Text__encoded__ui \
    writer_StarOffice_XML_Writer_Template_ui \
    writer8_ui \
    writer8_template_ui \
    MS_Word_2003_XML_ui \
    MS_Word_2007_XML_ui \
    MS_Word_2007_XML_Template_ui

# -----------------------------------------------
# count = 0
L4_WRITER =

# -----------------------------------------------
# count = 0
C4_WRITER =

# -----------------------------------------------
TYPES_4fcfg_writer           = $(foreach,i,$(T4_WRITER)    types$/$i.xcu                     )
FILTERS_4fcfg_writer         = $(foreach,i,$(F4_WRITER)    filters$/$i.xcu                   )
UI_FILTERS_4fcfg_writer      = $(foreach,i,$(F4_UI_WRITER) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
FRAMELOADERS_4fcfg_writer    = $(foreach,i,$(L4_WRITER)    frameloaders$/$i.xcu              )
CONTENTHANDLERS_4fcfg_writer = $(foreach,i,$(C4_WRITER)    contenthandlers$/$i.xcu           )

# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_writer = \
    $(TYPES_4fcfg_writer) \
    $(FILTERS_4fcfg_writer) \
    $(UI_FILTERS_4fcfg_writer) \
    $(FRAMELOADERS_4fcfg_writer) \
    $(CONTENTHANDLERS_4fcfg_writer)

ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_writer)

ALL_PACKAGES+=writer