summaryrefslogtreecommitdiff
path: root/helpcontent2/util/schart/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 14:15:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 14:15:56 +0000
commit3bd4ab748c66b3094a3157d3164ae0f6bf4bd001 (patch)
treeae42ba88c933e0ee1231b754fb0b22aef9195b2e /helpcontent2/util/schart/makefile.mk
parent478789eef91fed64e5be8973811bd91baa14d5e2 (diff)
INTEGRATION: CWS ause018 (1.10.14); FILE MERGED
2005/02/07 18:56:42 hjs 1.10.14.4: #i42057# avoid zip targets for javaless builds 2005/02/07 16:45:17 hjs 1.10.14.3: #i42057# avoid unwanted files in zip 2005/02/07 14:09:14 hjs 1.10.14.2: #i42057# unique TARGET names in generated link makefiles 2005/02/04 17:42:24 hjs 1.10.14.1: #i39062# use *.tree files generated to MISC
Diffstat (limited to 'helpcontent2/util/schart/makefile.mk')
-rw-r--r--helpcontent2/util/schart/makefile.mk14
1 files changed, 8 insertions, 6 deletions
diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk
index 4cc747025a..fa45207246 100644
--- a/helpcontent2/util/schart/makefile.mk
+++ b/helpcontent2/util/schart/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: rt $ $Date: 2004-12-16 13:01:03 $
+#* last change $Author: hr $ $Date: 2005-02-11 15:15:56 $
#*
-#* $Revision: 1.10 $
+#* $Revision: 1.11 $
#*
#* $Logfile:$
#*
@@ -19,30 +19,32 @@ PRJ = ..$/..
PRJNAME = helpcontent2
# uniqe name (module wide);
# using a modified form of package should do here
-TARGET = util
+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=$(MISC)$/$(LANGDIR)
-ZIP1LIST=$(LANGDIR)$/text$/schart$/* -x "*.dphh*" -x "*.hzip"
+ZIP1LIST=$(LANGDIR)$/text$/schart$/* -x "*.dphh*" -x "*.hzip" -x "*.created"
+.ENDIF # "$(SOLAR_JAVA)"!=""
LINKNAME=schart
LINKADDEDFILES= \
- -add schart.tree $(PRJ)$/source$/auxiliary$/LANGUAGE$/schart.tree \
+ -add schart.tree $(MISC)$/LANGUAGE$/schart.tree \
-add schart.jar $(BIN)$/xhp_schart_LANGUAGE.zip
LINKADDEDDEPS= \
- $(PRJ)$/source$/auxiliary$/LANGUAGE$/schart.tree \
+ $(MISC)$/LANGUAGE$/schart.tree \
$(BIN)$/xhp_schart_LANGUAGE.zip