1all_fragments+=drawgraphics
2
3# -----------------------------------------------
4# count = 29
5T4_DRAWGRAPHICS = \
6    bmp_MS_Windows \
7    dxf_AutoCAD_Interchange \
8    emf_MS_Windows_Metafile \
9    eps_Encapsulated_PostScript \
10    gif_Graphics_Interchange \
11    graphic_HTML \
12    graphic_SWF \
13    jpg_JPEG \
14    met_OS2_Metafile \
15    pbm_Portable_Bitmap \
16    pcd_Photo_CD_Base \
17    pcd_Photo_CD_Base16 \
18    pcd_Photo_CD_Base4 \
19    pct_Mac_Pict \
20    pcx_Zsoft_Paintbrush \
21    pgm_Portable_Graymap \
22    png_Portable_Network_Graphic \
23    ppm_Portable_Pixelmap \
24    psd_Adobe_Photoshop \
25    ras_Sun_Rasterfile \
26    sgf_StarOffice_Writer_SGF \
27    sgv_StarDraw_20 \
28    svg_Scalable_Vector_Graphics \
29    svm_StarView_Metafile \
30    tga_Truevision_TARGA \
31    tif_Tag_Image_File \
32    wmf_MS_Windows_Metafile \
33    xbm_X_Consortium \
34    xpm_XPM
35
36# -----------------------------------------------
37# count = 45
38F4_DRAWGRAPHICS = \
39    BMP___MS_Windows \
40    DXF___AutoCAD_Interchange \
41    EMF___MS_Windows_Metafile \
42    EPS___Encapsulated_PostScript \
43    GIF___Graphics_Interchange \
44    JPG___JPEG \
45    MET___OS_2_Metafile \
46    PBM___Portable_Bitmap \
47    PCT___Mac_Pict \
48    PCX___Zsoft_Paintbrush \
49    PGM___Portable_Graymap \
50    PNG___Portable_Network_Graphic \
51    PPM___Portable_Pixelmap \
52    PSD___Adobe_Photoshop \
53    RAS___Sun_Rasterfile \
54    SGF___StarOffice_Writer_SGF \
55    SGV___StarDraw_2_0 \
56    SVG___Scalable_Vector_Graphics \
57    SVM___StarView_Metafile \
58    TGA___Truevision_TARGA \
59    TIF___Tag_Image_File \
60    WMF___MS_Windows_Metafile \
61    XBM___X_Consortium \
62    XPM \
63    draw_PCD_Photo_CD_Base \
64    draw_PCD_Photo_CD_Base16 \
65    draw_PCD_Photo_CD_Base4 \
66    draw_bmp_Export \
67    draw_emf_Export \
68    draw_eps_Export \
69    draw_flash_Export \
70    draw_gif_Export \
71    draw_html_Export \
72    draw_jpg_Export \
73    draw_met_Export \
74    draw_pbm_Export \
75    draw_pct_Export \
76    draw_pgm_Export \
77    draw_png_Export \
78    draw_ppm_Export \
79    draw_ras_Export \
80    draw_svg_Export \
81    draw_svm_Export \
82    draw_tif_Export \
83    draw_wmf_Export \
84    draw_xpm_Export
85
86# -----------------------------------------------
87# count = 1
88F4_UI_DRAWGRAPHICS = \
89    draw_html_Export_ui
90
91# -----------------------------------------------
92# count = 0
93L4_DRAWGRAPHICS =
94
95# -----------------------------------------------
96# count = 0
97C4_DRAWGRAPHICS =
98
99# -----------------------------------------------
100TYPES_4fcfg_drawgraphics           = $(foreach,i,$(T4_DRAWGRAPHICS)    types$/$i.xcu                    )
101FILTERS_4fcfg_drawgraphics         = $(foreach,i,$(F4_DRAWGRAPHICS)    filters$/$i.xcu                  )
102UI_FILTERS_4fcfg_drawgraphics      = $(foreach,i,$(F4_UI_DRAWGRAPHICS) $(DIR_LOCFRAG)$/filters$/$i.xcu  )
103FRAMELOADERS_4fcfg_drawgraphics    = $(foreach,i,$(L4_DRAWGRAPHICS)    frameloaders$/$i.xcu             )
104CONTENTHANDLERS_4fcfg_drawgraphics = $(foreach,i,$(C4_DRAWGRAPHICS)    contenthandlers$/$i.xcu          )
105
106# -----------------------------------------------
107# needed to get dependencies inside global makefile work!
108ALL_4fcfg_drawgraphics = \
109    $(TYPES_4fcfg_drawgraphics) \
110    $(FILTERS_4fcfg_drawgraphics) \
111    $(UI_FILTERS_4fcfg_drawgraphics) \
112    $(FRAMELOADERS_4fcfg_drawgraphics) \
113    $(CONTENTHANDLERS_4fcfg_drawgraphics)
114
115ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_drawgraphics)
116
117ALL_PACKAGES+=drawgraphics
118
119