1all_fragments+=draw
2
3# -----------------------------------------------
4# count = 9
5T4_DRAW = \
6    draw_StarOffice_XML_Draw \
7    draw_StarOffice_XML_Draw_Template \
8    pdf_Portable_Document_Format\
9    draw8 \
10    draw8_template
11
12# -----------------------------------------------
13# count = 9
14F4_DRAW = \
15    StarOffice_XML__Draw_ \
16    draw_StarOffice_XML_Draw_Template \
17    draw_pdf_Export \
18    draw8 \
19    draw8_template
20
21# -----------------------------------------------
22# count = 4
23F4_UI_DRAW = \
24    StarOffice_XML__Draw__ui \
25    draw_StarOffice_XML_Draw_Template_ui \
26    draw8_ui \
27    draw8_template_ui
28
29# -----------------------------------------------
30# count = 0
31L4_DRAW =
32
33# -----------------------------------------------
34# count = 0
35C4_DRAW =
36
37# -----------------------------------------------
38TYPES_4fcfg_draw           = $(foreach,i,$(T4_DRAW)    types$/$i.xcu                    )
39FILTERS_4fcfg_draw         = $(foreach,i,$(F4_DRAW)    filters$/$i.xcu                  )
40UI_FILTERS_4fcfg_draw      = $(foreach,i,$(F4_UI_DRAW) $(DIR_LOCFRAG)$/filters$/$i.xcu  )
41FRAMELOADERS_4fcfg_draw    = $(foreach,i,$(L4_DRAW)    frameloaders$/$i.xcu             )
42CONTENTHANDLERS_4fcfg_draw = $(foreach,i,$(C4_DRAW)    contenthandlers$/$i.xcu          )
43
44# -----------------------------------------------
45# needed to get dependencies inside global makefile work!
46ALL_4fcfg_draw = \
47    $(TYPES_4fcfg_draw) \
48    $(FILTERS_4fcfg_draw) \
49    $(UI_FILTERS_4fcfg_draw) \
50    $(FRAMELOADERS_4fcfg_draw) \
51    $(CONTENTHANDLERS_4fcfg_draw)
52
53ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_draw)
54
55ALL_PACKAGES+=draw
56
57