summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/fcfg_base.mk
blob: d5c0d4cc7f73fecc24930c44d21043aa4597cadc (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
all_fragments+=base

# -----------------------------------------------
# count = 6
T4_BASE = \
    writer_web_HTML_help \
    oxt_OpenOffice_Extension \
    wav_Wave_Audio_File \
    component_Bibliography \
    component_DB

# -----------------------------------------------
# count = 2
F4_BASE = \
    writer_web_HTML_help
    
# -----------------------------------------------
# count = 1
F4_UI_BASE =

# -----------------------------------------------
# count = 3
L4_BASE = \
    com_sun_star_frame_Bibliography \
    com_sun_star_sdb_ContentLoader

# -----------------------------------------------
# count = 2
C4_BASE = \
    com_sun_star_comp_framework_SoundHandler \
    com_sun_star_comp_framework_oxt_handler

# -----------------------------------------------
TYPES_4fcfg_base           = $(foreach,i,$(T4_BASE)    types$/$i.xcu                     )
FILTERS_4fcfg_base         = $(foreach,i,$(F4_BASE)    filters$/$i.xcu                   )
UI_FILTERS_4fcfg_base      = $(foreach,i,$(F4_UI_BASE) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
FRAMELOADERS_4fcfg_base    = $(foreach,i,$(L4_BASE)    frameloaders$/$i.xcu              )
CONTENTHANDLERS_4fcfg_base = $(foreach,i,$(C4_BASE)    contenthandlers$/$i.xcu           )

# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_base = \
    $(TYPES_4fcfg_base) \
    $(FILTERS_4fcfg_base) \
    $(UI_FILTERS_4fcfg_base) \
    $(FRAMELOADERS_4fcfg_base) \
    $(CONTENTHANDLERS_4fcfg_base)
    
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_base)

ALL_PACKAGES+=base