1all_fragments+=pocketexcel
2
3# -----------------------------------------------
4# count = 1
5T4_POCKETEXCEL = \
6    calc_Pocket_Excel_File
7
8# -----------------------------------------------
9# count = 1
10F4_POCKETEXCEL = \
11    Pocket_Excel
12
13# -----------------------------------------------
14# count = 0
15F4_UI_POCKETEXCEL =
16
17# -----------------------------------------------
18# count = 0
19L4_POCKETEXCEL =
20
21# -----------------------------------------------
22# count = 0
23C4_POCKETEXCEL =
24
25# -----------------------------------------------
26TYPES_4fcfg_pocketexcel           = $(foreach,i,$(T4_POCKETEXCEL)    types$/$i.xcu                   )
27FILTERS_4fcfg_pocketexcel         = $(foreach,i,$(F4_POCKETEXCEL)    filters$/$i.xcu                 )
28UI_FILTERS_4fcfg_pocketexcel      = $(foreach,i,$(F4_UI_POCKETEXCEL) $(DIR_LOCFRAG)$/filters$/$i.xcu )
29FRAMELOADERS_4fcfg_pocketexcel    = $(foreach,i,$(L4_POCKETEXCEL)    frameloaders$/$i.xcu            )
30CONTENTHANDLERS_4fcfg_pocketexcel = $(foreach,i,$(C4_POCKETEXCEL)    contenthandlers$/$i.xcu         )
31
32# -----------------------------------------------
33# needed to get dependencies inside global makefile work!
34ALL_4fcfg_pocketexcel = \
35    $(TYPES_4fcfg_pocketexcel) \
36    $(FILTERS_4fcfg_pocketexcel) \
37    $(UI_FILTERS_4fcfg_pocketexcel) \
38    $(FRAMELOADERS_4fcfg_pocketexcel) \
39    $(CONTENTHANDLERS_4fcfg_pocketexcel)
40
41ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_pocketexcel)
42
43ALL_PACKAGES+=pocketexcel
44
45