Files
help/helpcontent2/util/schart/makefile.mk
Jens-Heiner Rechtien d61da0dbb5 INTEGRATION: CWS ause037 (1.13.50); FILE MERGED
2005/09/06 15:29:26 hjs 1.13.50.1: #125412# allow building to shared output tree
2005-09-28 11:03:42 +00:00

58 lines
1.4 KiB
Makefile

#*************************************************************************
#*
#* $Workfile:$
#*
#* Creation date KR 28.06.99
#* last change $Author: hr $ $Date: 2005-09-28 12:03:42 $
#*
#* $Revision: 1.14 $
#*
#* $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 "*.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