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+=palm
22
23# -----------------------------------------------
24# count = 1
25T4_PALM = \
26    writer_AportisDoc_PalmDB_File
27
28# -----------------------------------------------
29# count = 1
30F4_PALM = \
31    AportisDoc_Palm_DB
32
33# -----------------------------------------------
34# count = 0
35F4_UI_PALM =
36
37# -----------------------------------------------
38# count = 0
39L4_PALM =
40
41# -----------------------------------------------
42# count = 0
43C4_PALM =
44
45# -----------------------------------------------
46TYPES_4fcfg_palm           = $(foreach,i,$(T4_PALM)    types$/$i.xcu                     )
47FILTERS_4fcfg_palm         = $(foreach,i,$(F4_PALM)    filters$/$i.xcu                   )
48UI_FILTERS_4fcfg_palm      = $(foreach,i,$(F4_UI_PALM) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
49FRAMELOADERS_4fcfg_palm    = $(foreach,i,$(L4_PALM)    frameloaders$/$i.xcu              )
50CONTENTHANDLERS_4fcfg_palm = $(foreach,i,$(C4_PALM)    contenthandlers$/$i.xcu           )
51
52# -----------------------------------------------
53# needed to get dependencies inside global makefile work!
54ALL_4fcfg_palm = \
55    $(TYPES_4fcfg_palm) \
56    $(FILTERS_4fcfg_palm) \
57    $(UI_FILTERS_4fcfg_palm) \
58    $(FRAMELOADERS_4fcfg_palm) \
59    $(CONTENTHANDLERS_4fcfg_palm)
60
61ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_palm)
62
63ALL_PACKAGES+=palm
64
65