1all_fragments+=palm
2
3# -----------------------------------------------
4# count = 1
5T4_PALM = \
6    writer_AportisDoc_PalmDB_File
7
8# -----------------------------------------------
9# count = 1
10F4_PALM = \
11    AportisDoc_Palm_DB
12
13# -----------------------------------------------
14# count = 0
15F4_UI_PALM =
16
17# -----------------------------------------------
18# count = 0
19L4_PALM =
20
21# -----------------------------------------------
22# count = 0
23C4_PALM =
24
25# -----------------------------------------------
26TYPES_4fcfg_palm           = $(foreach,i,$(T4_PALM)    types$/$i.xcu                     )
27FILTERS_4fcfg_palm         = $(foreach,i,$(F4_PALM)    filters$/$i.xcu                   )
28UI_FILTERS_4fcfg_palm      = $(foreach,i,$(F4_UI_PALM) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
29FRAMELOADERS_4fcfg_palm    = $(foreach,i,$(L4_PALM)    frameloaders$/$i.xcu              )
30CONTENTHANDLERS_4fcfg_palm = $(foreach,i,$(C4_PALM)    contenthandlers$/$i.xcu           )
31
32# -----------------------------------------------
33# needed to get dependencies inside global makefile work!
34ALL_4fcfg_palm = \
35    $(TYPES_4fcfg_palm) \
36    $(FILTERS_4fcfg_palm) \
37    $(UI_FILTERS_4fcfg_palm) \
38    $(FRAMELOADERS_4fcfg_palm) \
39    $(CONTENTHANDLERS_4fcfg_palm)
40
41ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_palm)
42
43ALL_PACKAGES+=palm
44
45