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