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+=xslt
22
23# -----------------------------------------------
24# count = 5
25T4_XSLT = \
26    writer_DocBook_File \
27    XHTML_File \
28    Unified_Office_Format_text \
29    Unified_Office_Format_spreadsheet \
30    Unified_Office_Format_presentation
31
32# -----------------------------------------------
33# count = 8
34F4_XSLT = \
35    DocBook_File \
36    XHTML_Calc_File \
37    XHTML_Draw_File \
38    XHTML_Impress_File \
39    XHTML_Writer_File \
40    UOF_text \
41    UOF_spreadsheet \
42    UOF_presentation
43
44# -----------------------------------------------
45# count = 0
46F4_UI_XSLT =
47
48# -----------------------------------------------
49# count = 0
50L4_XSLT =
51
52# -----------------------------------------------
53# count = 0
54C4_XSLT =
55
56# -----------------------------------------------
57TYPES_4fcfg_xslt           = $(foreach,i,$(T4_XSLT)    types$/$i.xcu                     )
58FILTERS_4fcfg_xslt         = $(foreach,i,$(F4_XSLT)    filters$/$i.xcu                   )
59UI_FILTERS_4fcfg_xslt      = $(foreach,i,$(F4_UI_XSLT) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
60FRAMELOADERS_4fcfg_xslt    = $(foreach,i,$(L4_XSLT)    frameloaders$/$i.xcu              )
61CONTENTHANDLERS_4fcfg_xslt = $(foreach,i,$(C4_XSLT)    contenthandlers$/$i.xcu           )
62
63# -----------------------------------------------
64# needed to get dependencies inside global makefile work!
65ALL_4fcfg_xslt = \
66    $(TYPES_4fcfg_xslt) \
67    $(FILTERS_4fcfg_xslt) \
68    $(UI_FILTERS_4fcfg_xslt) \
69    $(FRAMELOADERS_4fcfg_xslt) \
70    $(CONTENTHANDLERS_4fcfg_xslt)
71
72ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_xslt)
73
74ALL_PACKAGES+=xslt
75
76