1*cdf0e10cSrcweirall_fragments+=impressgraphics
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir# -----------------------------------------------
4*cdf0e10cSrcweir# count = 20
5*cdf0e10cSrcweirT4_IMPRESSGRAPHICS = \
6*cdf0e10cSrcweir    bmp_MS_Windows \
7*cdf0e10cSrcweir    emf_MS_Windows_Metafile \
8*cdf0e10cSrcweir    eps_Encapsulated_PostScript \
9*cdf0e10cSrcweir    gif_Graphics_Interchange \
10*cdf0e10cSrcweir    graphic_HTML \
11*cdf0e10cSrcweir    graphic_SWF \
12*cdf0e10cSrcweir    impress_CGM_Computer_Graphics_Metafile \
13*cdf0e10cSrcweir    jpg_JPEG \
14*cdf0e10cSrcweir    met_OS2_Metafile \
15*cdf0e10cSrcweir    pbm_Portable_Bitmap \
16*cdf0e10cSrcweir    pct_Mac_Pict \
17*cdf0e10cSrcweir    pgm_Portable_Graymap \
18*cdf0e10cSrcweir    png_Portable_Network_Graphic \
19*cdf0e10cSrcweir    ppm_Portable_Pixelmap \
20*cdf0e10cSrcweir    ras_Sun_Rasterfile \
21*cdf0e10cSrcweir    svg_Scalable_Vector_Graphics \
22*cdf0e10cSrcweir    svm_StarView_Metafile \
23*cdf0e10cSrcweir    tif_Tag_Image_File \
24*cdf0e10cSrcweir    wmf_MS_Windows_Metafile \
25*cdf0e10cSrcweir    xpm_XPM
26*cdf0e10cSrcweir
27*cdf0e10cSrcweir# -----------------------------------------------
28*cdf0e10cSrcweir# count = 20
29*cdf0e10cSrcweirF4_IMPRESSGRAPHICS = \
30*cdf0e10cSrcweir    CGM___Computer_Graphics_Metafile \
31*cdf0e10cSrcweir    impress_bmp_Export \
32*cdf0e10cSrcweir    impress_emf_Export \
33*cdf0e10cSrcweir    impress_eps_Export \
34*cdf0e10cSrcweir    impress_flash_Export \
35*cdf0e10cSrcweir    impress_gif_Export \
36*cdf0e10cSrcweir    impress_html_Export \
37*cdf0e10cSrcweir    impress_jpg_Export \
38*cdf0e10cSrcweir    impress_met_Export \
39*cdf0e10cSrcweir    impress_pbm_Export \
40*cdf0e10cSrcweir    impress_pct_Export \
41*cdf0e10cSrcweir    impress_pgm_Export \
42*cdf0e10cSrcweir    impress_png_Export \
43*cdf0e10cSrcweir    impress_ppm_Export \
44*cdf0e10cSrcweir    impress_ras_Export \
45*cdf0e10cSrcweir    impress_svg_Export \
46*cdf0e10cSrcweir    impress_svm_Export \
47*cdf0e10cSrcweir    impress_tif_Export \
48*cdf0e10cSrcweir    impress_wmf_Export \
49*cdf0e10cSrcweir    impress_xpm_Export
50*cdf0e10cSrcweir
51*cdf0e10cSrcweir# -----------------------------------------------
52*cdf0e10cSrcweir# count = 1
53*cdf0e10cSrcweirF4_UI_IMPRESSGRAPHICS = \
54*cdf0e10cSrcweir    impress_html_Export_ui
55*cdf0e10cSrcweir
56*cdf0e10cSrcweir# -----------------------------------------------
57*cdf0e10cSrcweir# count = 0
58*cdf0e10cSrcweirL4_IMPRESSGRAPHICS =
59*cdf0e10cSrcweir
60*cdf0e10cSrcweir# -----------------------------------------------
61*cdf0e10cSrcweir# count = 0
62*cdf0e10cSrcweirC4_IMPRESSGRAPHICS =
63*cdf0e10cSrcweir
64*cdf0e10cSrcweir# -----------------------------------------------
65*cdf0e10cSrcweirTYPES_4fcfg_impressgraphics           = $(foreach,i,$(T4_IMPRESSGRAPHICS)    types$/$i.xcu                   )
66*cdf0e10cSrcweirFILTERS_4fcfg_impressgraphics         = $(foreach,i,$(F4_IMPRESSGRAPHICS)    filters$/$i.xcu                 )
67*cdf0e10cSrcweirUI_FILTERS_4fcfg_impressgraphics      = $(foreach,i,$(F4_UI_IMPRESSGRAPHICS) $(DIR_LOCFRAG)$/filters$/$i.xcu )
68*cdf0e10cSrcweirFRAMELOADERS_4fcfg_impressgraphics    = $(foreach,i,$(L4_IMPRESSGRAPHICS)    frameloaders$/$i.xcu            )
69*cdf0e10cSrcweirCONTENTHANDLERS_4fcfg_impressgraphics = $(foreach,i,$(C4_IMPRESSGRAPHICS)    contenthandlers$/$i.xcu         )
70*cdf0e10cSrcweir
71*cdf0e10cSrcweir# -----------------------------------------------
72*cdf0e10cSrcweir# needed to get dependencies inside global makefile work!
73*cdf0e10cSrcweirALL_4fcfg_impressgraphics = \
74*cdf0e10cSrcweir    $(TYPES_4fcfg_impressgraphics) \
75*cdf0e10cSrcweir    $(FILTERS_4fcfg_impressgraphics) \
76*cdf0e10cSrcweir    $(UI_FILTERS_4fcfg_impressgraphics) \
77*cdf0e10cSrcweir    $(FRAMELOADERS_4fcfg_impressgraphics) \
78*cdf0e10cSrcweir    $(CONTENTHANDLERS_4fcfg_impressgraphics)
79*cdf0e10cSrcweir
80*cdf0e10cSrcweirALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_impressgraphics)
81*cdf0e10cSrcweir
82*cdf0e10cSrcweirALL_PACKAGES+=impressgraphics
83*cdf0e10cSrcweir
84