1*cdf0e10cSrcweirall_fragments+=impress
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir# -----------------------------------------------
4*cdf0e10cSrcweir# count = 19
5*cdf0e10cSrcweirT4_IMPRESS = \
6*cdf0e10cSrcweir    draw_StarOffice_XML_Draw \
7*cdf0e10cSrcweir    impress_MS_PowerPoint_97 \
8*cdf0e10cSrcweir    impress_MS_PowerPoint_97_Vorlage \
9*cdf0e10cSrcweir    impress_StarOffice_XML_Impress \
10*cdf0e10cSrcweir    impress_StarOffice_XML_Impress_Template \
11*cdf0e10cSrcweir    pdf_Portable_Document_Format \
12*cdf0e10cSrcweir    pwp_PlaceWare\
13*cdf0e10cSrcweir    impress8\
14*cdf0e10cSrcweir    impress8_template\
15*cdf0e10cSrcweir    draw8\
16*cdf0e10cSrcweir    MS_PowerPoint_2007_XML\
17*cdf0e10cSrcweir    MS_PowerPoint_2007_XML_Template
18*cdf0e10cSrcweir
19*cdf0e10cSrcweir# -----------------------------------------------
20*cdf0e10cSrcweir# count = 20
21*cdf0e10cSrcweirF4_IMPRESS = \
22*cdf0e10cSrcweir    MS_PowerPoint_97 \
23*cdf0e10cSrcweir    MS_PowerPoint_97_Vorlage \
24*cdf0e10cSrcweir    impress_StarOffice_XML_Draw \
25*cdf0e10cSrcweir    StarOffice_XML__Impress_ \
26*cdf0e10cSrcweir    impress_StarOffice_XML_Impress_Template \
27*cdf0e10cSrcweir    impress_pdf_Export \
28*cdf0e10cSrcweir    placeware_Export\
29*cdf0e10cSrcweir    impress8\
30*cdf0e10cSrcweir    impress8_template\
31*cdf0e10cSrcweir    impress8_draw\
32*cdf0e10cSrcweir    impress_MS_PowerPoint_2007_XML\
33*cdf0e10cSrcweir    impress_MS_PowerPoint_2007_XML_Template
34*cdf0e10cSrcweir
35*cdf0e10cSrcweir# -----------------------------------------------
36*cdf0e10cSrcweir# count = 12
37*cdf0e10cSrcweirF4_UI_IMPRESS = \
38*cdf0e10cSrcweir    MS_PowerPoint_97_Vorlage_ui \
39*cdf0e10cSrcweir    impress_StarOffice_XML_Draw_ui \
40*cdf0e10cSrcweir    StarOffice_XML__Impress__ui \
41*cdf0e10cSrcweir    impress_StarOffice_XML_Impress_Template_ui \
42*cdf0e10cSrcweir    impress8_ui \
43*cdf0e10cSrcweir    impress8_template_ui \
44*cdf0e10cSrcweir    impress8_draw_ui \
45*cdf0e10cSrcweir    impress_MS_PowerPoint_2007_XML_ui \
46*cdf0e10cSrcweir    impress_MS_PowerPoint_2007_XML_Template_ui
47*cdf0e10cSrcweir
48*cdf0e10cSrcweir# -----------------------------------------------
49*cdf0e10cSrcweir# count = 0
50*cdf0e10cSrcweirL4_GLOBAL =
51*cdf0e10cSrcweir
52*cdf0e10cSrcweir# -----------------------------------------------
53*cdf0e10cSrcweir# count = 0
54*cdf0e10cSrcweirC4_GLOBAL =
55*cdf0e10cSrcweir
56*cdf0e10cSrcweir# -----------------------------------------------
57*cdf0e10cSrcweirTYPES_4fcfg_impress           = $(foreach,i,$(T4_IMPRESS)    types$/$i.xcu                   )
58*cdf0e10cSrcweirFILTERS_4fcfg_impress         = $(foreach,i,$(F4_IMPRESS)    filters$/$i.xcu                 )
59*cdf0e10cSrcweirUI_FILTERS_4fcfg_impress      = $(foreach,i,$(F4_UI_IMPRESS) $(DIR_LOCFRAG)$/filters$/$i.xcu )
60*cdf0e10cSrcweirFRAMELOADERS_4fcfg_impress    = $(foreach,i,$(L4_IMPRESS)    frameloaders$/$i.xcu            )
61*cdf0e10cSrcweirCONTENTHANDLERS_4fcfg_impress = $(foreach,i,$(C4_IMPRESS)    contenthandlers$/$i.xcu         )
62*cdf0e10cSrcweir
63*cdf0e10cSrcweir# -----------------------------------------------
64*cdf0e10cSrcweir# needed to get dependencies inside global makefile work!
65*cdf0e10cSrcweirALL_4fcfg_impress = \
66*cdf0e10cSrcweir    $(TYPES_4fcfg_impress) \
67*cdf0e10cSrcweir    $(FILTERS_4fcfg_impress) \
68*cdf0e10cSrcweir    $(UI_FILTERS_4fcfg_impress) \
69*cdf0e10cSrcweir    $(FRAMELOADERS_4fcfg_impress) \
70*cdf0e10cSrcweir    $(CONTENTHANDLERS_4fcfg_impress)
71*cdf0e10cSrcweir
72*cdf0e10cSrcweirALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_impress)
73*cdf0e10cSrcweir
74*cdf0e10cSrcweirALL_PACKAGES+=impress
75*cdf0e10cSrcweir
76