Files
help/helpcontent2/util/shared/makefile.mk
Jens-Heiner Rechtien 251d884015 INTEGRATION: CWS nojava1 (1.7.8); FILE MERGED
2004/10/15 19:49:54 haggai 1.7.8.1: #i35639# Disable helpcontent2 when no JDK is available
2004-11-09 10:47:51 +00:00

71 lines
2.2 KiB
Makefile

#*************************************************************************
#*
#* $Workfile:$
#*
#* Creation date KR 28.06.99
#* last change $Author: hr $ $Date: 2004-11-09 11:47:51 $
#*
#* $Revision: 1.8 $
#*
#* $Logfile:$
#*
#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
#*
#*************************************************************************
# edit to match directory level
PRJ = ..$/..
# same for all makefiles in "help2"
PRJNAME = help2
# uniqe name (module wide);
# using a modified forme of package should do here
TARGET = shared_util
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/settings.pmk
.INCLUDE : settings.mk
.IF "$(SOLAR_JAVA)"!=""
common_build_zip:=
zip1generatedlangs=TRUE
ZIP1TARGET=shared_xhp
ZIP1FLAGS= -u -r
ZIP1DIR=$(MISC)$/$(LANGDIR)
ZIP1LIST=$(LANGDIR)$/text$/shared$/* -x "*.dphh*" -x "*.hzip"
.ENDIF
LINKNAME=shared
LINKADDEDFILES= \
-add shared.tree $(PRJ)$/source$/auxiliary$/LANGUAGE$/shared.tree \
-add shared.jar $(BIN)$/shared_xhp_LANGUAGE.zip \
-add default.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \
-add highcontrast1.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \
-add highcontrast2.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \
-add highcontrastwhite.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastwhite.css \
-add highcontrastblack.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastblack.css \
-add err.html $(PRJ)$/source$/auxiliary$/LANGUAGE$/err.html \
LINKADDEDDEPS= \
$(PRJ)$/source$/auxiliary$/LANGUAGE$/shared.tree \
$(BIN)$/shared_xhp_LANGUAGE.zip \
$(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \
$(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \
$(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \
$(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastwhite.css \
$(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastblack.css \
$(PRJ)$/source$/auxiliary$/LANGUAGE$/err.html \
$(PRJ)$/source$/auxiliary$/main_transform.xsl
LINKLINKFILES= \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.INCLUDE : $(PRJ)$/util$/target.pmk