summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/fcfg_pocketword.mk
blob: 6060262147f76ef1e25750a792f0741d10057abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
all_fragments+=pocketword

# -----------------------------------------------
# count = 1
T4_POCKETWORD = \
    writer_PocketWord_File

# -----------------------------------------------
# count = 1
F4_POCKETWORD = \
    PocketWord_File

# -----------------------------------------------
# count = 0
F4_UI_POCKETWORD =
    
# -----------------------------------------------
# count = 0
L4_POCKETWORD =

# -----------------------------------------------
# count = 0
C4_POCKETWORD =

# -----------------------------------------------
TYPES_4fcfg_pocketword           = $(foreach,i,$(T4_POCKETWORD)    types$/$i.xcu                        )
FILTERS_4fcfg_pocketword         = $(foreach,i,$(F4_POCKETWORD)    filters$/$i.xcu                      )
UI_FILTERS_4fcfg_pocketword      = $(foreach,i,$(F4_UI_POCKETWORD) $(DIR_LOCFRAG)$/filters$/$i.xcu      )
FRAMELOADERS_4fcfg_pocketword    = $(foreach,i,$(L4_POCKETWORD)    frameloaders$/$i.xcu                 )
CONTENTHANDLERS_4fcfg_pocketword = $(foreach,i,$(C4_POCKETWORD)    contenthandlers$/$i.xcu              )

# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_pocketword = \
    $(TYPES_4fcfg_pocketword) \
    $(FILTERS_4fcfg_pocketword) \
    $(UI_FILTERS_4fcfg_pocketword) \
    $(FRAMELOADERS_4fcfg_pocketword) \
    $(CONTENTHANDLERS_4fcfg_pocketword)

ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_pocketword)
    
ALL_PACKAGES+=pocketword