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+=pocketexcel
22
23# -----------------------------------------------
24# count = 1
25T4_POCKETEXCEL = \
26    calc_Pocket_Excel_File
27
28# -----------------------------------------------
29# count = 1
30F4_POCKETEXCEL = \
31    Pocket_Excel
32
33# -----------------------------------------------
34# count = 0
35F4_UI_POCKETEXCEL =
36
37# -----------------------------------------------
38# count = 0
39L4_POCKETEXCEL =
40
41# -----------------------------------------------
42# count = 0
43C4_POCKETEXCEL =
44
45# -----------------------------------------------
46TYPES_4fcfg_pocketexcel           = $(foreach,i,$(T4_POCKETEXCEL)    types$/$i.xcu                   )
47FILTERS_4fcfg_pocketexcel         = $(foreach,i,$(F4_POCKETEXCEL)    filters$/$i.xcu                 )
48UI_FILTERS_4fcfg_pocketexcel      = $(foreach,i,$(F4_UI_POCKETEXCEL) $(DIR_LOCFRAG)$/filters$/$i.xcu )
49FRAMELOADERS_4fcfg_pocketexcel    = $(foreach,i,$(L4_POCKETEXCEL)    frameloaders$/$i.xcu            )
50CONTENTHANDLERS_4fcfg_pocketexcel = $(foreach,i,$(C4_POCKETEXCEL)    contenthandlers$/$i.xcu         )
51
52# -----------------------------------------------
53# needed to get dependencies inside global makefile work!
54ALL_4fcfg_pocketexcel = \
55    $(TYPES_4fcfg_pocketexcel) \
56    $(FILTERS_4fcfg_pocketexcel) \
57    $(UI_FILTERS_4fcfg_pocketexcel) \
58    $(FRAMELOADERS_4fcfg_pocketexcel) \
59    $(CONTENTHANDLERS_4fcfg_pocketexcel)
60
61ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_pocketexcel)
62
63ALL_PACKAGES+=pocketexcel
64
65