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+=database
22
23# -----------------------------------------------
24# count = 1
25T4_DATABASE = \
26    StarBase
27
28# -----------------------------------------------
29# count = 1
30F4_DATABASE = \
31    StarOffice_XML__Base_
32
33# -----------------------------------------------
34# count = 1
35F4_UI_DATABASE = \
36    StarOffice_XML__Base__ui
37
38# -----------------------------------------------
39# count = 1
40L4_DATABASE = \
41    org_openoffice_comp_dbflt_DBContentLoader2
42
43# -----------------------------------------------
44# count = 1
45C4_DATABASE =
46
47# -----------------------------------------------
48TYPES_4fcfg_database           = $(foreach,i,$(T4_DATABASE)    types$/$i.xcu                     )
49FILTERS_4fcfg_database         = $(foreach,i,$(F4_DATABASE)    filters$/$i.xcu                   )
50UI_FILTERS_4fcfg_database      = $(foreach,i,$(F4_UI_DATABASE) $(DIR_LOCFRAG)$/filters$/$i.xcu   )
51FRAMELOADERS_4fcfg_database    = $(foreach,i,$(L4_DATABASE)    frameloaders$/$i.xcu              )
52CONTENTHANDLERS_4fcfg_database = $(foreach,i,$(C4_DATABASE)    contenthandlers$/$i.xcu           )
53
54# -----------------------------------------------
55# needed to get dependencies inside global makefile work!
56ALL_4fcfg_database = \
57    $(TYPES_4fcfg_database) \
58    $(FILTERS_4fcfg_database) \
59    $(UI_FILTERS_4fcfg_database) \
60    $(FRAMELOADERS_4fcfg_database) \
61    $(CONTENTHANDLERS_4fcfg_database)
62
63ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_database)
64
65ALL_PACKAGES+=database
66