1all_fragments+=base
2
3# -----------------------------------------------
4# count = 6
5T4_BASE = \
6    writer_web_HTML_help \
7    oxt_OpenOffice_Extension \
8    wav_Wave_Audio_File \
9    component_Bibliography \
10    component_DB
11
12# -----------------------------------------------
13# count = 2
14F4_BASE = \
15    writer_web_HTML_help
16
17# -----------------------------------------------
18# count = 1
19F4_UI_BASE =
20
21# -----------------------------------------------
22# count = 3
23L4_BASE = \
24    com_sun_star_frame_Bibliography \
25    com_sun_star_sdb_ContentLoader
26
27# -----------------------------------------------
28# count = 2
29C4_BASE = \
30    com_sun_star_comp_framework_SoundHandler \
31    com_sun_star_comp_framework_oxt_handler
32
33# -----------------------------------------------
34TYPES_4fcfg_base           = $(foreach,i,$(T4_BASE)    types$/$i.xcu                     )
35FILTERS_4fcfg_base         = $(foreach,i,$(F4_BASE)    filters$/$i.xcu                   )
36UI_FILTERS_4fcfg_base      = $(foreach,i,$(F4_UI_BASE) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
37FRAMELOADERS_4fcfg_base    = $(foreach,i,$(L4_BASE)    frameloaders$/$i.xcu              )
38CONTENTHANDLERS_4fcfg_base = $(foreach,i,$(C4_BASE)    contenthandlers$/$i.xcu           )
39
40# -----------------------------------------------
41# needed to get dependencies inside global makefile work!
42ALL_4fcfg_base = \
43    $(TYPES_4fcfg_base) \
44    $(FILTERS_4fcfg_base) \
45    $(UI_FILTERS_4fcfg_base) \
46    $(FRAMELOADERS_4fcfg_base) \
47    $(CONTENTHANDLERS_4fcfg_base)
48
49ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_base)
50
51ALL_PACKAGES+=base
52