# ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # # ************************************************************* all_fragments+=chart # ----------------------------------------------- # count = 3 T4_CHART = \ chart_StarOffice_XML_Chart \ chart8 # ----------------------------------------------- # count = 2 F4_CHART = \ StarOffice_XML__Chart_\ chart8 # ----------------------------------------------- # count = 2 F4_UI_CHART = \ StarOffice_XML__Chart__ui \ chart8_ui # ----------------------------------------------- # count = 0 L4_CHART = \ com_sun_star_comp_chart2_ChartFrameLoader # ----------------------------------------------- # count = 0 C4_CHART = # ----------------------------------------------- TYPES_4fcfg_chart = $(foreach,i,$(T4_CHART) types$/$i.xcu ) FILTERS_4fcfg_chart = $(foreach,i,$(F4_CHART) filters$/$i.xcu ) UI_FILTERS_4fcfg_chart = $(foreach,i,$(F4_UI_CHART) $(DIR_LOCFRAG)$/filters$/$i.xcu ) FRAMELOADERS_4fcfg_chart = $(foreach,i,$(L4_CHART) frameloaders$/$i.xcu ) CONTENTHANDLERS_4fcfg_chart = $(foreach,i,$(C4_CHART) contenthandlers$/$i.xcu ) # ----------------------------------------------- # needed to get dependencies inside global makefile work! ALL_4fcfg_chart = \ $(TYPES_4fcfg_chart) \ $(FILTERS_4fcfg_chart) \ $(UI_FILTERS_4fcfg_chart) \ $(FRAMELOADERS_4fcfg_chart) \ $(CONTENTHANDLERS_4fcfg_chart) ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_chart) ALL_PACKAGES+=chart