summaryrefslogtreecommitdiff
path: root/helpcontent2/util/schart/makefile.mk
diff options
context:
space:
mode:
authorFrank Peters <fpe@openoffice.org>2004-08-18 09:59:46 +0000
committerFrank Peters <fpe@openoffice.org>2004-08-18 09:59:46 +0000
commit4f48bcc7937fbc586af7720d4225768ee6913e2a (patch)
tree431c32101c9b8349fe8f420615df796296d69a90 /helpcontent2/util/schart/makefile.mk
#i33146# Initial checkin
Diffstat (limited to 'helpcontent2/util/schart/makefile.mk')
-rw-r--r--helpcontent2/util/schart/makefile.mk55
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
+