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# edit to match directory level 23 cdf0e10cSrcweirPRJ = %prj% 24 cdf0e10cSrcweir# same for all makefiles in "helpcontent2" 25 cdf0e10cSrcweirPRJNAME = helpcontent2 26 cdf0e10cSrcweir# edit to match the current package 27 cdf0e10cSrcweirPACKAGE = %package% 28 cdf0e10cSrcweir# uniqe name (module wide); 29 cdf0e10cSrcweir# using a modified form of package should do here 30 cdf0e10cSrcweirTARGET = %target% 31 cdf0e10cSrcweir# edit to match the current module 32 cdf0e10cSrcweirMODULE = %module% 33 cdf0e10cSrcweir 34 cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 35 cdf0e10cSrcweir 36 cdf0e10cSrcweir.INCLUDE : settings.mk 37 cdf0e10cSrcweir.INCLUDE : $(PRJ)$/settings.pmk 38 cdf0e10cSrcweir 39 cdf0e10cSrcweir# this list matches the *.xhp files to process 40 cdf0e10cSrcweirXHPFILES = \ 41 cdf0e10cSrcweir%xhpfiles% 42 cdf0e10cSrcweir 43 cdf0e10cSrcweir# --- Targets ------------------------------------------------------ 44 cdf0e10cSrcweir 45 cdf0e10cSrcweir.INCLUDE : target.mk 46 cdf0e10cSrcweir.INCLUDE : tg_help.mk 47