1# *************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20# *************************************************************
21all_fragments+=web
22
23# -----------------------------------------------
24# count = 12
25T4_WEB = \
26	writer_web_HTML \
27	writer_Text \
28	writer_web_HTML_help \
29	writer_StarOffice_XML_Writer \
30	writer_web_StarOffice_XML_Writer_Web_Template \
31	pdf_Portable_Document_Format\
32	writerweb8_writer_template
33
34# -----------------------------------------------
35# count = 14
36F4_WEB = \
37    HTML \
38    Text__StarWriter_Web_ \
39    Text__encoded___StarWriter_Web_ \
40    writer_web_HTML_help \
41    writer_web_StarOffice_XML_Writer \
42    writer_web_StarOffice_XML_Writer_Web_Template \
43    writer_web_pdf_Export\
44    writerweb8_writer_template\
45	writerweb8_writer
46
47# -----------------------------------------------
48# count = 9
49F4_UI_WEB = \
50    HTML_ui \
51    Text__StarWriter_Web__ui \
52    Text__encoded___StarWriter_Web__ui \
53    writer_web_StarOffice_XML_Writer_ui \
54    writer_web_StarOffice_XML_Writer_Web_Template_ui \
55    writerweb8_writer_template_ui \
56	writerweb8_writer_ui
57
58# -----------------------------------------------
59# count = 0
60L4_WEB =
61
62# -----------------------------------------------
63# count = 0
64C4_WEB =
65
66# -----------------------------------------------
67TYPES_4fcfg_web           = $(foreach,i,$(T4_WEB)    types$/$i.xcu                   )
68FILTERS_4fcfg_web         = $(foreach,i,$(F4_WEB)    filters$/$i.xcu                 )
69UI_FILTERS_4fcfg_web      = $(foreach,i,$(F4_UI_WEB) $(DIR_LOCFRAG)$/filters$/$i.xcu )
70FRAMELOADERS_4fcfg_web    = $(foreach,i,$(L4_WEB)    frameloaders$/$i.xcu            )
71CONTENTHANDLERS_4fcfg_web = $(foreach,i,$(C4_WEB)    contenthandlers$/$i.xcu         )
72
73# -----------------------------------------------
74# needed to get dependencies inside global makefile work!
75ALL_4fcfg_web = \
76    $(TYPES_4fcfg_web) \
77    $(FILTERS_4fcfg_web) \
78    $(UI_FILTERS_4fcfg_web) \
79    $(FRAMELOADERS_4fcfg_web) \
80    $(CONTENTHANDLERS_4fcfg_web)
81
82ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_web)
83
84ALL_PACKAGES+=web
85
86