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#************************************************************** 21 22 23 24 25# edit to match directory level 26PRJ = ..$/.. 27# same for all makefiles in "helpcontent2" 28PRJNAME = helpcontent2 29# uniqe name (module wide); 30# using a modified form of package should do here 31TARGET = util_shared 32 33# --- Settings ----------------------------------------------------- 34 35.INCLUDE : settings.mk 36.INCLUDE : $(PRJ)$/settings.pmk 37 38#common_build_zip:= 39zip1generatedlangs=TRUE 40zip1langdirs=$(aux_alllangiso) 41ZIP1TARGET=xhp_shared 42ZIP1FLAGS= -u -r 43ZIP1DIR=$(COMMONMISC)$/$(LANGDIR) 44ZIP1LIST=$(LANGDIR)$/text$/shared$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x "*.created" 45 46LINKNAME=shared 47LINKADDEDFILES= \ 48 -add shared.tree $(COMMONMISC)$/LANGUAGE$/shared.tree \ 49 -add shared.jar $(COMMONBIN)$/xhp_shared_LANGUAGE.zip \ 50 -add default.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \ 51 -add highcontrast1.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \ 52 -add highcontrast2.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \ 53 -add highcontrastwhite.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastwhite.css \ 54 -add highcontrastblack.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastblack.css \ 55 -add err.html $(COMMONMISC)$/LANGUAGE$/text$/shared$/05$/err_html.xhp 56 57 58LINKADDEDDEPS= \ 59 $(COMMONMISC)$/LANGUAGE$/shared.tree \ 60 $(COMMONBIN)$/xhp_shared_LANGUAGE.zip \ 61 $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \ 62 $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \ 63 $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \ 64 $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastwhite.css \ 65 $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastblack.css \ 66 $(COMMONMISC)$/LANGUAGE$/text$/shared$/05$/err_html.xhp 67 68 69LINKLINKFILES= \ 70 71 72# --- Targets ------------------------------------------------------ 73 74.INCLUDE : target.mk 75.INCLUDE : $(PRJ)$/util$/target.pmk 76