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