1d71964d5SAndrew Rist# *************************************************************
2d71964d5SAndrew Rist#
3d71964d5SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4d71964d5SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5d71964d5SAndrew Rist#  distributed with this work for additional information
6d71964d5SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7d71964d5SAndrew Rist#  to you under the Apache License, Version 2.0 (the
8d71964d5SAndrew Rist#  "License"); you may not use this file except in compliance
9d71964d5SAndrew Rist#  with the License.  You may obtain a copy of the License at
10d71964d5SAndrew Rist#
11d71964d5SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12d71964d5SAndrew Rist#
13d71964d5SAndrew Rist#  Unless required by applicable law or agreed to in writing,
14d71964d5SAndrew Rist#  software distributed under the License is distributed on an
15d71964d5SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16d71964d5SAndrew Rist#  KIND, either express or implied.  See the License for the
17d71964d5SAndrew Rist#  specific language governing permissions and limitations
18d71964d5SAndrew Rist#  under the License.
19d71964d5SAndrew Rist#
20d71964d5SAndrew Rist# *************************************************************
21cdf0e10cSrcweirall_fragments+=impress
22cdf0e10cSrcweir
23cdf0e10cSrcweir# -----------------------------------------------
24cdf0e10cSrcweir# count = 19
25cdf0e10cSrcweirT4_IMPRESS = \
26cdf0e10cSrcweir    draw_StarOffice_XML_Draw \
27cdf0e10cSrcweir    impress_MS_PowerPoint_97 \
28cdf0e10cSrcweir    impress_MS_PowerPoint_97_Vorlage \
29cdf0e10cSrcweir    impress_StarOffice_XML_Impress \
30cdf0e10cSrcweir    impress_StarOffice_XML_Impress_Template \
31cdf0e10cSrcweir    pdf_Portable_Document_Format \
32cdf0e10cSrcweir    pwp_PlaceWare\
33cdf0e10cSrcweir    impress8\
34*d3069caaSHongyun An    impress_NSO_UOF2 \
35cdf0e10cSrcweir    impress8_template\
36cdf0e10cSrcweir    draw8\
37cdf0e10cSrcweir    MS_PowerPoint_2007_XML\
38cdf0e10cSrcweir    MS_PowerPoint_2007_XML_Template
39cdf0e10cSrcweir
40cdf0e10cSrcweir# -----------------------------------------------
41cdf0e10cSrcweir# count = 20
42cdf0e10cSrcweirF4_IMPRESS = \
43cdf0e10cSrcweir    MS_PowerPoint_97 \
44cdf0e10cSrcweir    MS_PowerPoint_97_Vorlage \
45cdf0e10cSrcweir    impress_StarOffice_XML_Draw \
46cdf0e10cSrcweir    StarOffice_XML__Impress_ \
47cdf0e10cSrcweir    impress_StarOffice_XML_Impress_Template \
48cdf0e10cSrcweir    impress_pdf_Export \
49cdf0e10cSrcweir    placeware_Export\
50cdf0e10cSrcweir    impress8\
51*d3069caaSHongyun An    NSO_Impress_UOF2 \
52cdf0e10cSrcweir    impress8_template\
53cdf0e10cSrcweir    impress8_draw\
54cdf0e10cSrcweir    impress_MS_PowerPoint_2007_XML\
55cdf0e10cSrcweir    impress_MS_PowerPoint_2007_XML_Template
56cdf0e10cSrcweir
57cdf0e10cSrcweir# -----------------------------------------------
58cdf0e10cSrcweir# count = 12
59cdf0e10cSrcweirF4_UI_IMPRESS = \
60cdf0e10cSrcweir    MS_PowerPoint_97_Vorlage_ui \
61cdf0e10cSrcweir    impress_StarOffice_XML_Draw_ui \
62cdf0e10cSrcweir    StarOffice_XML__Impress__ui \
63cdf0e10cSrcweir    impress_StarOffice_XML_Impress_Template_ui \
64cdf0e10cSrcweir    impress8_ui \
65*d3069caaSHongyun An    NSO_Impress_UOF2_ui \
66cdf0e10cSrcweir    impress8_template_ui \
67cdf0e10cSrcweir    impress8_draw_ui \
68cdf0e10cSrcweir    impress_MS_PowerPoint_2007_XML_ui \
69cdf0e10cSrcweir    impress_MS_PowerPoint_2007_XML_Template_ui
70cdf0e10cSrcweir
71cdf0e10cSrcweir# -----------------------------------------------
72cdf0e10cSrcweir# count = 0
73cdf0e10cSrcweirL4_GLOBAL =
74cdf0e10cSrcweir
75cdf0e10cSrcweir# -----------------------------------------------
76cdf0e10cSrcweir# count = 0
77cdf0e10cSrcweirC4_GLOBAL =
78cdf0e10cSrcweir
79cdf0e10cSrcweir# -----------------------------------------------
80cdf0e10cSrcweirTYPES_4fcfg_impress           = $(foreach,i,$(T4_IMPRESS)    types$/$i.xcu                   )
81cdf0e10cSrcweirFILTERS_4fcfg_impress         = $(foreach,i,$(F4_IMPRESS)    filters$/$i.xcu                 )
82cdf0e10cSrcweirUI_FILTERS_4fcfg_impress      = $(foreach,i,$(F4_UI_IMPRESS) $(DIR_LOCFRAG)$/filters$/$i.xcu )
83cdf0e10cSrcweirFRAMELOADERS_4fcfg_impress    = $(foreach,i,$(L4_IMPRESS)    frameloaders$/$i.xcu            )
84cdf0e10cSrcweirCONTENTHANDLERS_4fcfg_impress = $(foreach,i,$(C4_IMPRESS)    contenthandlers$/$i.xcu         )
85cdf0e10cSrcweir
86cdf0e10cSrcweir# -----------------------------------------------
87cdf0e10cSrcweir# needed to get dependencies inside global makefile work!
88cdf0e10cSrcweirALL_4fcfg_impress = \
89cdf0e10cSrcweir    $(TYPES_4fcfg_impress) \
90cdf0e10cSrcweir    $(FILTERS_4fcfg_impress) \
91cdf0e10cSrcweir    $(UI_FILTERS_4fcfg_impress) \
92cdf0e10cSrcweir    $(FRAMELOADERS_4fcfg_impress) \
93cdf0e10cSrcweir    $(CONTENTHANDLERS_4fcfg_impress)
94cdf0e10cSrcweir
95cdf0e10cSrcweirALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_impress)
96cdf0e10cSrcweir
97cdf0e10cSrcweirALL_PACKAGES+=impress
98cdf0e10cSrcweir
99