summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/fcfg_palm.mk
blob: 8b43b542c896065e39820061ade6f9d9bafa2270 (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+=palm

# -----------------------------------------------
# count = 1
T4_PALM = \
    writer_AportisDoc_PalmDB_File

# -----------------------------------------------
# count = 1
F4_PALM = \
    AportisDoc_Palm_DB

# -----------------------------------------------
# count = 0
F4_UI_PALM =
    
# -----------------------------------------------
# count = 0
L4_PALM =

# -----------------------------------------------
# count = 0
C4_PALM =

# -----------------------------------------------
TYPES_4fcfg_palm           = $(foreach,i,$(T4_PALM)    types$/$i.xcu                     )
FILTERS_4fcfg_palm         = $(foreach,i,$(F4_PALM)    filters$/$i.xcu                   )
UI_FILTERS_4fcfg_palm      = $(foreach,i,$(F4_UI_PALM) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
FRAMELOADERS_4fcfg_palm    = $(foreach,i,$(L4_PALM)    frameloaders$/$i.xcu              )
CONTENTHANDLERS_4fcfg_palm = $(foreach,i,$(C4_PALM)    contenthandlers$/$i.xcu           )

# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_palm = \
    $(TYPES_4fcfg_palm) \
    $(FILTERS_4fcfg_palm) \
    $(UI_FILTERS_4fcfg_palm) \
    $(FRAMELOADERS_4fcfg_palm) \
    $(CONTENTHANDLERS_4fcfg_palm)
    
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_palm)    
    
ALL_PACKAGES+=palm