forked from amazingfate/help
2004/12/08 15:09:58 hjs 1.2.16.2: #i36415# fix resync problem 2004/12/06 14:01:48 hjs 1.2.16.1: #i36415# fix for helpcontent2 auxiliary language problem
52 lines
1.2 KiB
Plaintext
52 lines
1.2 KiB
Plaintext
#*************************************************************************
|
|
#*
|
|
#* $Workfile:$
|
|
#*
|
|
#* Creation date KR 28.06.99
|
|
#* last change $Author: rt $ $Date: 2004-12-16 12:28:11 $
|
|
#*
|
|
#* $Revision: 1.4 $
|
|
#*
|
|
#* $Logfile:$
|
|
#*
|
|
#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
|
|
#*
|
|
#*************************************************************************
|
|
|
|
# edit to match directory level
|
|
PRJ = %prj%
|
|
# same for all makefiles in "helpcontent2"
|
|
PRJNAME = helpcontent2
|
|
# uniqe name (module wide);
|
|
# using a modified form of package should do here
|
|
TARGET = util
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
.INCLUDE : settings.mk
|
|
.INCLUDE : $(PRJ)$/settings.pmk
|
|
|
|
common_build_zip:=
|
|
zip1generatedlangs=TRUE
|
|
zip1langdirs=$(aux_alllangiso)
|
|
ZIP1TARGET=xhp_%module%
|
|
ZIP1FLAGS= -u -r
|
|
ZIP1DIR=$(MISC)$/$(LANGDIR)
|
|
ZIP1LIST=$(LANGDIR)$/text$/%module%$/* -x "*.dphh*" -x "*.hzip"
|
|
|
|
|
|
LINKNAME=%module%
|
|
LINKADDEDFILES= \
|
|
%linkaddedfiles%
|
|
|
|
LINKADDEDDEPS= \
|
|
%linkaddeddeps%
|
|
|
|
LINKLINKFILES= \
|
|
%linklinkfiles%
|
|
|
|
# --- Targets ------------------------------------------------------
|
|
|
|
.INCLUDE : target.mk
|
|
.INCLUDE : $(PRJ)$/util$/target.pmk
|