1# *************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20# *************************************************************
21all_fragments+=drawgraphics
22
23# -----------------------------------------------
24# count = 29
25T4_DRAWGRAPHICS = \
26    bmp_MS_Windows \
27    dxf_AutoCAD_Interchange \
28    emf_MS_Windows_Metafile \
29    eps_Encapsulated_PostScript \
30    gif_Graphics_Interchange \
31    graphic_HTML \
32    graphic_SWF \
33    jpg_JPEG \
34    met_OS2_Metafile \
35    pbm_Portable_Bitmap \
36    pcd_Photo_CD_Base \
37    pcd_Photo_CD_Base16 \
38    pcd_Photo_CD_Base4 \
39    pct_Mac_Pict \
40    pcx_Zsoft_Paintbrush \
41    pgm_Portable_Graymap \
42    png_Portable_Network_Graphic \
43    ppm_Portable_Pixelmap \
44    psd_Adobe_Photoshop \
45    ras_Sun_Rasterfile \
46    sgf_StarOffice_Writer_SGF \
47    sgv_StarDraw_20 \
48    svg_Scalable_Vector_Graphics \
49    svm_StarView_Metafile \
50    tga_Truevision_TARGA \
51    tif_Tag_Image_File \
52    wmf_MS_Windows_Metafile \
53    xbm_X_Consortium \
54    xpm_XPM
55
56# -----------------------------------------------
57# count = 45
58F4_DRAWGRAPHICS = \
59    BMP___MS_Windows \
60    DXF___AutoCAD_Interchange \
61    EMF___MS_Windows_Metafile \
62    EPS___Encapsulated_PostScript \
63    GIF___Graphics_Interchange \
64    JPG___JPEG \
65    MET___OS_2_Metafile \
66    PBM___Portable_Bitmap \
67    PCT___Mac_Pict \
68    PCX___Zsoft_Paintbrush \
69    PGM___Portable_Graymap \
70    PNG___Portable_Network_Graphic \
71    PPM___Portable_Pixelmap \
72    PSD___Adobe_Photoshop \
73    RAS___Sun_Rasterfile \
74    SGF___StarOffice_Writer_SGF \
75    SGV___StarDraw_2_0 \
76    SVG___Scalable_Vector_Graphics \
77    SVM___StarView_Metafile \
78    TGA___Truevision_TARGA \
79    TIF___Tag_Image_File \
80    WMF___MS_Windows_Metafile \
81    XBM___X_Consortium \
82    XPM \
83    draw_PCD_Photo_CD_Base \
84    draw_PCD_Photo_CD_Base16 \
85    draw_PCD_Photo_CD_Base4 \
86    draw_bmp_Export \
87    draw_emf_Export \
88    draw_eps_Export \
89    draw_flash_Export \
90    draw_gif_Export \
91    draw_html_Export \
92    draw_jpg_Export \
93    draw_met_Export \
94    draw_pbm_Export \
95    draw_pct_Export \
96    draw_pgm_Export \
97    draw_png_Export \
98    draw_ppm_Export \
99    draw_ras_Export \
100    draw_svg_Export \
101    draw_svm_Export \
102    draw_tif_Export \
103    draw_wmf_Export \
104    draw_xpm_Export
105
106# -----------------------------------------------
107# count = 1
108F4_UI_DRAWGRAPHICS = \
109    draw_html_Export_ui
110
111# -----------------------------------------------
112# count = 0
113L4_DRAWGRAPHICS =
114
115# -----------------------------------------------
116# count = 0
117C4_DRAWGRAPHICS =
118
119# -----------------------------------------------
120TYPES_4fcfg_drawgraphics           = $(foreach,i,$(T4_DRAWGRAPHICS)    types$/$i.xcu                    )
121FILTERS_4fcfg_drawgraphics         = $(foreach,i,$(F4_DRAWGRAPHICS)    filters$/$i.xcu                  )
122UI_FILTERS_4fcfg_drawgraphics      = $(foreach,i,$(F4_UI_DRAWGRAPHICS) $(DIR_LOCFRAG)$/filters$/$i.xcu  )
123FRAMELOADERS_4fcfg_drawgraphics    = $(foreach,i,$(L4_DRAWGRAPHICS)    frameloaders$/$i.xcu             )
124CONTENTHANDLERS_4fcfg_drawgraphics = $(foreach,i,$(C4_DRAWGRAPHICS)    contenthandlers$/$i.xcu          )
125
126# -----------------------------------------------
127# needed to get dependencies inside global makefile work!
128ALL_4fcfg_drawgraphics = \
129    $(TYPES_4fcfg_drawgraphics) \
130    $(FILTERS_4fcfg_drawgraphics) \
131    $(UI_FILTERS_4fcfg_drawgraphics) \
132    $(FRAMELOADERS_4fcfg_drawgraphics) \
133    $(CONTENTHANDLERS_4fcfg_drawgraphics)
134
135ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_drawgraphics)
136
137ALL_PACKAGES+=drawgraphics
138
139