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+=global
22
23# -----------------------------------------------
24# count = 12
25T4_GLOBAL = \
26    writer_Text \
27    writer_StarOffice_XML_Writer \
28    writer_globaldocument_StarOffice_XML_Writer_GlobalDocument \
29    pdf_Portable_Document_Format \
30	writerglobal8 \
31
32# -----------------------------------------------
33# count = 12
34F4_GLOBAL = \
35	Text__encoded___StarWriter_GlobalDocument_ \
36	writer_globaldocument_StarOffice_XML_Writer \
37	writer_globaldocument_StarOffice_XML_Writer_GlobalDocument \
38	writer_globaldocument_pdf_Export \
39	writerglobal8 \
40    writerglobal8_writer \
41    writerglobal8_HTML
42
43# -----------------------------------------------
44# count = 12
45F4_UI_GLOBAL = \
46	Text__encoded___StarWriter_GlobalDocument__ui \
47	writer_globaldocument_StarOffice_XML_Writer_ui \
48	writer_globaldocument_StarOffice_XML_Writer_GlobalDocument_ui \
49	writerglobal8_ui \
50	writerglobal8_writer_ui
51
52# -----------------------------------------------
53# count = 0
54L4_GLOBAL =
55
56# -----------------------------------------------
57# count = 0
58C4_GLOBAL =
59
60# -----------------------------------------------
61TYPES_4fcfg_global           = $(foreach,i,$(T4_GLOBAL)    types$/$i.xcu                     )
62FILTERS_4fcfg_global         = $(foreach,i,$(F4_GLOBAL)    filters$/$i.xcu                   )
63UI_FILTERS_4fcfg_global      = $(foreach,i,$(F4_UI_GLOBAL) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
64FRAMELOADERS_4fcfg_global    = $(foreach,i,$(L4_GLOBAL)    frameloaders$/$i.xcu              )
65CONTENTHANDLERS_4fcfg_global = $(foreach,i,$(C4_GLOBAL)    contenthandlers$/$i.xcu           )
66
67# -----------------------------------------------
68# needed to get dependencies inside global makefile work!
69ALL_4fcfg_global = \
70    $(TYPES_4fcfg_global) \
71    $(FILTERS_4fcfg_global) \
72    $(UI_FILTERS_4fcfg_global) \
73    $(FRAMELOADERS_4fcfg_global) \
74    $(CONTENTHANDLERS_4fcfg_global)
75
76ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_global)
77
78ALL_PACKAGES+=global
79
80