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+=base
22
23# -----------------------------------------------
24# count = 6
25T4_BASE = \
26    writer_web_HTML_help \
27    oxt_OpenOffice_Extension \
28    wav_Wave_Audio_File \
29    component_Bibliography \
30    component_DB
31
32# -----------------------------------------------
33# count = 2
34F4_BASE = \
35    writer_web_HTML_help
36
37# -----------------------------------------------
38# count = 1
39F4_UI_BASE =
40
41# -----------------------------------------------
42# count = 3
43L4_BASE = \
44    com_sun_star_frame_Bibliography \
45    com_sun_star_sdb_ContentLoader
46
47# -----------------------------------------------
48# count = 2
49C4_BASE = \
50    com_sun_star_comp_framework_SoundHandler \
51    com_sun_star_comp_framework_oxt_handler
52
53# -----------------------------------------------
54TYPES_4fcfg_base           = $(foreach,i,$(T4_BASE)    types$/$i.xcu                     )
55FILTERS_4fcfg_base         = $(foreach,i,$(F4_BASE)    filters$/$i.xcu                   )
56UI_FILTERS_4fcfg_base      = $(foreach,i,$(F4_UI_BASE) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
57FRAMELOADERS_4fcfg_base    = $(foreach,i,$(L4_BASE)    frameloaders$/$i.xcu              )
58CONTENTHANDLERS_4fcfg_base = $(foreach,i,$(C4_BASE)    contenthandlers$/$i.xcu           )
59
60# -----------------------------------------------
61# needed to get dependencies inside global makefile work!
62ALL_4fcfg_base = \
63    $(TYPES_4fcfg_base) \
64    $(FILTERS_4fcfg_base) \
65    $(UI_FILTERS_4fcfg_base) \
66    $(FRAMELOADERS_4fcfg_base) \
67    $(CONTENTHANDLERS_4fcfg_base)
68
69ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_base)
70
71ALL_PACKAGES+=base
72