From 4f48bcc7937fbc586af7720d4225768ee6913e2a Mon Sep 17 00:00:00 2001 From: Frank Peters Date: Wed, 18 Aug 2004 09:59:46 +0000 Subject: #i33146# Initial checkin --- helpcontent2/source/text/scalc/makefile.mk | 59 ++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 helpcontent2/source/text/scalc/makefile.mk (limited to 'helpcontent2/source/text/scalc/makefile.mk') diff --git a/helpcontent2/source/text/scalc/makefile.mk b/helpcontent2/source/text/scalc/makefile.mk new file mode 100644 index 0000000000..0ca6a2ee78 --- /dev/null +++ b/helpcontent2/source/text/scalc/makefile.mk @@ -0,0 +1,59 @@ +#************************************************************************* +#* +#* $Workfile:$ +#* +#* Creation date KR 28.06.99 +#* last change $Author: fpe $ $Date: 2004-08-18 10:53:53 $ +#* +#* $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 +# edit to match the current package +PACKAGE = text/scalc +# uniqe name (module wide); +# using a modified forme of package should do here +TARGET = text_scalc +# edit to match the current module +MODULE = text/scalc + +# --- Settings ----------------------------------------------------- + +.INCLUDE : $(PRJ)$/settings.pmk +.INCLUDE : settings.mk + +# this list matches the *.xml files to process +HZIPFILES = \ + main0000.hzip \ + main0100.hzip \ + main0101.hzip \ + main0102.hzip \ + main0103.hzip \ + main0104.hzip \ + main0105.hzip \ + main0106.hzip \ + main0107.hzip \ + main0112.hzip \ + main0200.hzip \ + main0202.hzip \ + main0203.hzip \ + main0205.hzip \ + main0206.hzip \ + main0208.hzip \ + main0210.hzip \ + main0214.hzip \ + main0218.hzip \ + main0503.hzip + +# --- Targets ------------------------------------------------------ + +.INCLUDE : target.mk +.INCLUDE : $(PRJ)$/makefile.pmk -- cgit