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