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