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