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+=draw
22
23# -----------------------------------------------
24# count = 9
25T4_DRAW = \
26    draw_StarOffice_XML_Draw \
27    draw_StarOffice_XML_Draw_Template \
28    pdf_Portable_Document_Format\
29    draw8 \
30    draw8_template
31
32# -----------------------------------------------
33# count = 9
34F4_DRAW = \
35    StarOffice_XML__Draw_ \
36    draw_StarOffice_XML_Draw_Template \
37    draw_pdf_Export \
38    draw8 \
39    draw8_template
40
41# -----------------------------------------------
42# count = 4
43F4_UI_DRAW = \
44    StarOffice_XML__Draw__ui \
45    draw_StarOffice_XML_Draw_Template_ui \
46    draw8_ui \
47    draw8_template_ui
48
49# -----------------------------------------------
50# count = 0
51L4_DRAW =
52
53# -----------------------------------------------
54# count = 0
55C4_DRAW =
56
57# -----------------------------------------------
58TYPES_4fcfg_draw           = $(foreach,i,$(T4_DRAW)    types$/$i.xcu                    )
59FILTERS_4fcfg_draw         = $(foreach,i,$(F4_DRAW)    filters$/$i.xcu                  )
60UI_FILTERS_4fcfg_draw      = $(foreach,i,$(F4_UI_DRAW) $(DIR_LOCFRAG)$/filters$/$i.xcu  )
61FRAMELOADERS_4fcfg_draw    = $(foreach,i,$(L4_DRAW)    frameloaders$/$i.xcu             )
62CONTENTHANDLERS_4fcfg_draw = $(foreach,i,$(C4_DRAW)    contenthandlers$/$i.xcu          )
63
64# -----------------------------------------------
65# needed to get dependencies inside global makefile work!
66ALL_4fcfg_draw = \
67    $(TYPES_4fcfg_draw) \
68    $(FILTERS_4fcfg_draw) \
69    $(UI_FILTERS_4fcfg_draw) \
70    $(FRAMELOADERS_4fcfg_draw) \
71    $(CONTENTHANDLERS_4fcfg_draw)
72
73ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_draw)
74
75ALL_PACKAGES+=draw
76
77