summaryrefslogtreecommitdiff
path: root/i18npool/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-05 09:46:25 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-05 09:46:25 +0000
commit77b03fbe7d227b89341edf83aa5f00be480e3a73 (patch)
treeb9f71b9432b055b6d85b61975ba3d17468cc7748 /i18npool/source
parent48cc02c5b62a7de2521e01c87b22eec740d46eec (diff)
INTEGRATION: CWS ause068 (1.10.26); FILE MERGED
2006/09/21 15:17:59 hjs 1.10.26.1: #i69536# + no longer required before echo command
Diffstat (limited to 'i18npool/source')
-rw-r--r--i18npool/source/breakiterator/makefile.mk12
1 files changed, 5 insertions, 7 deletions
diff --git a/i18npool/source/breakiterator/makefile.mk b/i18npool/source/breakiterator/makefile.mk
index 9ea58abbaa29..c3a8b4d636f8 100644
--- a/i18npool/source/breakiterator/makefile.mk
+++ b/i18npool/source/breakiterator/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: hr $ $Date: 2006-06-20 04:42:28 $
+# last change: $Author: kz $ $Date: 2006-10-05 10:46:25 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -41,9 +41,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
@@ -84,9 +82,9 @@ APP1STDLIBS = $(SALLIB)
# Output of gencmn is redirected to OpenOffice_icu_tmp.c with the -t switch.
$(MISC)$/OpenOffice_icu_dat.c : $(MY_BRK_BRKFILES)
+$(WRAPCMD) $(SOLARBINDIR)$/gencmn -e OpenOffice_icu -n OpenOffice_icu -t tmp -S -d $(MISC) O $(mktmp $(MY_BRK_BRKFILES:t"\n"))
- +echo $(USQ)#ifdef _MSC_VER$(USQ) > $@
- +echo $(USQ)#pragma warning( disable : 4229 4668 )$(USQ) >> $@
- +echo $(USQ)#endif$(USQ) >> $@
+ echo $(USQ)#ifdef _MSC_VER$(USQ) > $@
+ echo $(USQ)#pragma warning( disable : 4229 4668 )$(USQ) >> $@
+ echo $(USQ)#endif$(USQ) >> $@
+$(TYPE) $(@:s/_dat/_tmp/) >> $@
$(MISC)$/OpenOffice_%.brk : data/%.txt
+$(WRAPCMD) $(SOLARBINDIR)$/genbrk -r $< -o $(MISC)$/OpenOffice_$*.brk