Files
help/helpcontent2/util/schart/makefile.mk
Rüdiger Timm 8465949aa3 INTEGRATION: CWS ause044 (1.15.16); FILE MERGED
2005/11/28 17:25:43 hjs 1.15.16.1: #i58253# regenerated from helpers/linkmakefile.template
2005-12-14 14:34:45 +00:00

58 lines
1.4 KiB
Makefile

#*************************************************************************
#*
#* $Workfile:$
#*
#* Creation date KR 28.06.99
#* last change $Author: rt $ $Date: 2005-12-14 15:34:45 $
#*
#* $Revision: 1.16 $
#*
#* $Logfile:$
#*
#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
#*
#*************************************************************************
# edit to match directory level
PRJ = ..$/..
# same for all makefiles in "helpcontent2"
PRJNAME = helpcontent2
# uniqe name (module wide);
# using a modified form of package should do here
TARGET = util_schart
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/settings.pmk
.IF "$(SOLAR_JAVA)"!=""
common_build_zip:=
zip1generatedlangs=TRUE
zip1langdirs=$(aux_alllangiso)
ZIP1TARGET=xhp_schart
ZIP1FLAGS= -u -r
ZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
ZIP1LIST=$(LANGDIR)$/text$/schart$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x "*.created"
.ENDIF # "$(SOLAR_JAVA)"!=""
LINKNAME=schart
LINKADDEDFILES= \
-add schart.tree $(COMMONMISC)$/LANGUAGE$/schart.tree \
-add schart.jar $(BIN)$/xhp_schart_LANGUAGE.zip
LINKADDEDDEPS= \
$(COMMONMISC)$/LANGUAGE$/schart.tree \
$(BIN)$/xhp_schart_LANGUAGE.zip
LINKLINKFILES= \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.INCLUDE : $(PRJ)$/util$/target.pmk