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+=chart
22
23# -----------------------------------------------
24# count = 3
25T4_CHART = \
26	chart_StarOffice_XML_Chart \
27	chart8
28
29# -----------------------------------------------
30# count = 2
31F4_CHART = \
32    StarOffice_XML__Chart_\
33    chart8
34
35# -----------------------------------------------
36# count = 2
37F4_UI_CHART = \
38    StarOffice_XML__Chart__ui \
39    chart8_ui
40
41# -----------------------------------------------
42# count = 0
43L4_CHART = \
44	com_sun_star_comp_chart2_ChartFrameLoader
45
46# -----------------------------------------------
47# count = 0
48C4_CHART =
49
50# -----------------------------------------------
51TYPES_4fcfg_chart           = $(foreach,i,$(T4_CHART)    types$/$i.xcu                   )
52FILTERS_4fcfg_chart         = $(foreach,i,$(F4_CHART)    filters$/$i.xcu                 )
53UI_FILTERS_4fcfg_chart      = $(foreach,i,$(F4_UI_CHART) $(DIR_LOCFRAG)$/filters$/$i.xcu )
54FRAMELOADERS_4fcfg_chart    = $(foreach,i,$(L4_CHART)    frameloaders$/$i.xcu            )
55CONTENTHANDLERS_4fcfg_chart = $(foreach,i,$(C4_CHART)    contenthandlers$/$i.xcu         )
56
57# -----------------------------------------------
58# needed to get dependencies inside global makefile work!
59ALL_4fcfg_chart = \
60    $(TYPES_4fcfg_chart) \
61    $(FILTERS_4fcfg_chart) \
62    $(UI_FILTERS_4fcfg_chart) \
63    $(FRAMELOADERS_4fcfg_chart) \
64    $(CONTENTHANDLERS_4fcfg_chart)
65
66ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_chart)
67
68ALL_PACKAGES+=chart
69