1all_fragments+=writer
2
3# -----------------------------------------------
4# count = 39
5T4_WRITER = \
6    writer_web_HTML \
7    writer_Lotus_1_2_3_10_DOS_StarWriter \
8    writer_Lotus_1_2_3_10_WIN_StarWriter \
9    calc_MS_Excel_40 \
10    calc_MS_Excel_5095 \
11    calc_MS_Excel_95 \
12    writer_MS_WinWord_5 \
13    writer_MS_WinWord_60 \
14    writer_MS_Word_95 \
15    writer_MS_Word_95_Vorlage \
16    writer_MS_Word_97 \
17    writer_MS_Word_97_Vorlage \
18    writer_Rich_Text_Format \
19    writer_StarOffice_XML_Writer \
20    writer_T602_Document \
21    writer_Text \
22    writer_Text_encoded \
23    writer_MIZI_Hwp_97 \
24    writer_StarOffice_XML_Writer_Template \
25    pdf_Portable_Document_Format\
26    writer8_template\
27    writer8 \
28    writer_MS_Word_2003_XML \
29    writer_MS_Word_2007_XML \
30    writer_MS_Word_2007_XML_Template
31
32.IF "$(SYSTEM_LIBWPD)" == "YES"
33T4_WRITER += writer_WordPerfect_Document
34.ENDIF
35
36# -----------------------------------------------
37# count = 38
38F4_WRITER = \
39	HTML__StarWriter_ \
40	Lotus_1_2_3_1_0__DOS___StarWriter_ \
41	Lotus_1_2_3_1_0__WIN___StarWriter_ \
42	MS_Excel_4_0__StarWriter_ \
43	MS_Excel_5_0__StarWriter_ \
44	MS_Excel_95__StarWriter_ \
45	MS_WinWord_5 \
46	MS_WinWord_6_0 \
47	MS_Word_95 \
48	MS_Word_95_Vorlage \
49	MS_Word_97 \
50	MS_Word_97_Vorlage \
51	Rich_Text_Format \
52	StarOffice_XML__Writer_ \
53	T602Document \
54	Text \
55	Text__encoded_ \
56	writer_MIZI_Hwp_97 \
57	writer_StarOffice_XML_Writer_Template \
58	writer_pdf_Export\
59	writer8\
60	writer8_template \
61	MS_Word_2003_XML \
62	MS_Word_2007_XML \
63	MS_Word_2007_XML_Template
64
65.IF "$(SYSTEM_LIBWPD)" == "YES"
66F4_WRITER += WordPerfect
67.ENDIF
68
69
70# -----------------------------------------------
71# count = 14
72F4_UI_WRITER = \
73	HTML__StarWriter__ui \
74	MS_Word_95_Vorlage_ui \
75	MS_Word_97_Vorlage_ui \
76	StarOffice_XML__Writer__ui \
77	Text_ui \
78	Text__encoded__ui \
79	writer_StarOffice_XML_Writer_Template_ui \
80	writer8_ui \
81	writer8_template_ui \
82    MS_Word_2003_XML_ui \
83	MS_Word_2007_XML_ui \
84	MS_Word_2007_XML_Template_ui
85
86# -----------------------------------------------
87# count = 0
88L4_WRITER =
89
90# -----------------------------------------------
91# count = 0
92C4_WRITER =
93
94# -----------------------------------------------
95TYPES_4fcfg_writer           = $(foreach,i,$(T4_WRITER)    types$/$i.xcu                     )
96FILTERS_4fcfg_writer         = $(foreach,i,$(F4_WRITER)    filters$/$i.xcu                   )
97UI_FILTERS_4fcfg_writer      = $(foreach,i,$(F4_UI_WRITER) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
98FRAMELOADERS_4fcfg_writer    = $(foreach,i,$(L4_WRITER)    frameloaders$/$i.xcu              )
99CONTENTHANDLERS_4fcfg_writer = $(foreach,i,$(C4_WRITER)    contenthandlers$/$i.xcu           )
100
101# -----------------------------------------------
102# needed to get dependencies inside global makefile work!
103ALL_4fcfg_writer = \
104    $(TYPES_4fcfg_writer) \
105    $(FILTERS_4fcfg_writer) \
106    $(UI_FILTERS_4fcfg_writer) \
107    $(FRAMELOADERS_4fcfg_writer) \
108    $(CONTENTHANDLERS_4fcfg_writer)
109
110ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_writer)
111
112ALL_PACKAGES+=writer
113
114