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# *************************************************************
21# do not add internal filter
22#all_fragments+=internalgraphics
23
24# -----------------------------------------------
25# count = 27
26T4_INTERNALGRAPHICS = \
27    bmp_MS_Windows \
28    dxf_AutoCAD_Interchange \
29    emf_MS_Windows_Metafile \
30    eps_Encapsulated_PostScript \
31    gif_Graphics_Interchange \
32    jpg_JPEG \
33    met_OS2_Metafile \
34    pbm_Portable_Bitmap \
35    pcd_Photo_CD_Base \
36    pcd_Photo_CD_Base16 \
37    pcd_Photo_CD_Base4 \
38    pct_Mac_Pict \
39    pcx_Zsoft_Paintbrush \
40    pgm_Portable_Graymap \
41    png_Portable_Network_Graphic \
42    ppm_Portable_Pixelmap \
43    psd_Adobe_Photoshop \
44    ras_Sun_Rasterfile \
45    sgf_StarOffice_Writer_SGF \
46    sgv_StarDraw_20 \
47    svg_Scalable_Vector_Graphics \
48    svm_StarView_Metafile \
49    tga_Truevision_TARGA \
50    tif_Tag_Image_File \
51    wmf_MS_Windows_Metafile \
52    xbm_X_Consortium \
53    xpm_XPM
54
55# -----------------------------------------------
56# count = 43
57F4_INTERNALGRAPHICS = \
58    bmp_Export \
59    bmp_Import \
60    dxf_Import \
61    emf_Export \
62    emf_Import \
63    eps_Export \
64    eps_Import \
65    gif_Export \
66    gif_Import \
67    jpg_Export \
68    jpg_Import \
69    met_Export \
70    met_Import \
71    pbm_Export \
72    pbm_Import \
73    pcd_Import_Base \
74    pcd_Import_Base4 \
75    pcd_Import_Base16 \
76    pct_Export \
77    pct_Import \
78    pcx_Import \
79    pgm_Export \
80    pgm_Import \
81    png_Export \
82    png_Import \
83    ppm_Export \
84    ppm_Import \
85    psd_Import \
86    ras_Export \
87    ras_Import \
88    sgf_Import \
89    sgv_Import \
90    svg_Export \
91    svg_Import \
92    svm_Export \
93    svm_Import \
94    tga_Import \
95    tif_Export \
96    tif_Import \
97    wmf_Export \
98    wmf_Import \
99    xbm_Import \
100    xpm_Export \
101    xpm_Import
102
103# -----------------------------------------------
104# count = 0
105L4_INTERNALGRAPHICS =
106
107# -----------------------------------------------
108# count = 0
109C4_INTERNALGRAPHICS =
110
111# -----------------------------------------------
112TYPES_4fcfg_internalgraphics           = $(foreach,i,$(T4_INTERNALGRAPHICS) types$/$i.xcu                   )
113FILTERS_4fcfg_internalgraphics         = $(foreach,i,$(F4_INTERNALGRAPHICS) internalgraphicfilters$/$i.xcu  )
114FRAMELOADERS_4fcfg_internalgraphics    = $(foreach,i,$(L4_INTERNALGRAPHICS) frameloaders$/$i.xcu            )
115CONTENTHANDLERS_4fcfg_internalgraphics = $(foreach,i,$(C4_INTERNALGRAPHICS) contenthandlers$/$i.xcu         )
116
117# -----------------------------------------------
118# needed to get dependencies inside global makefile work!
119ALL_4fcfg_internalgraphics = \
120    $(TYPES_4fcfg_internalgraphics) \
121    $(FILTERS_4fcfg_internalgraphics) \
122    $(FRAMELOADERS_4fcfg_internalgraphics) \
123    $(CONTENTHANDLERS_4fcfg_internalgraphics)
124
125# do not add internal filter
126# ALL_UI_FILTERS+=
127
128# do not add internal filter
129# ALL_PACKAGES+=internalgraphics
130
131