1*4ce85375SAndrew Rist#************************************************************** 2cdf0e10cSrcweir# 3*4ce85375SAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 4*4ce85375SAndrew Rist# or more contributor license agreements. See the NOTICE file 5*4ce85375SAndrew Rist# distributed with this work for additional information 6*4ce85375SAndrew Rist# regarding copyright ownership. The ASF licenses this file 7*4ce85375SAndrew Rist# to you under the Apache License, Version 2.0 (the 8*4ce85375SAndrew Rist# "License"); you may not use this file except in compliance 9*4ce85375SAndrew Rist# with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir# 11*4ce85375SAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir# 13*4ce85375SAndrew Rist# Unless required by applicable law or agreed to in writing, 14*4ce85375SAndrew Rist# software distributed under the License is distributed on an 15*4ce85375SAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*4ce85375SAndrew Rist# KIND, either express or implied. See the License for the 17*4ce85375SAndrew Rist# specific language governing permissions and limitations 18*4ce85375SAndrew Rist# under the License. 19cdf0e10cSrcweir# 20*4ce85375SAndrew Rist#************************************************************** 21cdf0e10cSrcweir 22cdf0e10cSrcweir# edit to match directory level 23cdf0e10cSrcweirPRJ = %prj% 24cdf0e10cSrcweir# same for all makefiles in "helpcontent2" 25cdf0e10cSrcweirPRJNAME = helpcontent2 26cdf0e10cSrcweir# uniqe name (module wide); 27cdf0e10cSrcweir# using a modified form of package should do here 28cdf0e10cSrcweirTARGET = util_%module% 29cdf0e10cSrcweir 30cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 31cdf0e10cSrcweir 32cdf0e10cSrcweir.INCLUDE : settings.mk 33cdf0e10cSrcweir.INCLUDE : $(PRJ)$/settings.pmk 34cdf0e10cSrcweir 35cdf0e10cSrcweir#common_build_zip:= 36cdf0e10cSrcweirzip1generatedlangs=TRUE 37cdf0e10cSrcweirzip1langdirs=$(aux_alllangiso) 38cdf0e10cSrcweirZIP1TARGET=xhp_%module% 39cdf0e10cSrcweirZIP1FLAGS= -u -r 40cdf0e10cSrcweirZIP1DIR=$(COMMONMISC)$/$(LANGDIR) 41cdf0e10cSrcweirZIP1LIST=$(LANGDIR)$/text$/%module%$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x "*.created" 42cdf0e10cSrcweir 43cdf0e10cSrcweirLINKNAME=%module% 44cdf0e10cSrcweirLINKADDEDFILES= \ 45cdf0e10cSrcweir%linkaddedfiles% 46cdf0e10cSrcweir 47cdf0e10cSrcweirLINKADDEDDEPS= \ 48cdf0e10cSrcweir%linkaddeddeps% 49cdf0e10cSrcweir 50cdf0e10cSrcweirLINKLINKFILES= \ 51cdf0e10cSrcweir%linklinkfiles% 52cdf0e10cSrcweir 53cdf0e10cSrcweir# --- Targets ------------------------------------------------------ 54cdf0e10cSrcweir 55cdf0e10cSrcweir.INCLUDE : target.mk 56cdf0e10cSrcweir.INCLUDE : $(PRJ)$/util$/target.pmk 57