1*cdf0e10cSrcweirall_fragments+=chart
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir# -----------------------------------------------
4*cdf0e10cSrcweir# count = 3
5*cdf0e10cSrcweirT4_CHART = \
6*cdf0e10cSrcweir	chart_StarOffice_XML_Chart \
7*cdf0e10cSrcweir	chart8
8*cdf0e10cSrcweir
9*cdf0e10cSrcweir# -----------------------------------------------
10*cdf0e10cSrcweir# count = 2
11*cdf0e10cSrcweirF4_CHART = \
12*cdf0e10cSrcweir    StarOffice_XML__Chart_\
13*cdf0e10cSrcweir    chart8
14*cdf0e10cSrcweir
15*cdf0e10cSrcweir# -----------------------------------------------
16*cdf0e10cSrcweir# count = 2
17*cdf0e10cSrcweirF4_UI_CHART = \
18*cdf0e10cSrcweir    StarOffice_XML__Chart__ui \
19*cdf0e10cSrcweir    chart8_ui
20*cdf0e10cSrcweir
21*cdf0e10cSrcweir# -----------------------------------------------
22*cdf0e10cSrcweir# count = 0
23*cdf0e10cSrcweirL4_CHART = \
24*cdf0e10cSrcweir	com_sun_star_comp_chart2_ChartFrameLoader
25*cdf0e10cSrcweir
26*cdf0e10cSrcweir# -----------------------------------------------
27*cdf0e10cSrcweir# count = 0
28*cdf0e10cSrcweirC4_CHART =
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir# -----------------------------------------------
31*cdf0e10cSrcweirTYPES_4fcfg_chart           = $(foreach,i,$(T4_CHART)    types$/$i.xcu                   )
32*cdf0e10cSrcweirFILTERS_4fcfg_chart         = $(foreach,i,$(F4_CHART)    filters$/$i.xcu                 )
33*cdf0e10cSrcweirUI_FILTERS_4fcfg_chart      = $(foreach,i,$(F4_UI_CHART) $(DIR_LOCFRAG)$/filters$/$i.xcu )
34*cdf0e10cSrcweirFRAMELOADERS_4fcfg_chart    = $(foreach,i,$(L4_CHART)    frameloaders$/$i.xcu            )
35*cdf0e10cSrcweirCONTENTHANDLERS_4fcfg_chart = $(foreach,i,$(C4_CHART)    contenthandlers$/$i.xcu         )
36*cdf0e10cSrcweir
37*cdf0e10cSrcweir# -----------------------------------------------
38*cdf0e10cSrcweir# needed to get dependencies inside global makefile work!
39*cdf0e10cSrcweirALL_4fcfg_chart = \
40*cdf0e10cSrcweir    $(TYPES_4fcfg_chart) \
41*cdf0e10cSrcweir    $(FILTERS_4fcfg_chart) \
42*cdf0e10cSrcweir    $(UI_FILTERS_4fcfg_chart) \
43*cdf0e10cSrcweir    $(FRAMELOADERS_4fcfg_chart) \
44*cdf0e10cSrcweir    $(CONTENTHANDLERS_4fcfg_chart)
45*cdf0e10cSrcweir
46*cdf0e10cSrcweirALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_chart)
47*cdf0e10cSrcweir
48*cdf0e10cSrcweirALL_PACKAGES+=chart
49