Files
help/helpcontent2/helpers/makefile.template
Rüdiger Timm 2b1e1e6926 INTEGRATION: CWS helpcontentbeta (1.1.2); FILE MERGED
2004/09/16 12:26:20 fpe 1.1.2.1: Regular Update
2004-11-26 12:56:06 +00:00

41 lines
1.0 KiB
Plaintext

#*************************************************************************
#*
#* $Workfile:$
#*
#* Creation date KR 28.06.99
#* last change $Author: rt $ $Date: 2004-11-26 13:56:06 $
#*
#* $Revision: 1.2 $
#*
#* $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 : $(PRJ)$/settings.pmk
.INCLUDE : settings.mk
# this list matches the *.xhp files to process
HZIPFILES = \
%hzipfiles%
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.INCLUDE : $(PRJ)$/makefile.pmk