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_WordPerfect_Document \
21    writer_T602_Document \
22    writer_Text \
23    writer_Text_encoded \
24    writer_MIZI_Hwp_97 \
25    writer_StarOffice_XML_Writer_Template \
26    pdf_Portable_Document_Format\
27    writer8_template\
28    writer8 \
29    writer_MS_Word_2003_XML \
30	writer_MS_Word_2007_XML \
31	writer_MS_Word_2007_XML_Template
32
33# -----------------------------------------------
34# count = 39
35F4_WRITER = \
36	HTML__StarWriter_ \
37	Lotus_1_2_3_1_0__DOS___StarWriter_ \
38	Lotus_1_2_3_1_0__WIN___StarWriter_ \
39	MS_Excel_4_0__StarWriter_ \
40	MS_Excel_5_0__StarWriter_ \
41	MS_Excel_95__StarWriter_ \
42	MS_WinWord_5 \
43	MS_WinWord_6_0 \
44	MS_Word_95 \
45	MS_Word_95_Vorlage \
46	MS_Word_97 \
47	MS_Word_97_Vorlage \
48	Rich_Text_Format \
49	StarOffice_XML__Writer_ \
50	WordPerfect \
51	T602Document \
52	Text \
53	Text__encoded_ \
54	writer_MIZI_Hwp_97 \
55	writer_StarOffice_XML_Writer_Template \
56	writer_pdf_Export\
57	writer8\
58	writer8_template \
59    MS_Word_2003_XML \
60	MS_Word_2007_XML \
61	MS_Word_2007_XML_Template
62
63# -----------------------------------------------
64# count = 14
65F4_UI_WRITER = \
66	HTML__StarWriter__ui \
67	MS_Word_95_Vorlage_ui \
68	MS_Word_97_Vorlage_ui \
69	StarOffice_XML__Writer__ui \
70	Text_ui \
71	Text__encoded__ui \
72	writer_StarOffice_XML_Writer_Template_ui \
73	writer8_ui \
74	writer8_template_ui \
75    MS_Word_2003_XML_ui \
76	MS_Word_2007_XML_ui \
77	MS_Word_2007_XML_Template_ui
78
79# -----------------------------------------------
80# count = 0
81L4_WRITER =
82
83# -----------------------------------------------
84# count = 0
85C4_WRITER =
86
87# -----------------------------------------------
88TYPES_4fcfg_writer           = $(foreach,i,$(T4_WRITER)    types$/$i.xcu                     )
89FILTERS_4fcfg_writer         = $(foreach,i,$(F4_WRITER)    filters$/$i.xcu                   )
90UI_FILTERS_4fcfg_writer      = $(foreach,i,$(F4_UI_WRITER) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
91FRAMELOADERS_4fcfg_writer    = $(foreach,i,$(L4_WRITER)    frameloaders$/$i.xcu              )
92CONTENTHANDLERS_4fcfg_writer = $(foreach,i,$(C4_WRITER)    contenthandlers$/$i.xcu           )
93
94# -----------------------------------------------
95# needed to get dependencies inside global makefile work!
96ALL_4fcfg_writer = \
97    $(TYPES_4fcfg_writer) \
98    $(FILTERS_4fcfg_writer) \
99    $(UI_FILTERS_4fcfg_writer) \
100    $(FRAMELOADERS_4fcfg_writer) \
101    $(CONTENTHANDLERS_4fcfg_writer)
102
103ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_writer)
104
105ALL_PACKAGES+=writer
106
107