diff options
author | Frank Peters <fpe@openoffice.org> | 2004-08-18 09:59:46 +0000 |
---|---|---|
committer | Frank Peters <fpe@openoffice.org> | 2004-08-18 09:59:46 +0000 |
commit | 4f48bcc7937fbc586af7720d4225768ee6913e2a (patch) | |
tree | 431c32101c9b8349fe8f420615df796296d69a90 /helpcontent2/util/schart/makefile.mk |
#i33146# Initial checkin
Diffstat (limited to 'helpcontent2/util/schart/makefile.mk')
-rw-r--r-- | helpcontent2/util/schart/makefile.mk | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk new file mode 100644 index 0000000000..b95ce26bd8 --- /dev/null +++ b/helpcontent2/util/schart/makefile.mk @@ -0,0 +1,55 @@ +#************************************************************************* +#* +#* $Workfile:$ +#* +#* Creation date KR 28.06.99 +#* last change $Author: fpe $ $Date: 2004-08-18 10:59:44 $ +#* +#* $Revision: 1.1 $ +#* +#* $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 = util + +# --- Settings ----------------------------------------------------- + +.INCLUDE : $(PRJ)$/settings.pmk +.INCLUDE : settings.mk + +common_build_zip:= +zip1generatedlangs=TRUE +ZIP1TARGET=schart_xml +ZIP1FLAGS= -u -r +ZIP1DIR=$(MISC)$/$(LANGDIR) +ZIP1LIST=$(LANGDIR)$/text$/schart$/* -x "*.dphh*" -x "*.hzip" + + +LINKNAME=schart +LINKADDEDFILES= \ + -add help$/LANGUAGE$/schart.tree $(PRJ)$/source$/auxiliary$/LANGUAGE$/schart.tree \ + -add help$/LANGUAGE$/schart.jar $(BIN)$/schart_xml_LANGUAGE.zip + + +LINKADDEDDEPS= \ + $(PRJ)$/source$/auxiliary$/LANGUAGE$/schart.tree \ + $(BIN)$/schart_xml_LANGUAGE.zip + + +LINKLINKFILES= \ + + +# --- Targets ------------------------------------------------------ + +.INCLUDE : target.mk +.INCLUDE : $(PRJ)$/util$/target.pmk + |