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+=impressgraphics
22
23# -----------------------------------------------
24# count = 20
25T4_IMPRESSGRAPHICS = \
26    bmp_MS_Windows \
27    emf_MS_Windows_Metafile \
28    eps_Encapsulated_PostScript \
29    gif_Graphics_Interchange \
30    graphic_HTML \
31    graphic_SWF \
32    impress_CGM_Computer_Graphics_Metafile \
33    jpg_JPEG \
34    met_OS2_Metafile \
35    pbm_Portable_Bitmap \
36    pct_Mac_Pict \
37    pgm_Portable_Graymap \
38    png_Portable_Network_Graphic \
39    ppm_Portable_Pixelmap \
40    ras_Sun_Rasterfile \
41    svg_Scalable_Vector_Graphics \
42    svm_StarView_Metafile \
43    tif_Tag_Image_File \
44    wmf_MS_Windows_Metafile \
45    xpm_XPM
46
47# -----------------------------------------------
48# count = 20
49F4_IMPRESSGRAPHICS = \
50    CGM___Computer_Graphics_Metafile \
51    impress_bmp_Export \
52    impress_emf_Export \
53    impress_eps_Export \
54    impress_flash_Export \
55    impress_gif_Export \
56    impress_html_Export \
57    impress_jpg_Export \
58    impress_met_Export \
59    impress_pbm_Export \
60    impress_pct_Export \
61    impress_pgm_Export \
62    impress_png_Export \
63    impress_ppm_Export \
64    impress_ras_Export \
65    impress_svg_Export \
66    impress_svm_Export \
67    impress_tif_Export \
68    impress_wmf_Export \
69    impress_xpm_Export
70
71# -----------------------------------------------
72# count = 1
73F4_UI_IMPRESSGRAPHICS = \
74    impress_html_Export_ui
75
76# -----------------------------------------------
77# count = 0
78L4_IMPRESSGRAPHICS =
79
80# -----------------------------------------------
81# count = 0
82C4_IMPRESSGRAPHICS =
83
84# -----------------------------------------------
85TYPES_4fcfg_impressgraphics           = $(foreach,i,$(T4_IMPRESSGRAPHICS)    types$/$i.xcu                   )
86FILTERS_4fcfg_impressgraphics         = $(foreach,i,$(F4_IMPRESSGRAPHICS)    filters$/$i.xcu                 )
87UI_FILTERS_4fcfg_impressgraphics      = $(foreach,i,$(F4_UI_IMPRESSGRAPHICS) $(DIR_LOCFRAG)$/filters$/$i.xcu )
88FRAMELOADERS_4fcfg_impressgraphics    = $(foreach,i,$(L4_IMPRESSGRAPHICS)    frameloaders$/$i.xcu            )
89CONTENTHANDLERS_4fcfg_impressgraphics = $(foreach,i,$(C4_IMPRESSGRAPHICS)    contenthandlers$/$i.xcu         )
90
91# -----------------------------------------------
92# needed to get dependencies inside global makefile work!
93ALL_4fcfg_impressgraphics = \
94    $(TYPES_4fcfg_impressgraphics) \
95    $(FILTERS_4fcfg_impressgraphics) \
96    $(UI_FILTERS_4fcfg_impressgraphics) \
97    $(FRAMELOADERS_4fcfg_impressgraphics) \
98    $(CONTENTHANDLERS_4fcfg_impressgraphics)
99
100ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_impressgraphics)
101
102ALL_PACKAGES+=impressgraphics
103
104