1*4ce85375SAndrew Rist#**************************************************************
2*4ce85375SAndrew Rist#
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
10*4ce85375SAndrew Rist#
11*4ce85375SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*4ce85375SAndrew Rist#
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.
19*4ce85375SAndrew Rist#
20*4ce85375SAndrew Rist#**************************************************************
21cdf0e10cSrcweir
22cdf0e10cSrcweir
23cdf0e10cSrcweir# edit to match directory level
24cdf0e10cSrcweirPRJ		= %prj%
25cdf0e10cSrcweir# same for all makefiles in "helpcontent2"
26cdf0e10cSrcweirPRJNAME = helpcontent2
27cdf0e10cSrcweir# uniqe name (module wide);
28cdf0e10cSrcweir# using a modified form of package should do here
29cdf0e10cSrcweirTARGET  = util_%module%
30cdf0e10cSrcweir
31cdf0e10cSrcweir# --- Settings -----------------------------------------------------
32cdf0e10cSrcweir
33cdf0e10cSrcweir.INCLUDE : settings.mk
34cdf0e10cSrcweir.INCLUDE : $(PRJ)$/settings.pmk
35cdf0e10cSrcweir
36cdf0e10cSrcweir#common_build_zip:=
37cdf0e10cSrcweirzip1generatedlangs=TRUE
38cdf0e10cSrcweirzip1langdirs=$(aux_alllangiso)
39cdf0e10cSrcweirZIP1TARGET=xhp_%module%
40cdf0e10cSrcweirZIP1FLAGS= -u -r
41cdf0e10cSrcweirZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
42cdf0e10cSrcweirZIP1LIST=$(LANGDIR)$/text$/%module%$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x "*.created"
43cdf0e10cSrcweir
44cdf0e10cSrcweirLINKNAME=%module%
45cdf0e10cSrcweirLINKADDEDFILES= \
46cdf0e10cSrcweir%linkaddedfiles%
47cdf0e10cSrcweir
48cdf0e10cSrcweirLINKADDEDDEPS= \
49cdf0e10cSrcweir%linkaddeddeps%
50cdf0e10cSrcweir
51cdf0e10cSrcweirLINKLINKFILES= \
52cdf0e10cSrcweir%linklinkfiles%
53cdf0e10cSrcweir
54cdf0e10cSrcweir# --- Targets ------------------------------------------------------
55cdf0e10cSrcweir
56cdf0e10cSrcweir.INCLUDE :  target.mk
57cdf0e10cSrcweir.INCLUDE :  $(PRJ)$/util$/target.pmk
58