summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/fcfg_writer_bf.mk
blob: 2e4c5b82b04ed47fcfa32fe3d3064e8071cc9ea1 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
all_fragments+=writer_bf

# -----------------------------------------------
# count = 9
T4_WRITER_BF = \
    writer_StarWriter_10 \
    writer_StarWriter_20 \
    writer_StarWriter_30 \
    writer_StarWriter_30_VorlageTemplate \
    writer_StarWriter_40 \
    writer_StarWriter_40_VorlageTemplate \
    writer_StarWriter_50 \
    writer_StarWriter_50_VorlageTemplate \
    writer_StarWriter_DOS

# -----------------------------------------------
# count = 9
F4_WRITER_BF = \
    StarWriter_1_0 \
    StarWriter_2_0 \
    StarWriter_3_0 \
    StarWriter_3_0_Vorlage_Template \
    StarWriter_4_0 \
    StarWriter_4_0_Vorlage_Template \
    StarWriter_5_0 \
    StarWriter_5_0_Vorlage_Template \
    StarWriter_DOS

# -----------------------------------------------
# count = 3
F4_UI_WRITER_BF = \
    StarWriter_3_0_Vorlage_Template_ui \
    StarWriter_4_0_Vorlage_Template_ui \
    StarWriter_5_0_Vorlage_Template_ui \

# -----------------------------------------------
# count = 0
L4_WRITER_BF =

# -----------------------------------------------
# count = 0
C4_WRITER_BF =

# -----------------------------------------------
TYPES_4fcfg_writer_bf           = $(foreach,i,$(T4_WRITER_BF)    types$/$i.xcu                     )
FILTERS_4fcfg_writer_bf         = $(foreach,i,$(F4_WRITER_BF)    filters$/$i.xcu                   )
UI_FILTERS_4fcfg_writer_bf      = $(foreach,i,$(F4_UI_WRITER_BF) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
FRAMELOADERS_4fcfg_writer_bf    = $(foreach,i,$(L4_WRITER_BF)    frameloaders$/$i.xcu              )
CONTENTHANDLERS_4fcfg_writer_bf = $(foreach,i,$(C4_WRITER_BF)    contenthandlers$/$i.xcu           )

# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_writer_bf = \
    $(TYPES_4fcfg_writer_bf) \
    $(FILTERS_4fcfg_writer_bf) \
    $(UI_FILTERS_4fcfg_writer_bf) \
    $(FRAMELOADERS_4fcfg_writer_bf) \
    $(CONTENTHANDLERS_4fcfg_writer_bf)

ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_writer_bf)

ALL_PACKAGES+=writer_bf