#************************************************************************* #* #* $Workfile:$ #* #* Creation date KR 28.06.99 #* last change $Author: rt $ $Date: 2004-12-16 12:19:40 $ #* #* $Revision: 1.3 $ #* #* $Logfile:$ #* #* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved. #* #************************************************************************* # edit to match directory level PRJ = %prj% # same for all makefiles in "helpcontent2" PRJNAME = helpcontent2 # edit to match the current package PACKAGE = %package% # uniqe name (module wide); # using a modified form of package should do here TARGET = %target% # edit to match the current module MODULE = %module% # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/settings.pmk # this list matches the *.xhp files to process HZIPFILES = \ %hzipfiles% # --- Targets ------------------------------------------------------ .INCLUDE : target.mk .INCLUDE : $(PRJ)$/makefile.pmk