summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-01-20 12:29:26 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-01-20 12:29:26 +0000
commit8e9dc78e72fb5222315b0c5c6636408ef2b6ca26 (patch)
tree2f8461e4c4648e3bf123f27b3071790549f58807 /i18npool
parent48cedfe3c3295ce27d768d46d9286cd2fa42e875 (diff)
INTEGRATION: CWS i18n10 (1.3.100); FILE MERGED
2003/12/17 20:12:40 khong 1.3.100.1: #i22138# #112506# migrate to ICU collator and remove link to tool library
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/collator/makefile.mk26
1 files changed, 20 insertions, 6 deletions
diff --git a/i18npool/source/collator/makefile.mk b/i18npool/source/collator/makefile.mk
index 026366cc1e5a..02a393eac48a 100644
--- a/i18npool/source/collator/makefile.mk
+++ b/i18npool/source/collator/makefile.mk
@@ -2,9 +2,9 @@
#*
#* $RCSfile: makefile.mk,v $
#*
-#* $Revision: 1.3 $
+#* $Revision: 1.4 $
#*
-#* last change: $Author: khong $ $Date: 2002-05-24 22:31:36 $
+#* last change: $Author: rt $ $Date: 2004-01-20 13:29:26 $
#*
#* The Contents of this file are made available subject to the terms of
#* either of the following licenses
@@ -78,9 +78,6 @@ SLOFILES= \
$(SLO)$/collatorImpl.obj \
$(SLO)$/chaptercollator.obj \
$(SLO)$/collator_unicode.obj \
- $(SLO)$/collator_icu.obj \
- $(SLO)$/collator_simple.obj \
- $(SLO)$/collator_cjk.obj \
$(SLO)$/collator_zh_pinyin.obj \
$(SLO)$/collator_zh_radical.obj \
$(SLO)$/collator_zh_stroke.obj \
@@ -92,11 +89,28 @@ SLOFILES= \
$(SLO)$/collator_ko_dict.obj \
$(SLO)$/collator_ko_charset.obj \
$(SLO)$/collator_ja_charset.obj \
- $(SLO)$/collator_ja_phonetic.obj
+ $(SLO)$/collator_ja_phonetic_alphanumeric_first.obj \
+ $(SLO)$/collator_ja_phonetic_alphanumeric_last.obj
+
+
+APP1TARGET = gencoll_rule
+
+APP1OBJS = $(OBJ)$/gencoll_rule.obj
+
+APP1STDLIBS = $(SALLIB) \
+ $(TOOLSLIB) \
+ $(ICUINLIB) \
+ $(ICUUCLIB)
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
+data/%.txt : $(APP1TARGETN)
+ +@echo dummy
+$(MISC)$/collator_%.cxx : data/%.txt
+ $(APP1TARGETN)$ $< $@ $*
+
+