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+=impress
22
23# -----------------------------------------------
24# count = 19
25T4_IMPRESS = \
26    draw_StarOffice_XML_Draw \
27    impress_MS_PowerPoint_97 \
28    impress_MS_PowerPoint_97_Vorlage \
29    impress_StarOffice_XML_Impress \
30    impress_StarOffice_XML_Impress_Template \
31    pdf_Portable_Document_Format \
32    pwp_PlaceWare\
33    impress8\
34    impress_NSO_UOF2 \
35    impress8_template\
36    draw8\
37    MS_PowerPoint_2007_XML\
38    MS_PowerPoint_2007_XML_Template
39
40# -----------------------------------------------
41# count = 20
42F4_IMPRESS = \
43    MS_PowerPoint_97 \
44    MS_PowerPoint_97_Vorlage \
45    impress_StarOffice_XML_Draw \
46    StarOffice_XML__Impress_ \
47    impress_StarOffice_XML_Impress_Template \
48    impress_pdf_Export \
49    placeware_Export\
50    impress8\
51    NSO_Impress_UOF2 \
52    impress8_template\
53    impress8_draw\
54    impress_MS_PowerPoint_2007_XML\
55    impress_MS_PowerPoint_2007_XML_Template
56
57# -----------------------------------------------
58# count = 12
59F4_UI_IMPRESS = \
60    MS_PowerPoint_97_Vorlage_ui \
61    impress_StarOffice_XML_Draw_ui \
62    StarOffice_XML__Impress__ui \
63    impress_StarOffice_XML_Impress_Template_ui \
64    impress8_ui \
65    NSO_Impress_UOF2_ui \
66    impress8_template_ui \
67    impress8_draw_ui \
68    impress_MS_PowerPoint_2007_XML_ui \
69    impress_MS_PowerPoint_2007_XML_Template_ui
70
71# -----------------------------------------------
72# count = 0
73L4_GLOBAL =
74
75# -----------------------------------------------
76# count = 0
77C4_GLOBAL =
78
79# -----------------------------------------------
80TYPES_4fcfg_impress           = $(foreach,i,$(T4_IMPRESS)    types$/$i.xcu                   )
81FILTERS_4fcfg_impress         = $(foreach,i,$(F4_IMPRESS)    filters$/$i.xcu                 )
82UI_FILTERS_4fcfg_impress      = $(foreach,i,$(F4_UI_IMPRESS) $(DIR_LOCFRAG)$/filters$/$i.xcu )
83FRAMELOADERS_4fcfg_impress    = $(foreach,i,$(L4_IMPRESS)    frameloaders$/$i.xcu            )
84CONTENTHANDLERS_4fcfg_impress = $(foreach,i,$(C4_IMPRESS)    contenthandlers$/$i.xcu         )
85
86# -----------------------------------------------
87# needed to get dependencies inside global makefile work!
88ALL_4fcfg_impress = \
89    $(TYPES_4fcfg_impress) \
90    $(FILTERS_4fcfg_impress) \
91    $(UI_FILTERS_4fcfg_impress) \
92    $(FRAMELOADERS_4fcfg_impress) \
93    $(CONTENTHANDLERS_4fcfg_impress)
94
95ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_impress)
96
97ALL_PACKAGES+=impress
98
99