blob: 7e5ee4229e78a8861e9f57161d3409619b240fd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
$NetBSD: patch-cw,v 1.1.1.1 2008/10/14 11:02:25 hira Exp $
--- i18npool/source/collator/makefile.mk.orig 2008-04-10 17:57:56.000000000 +0900
+++ i18npool/source/collator/makefile.mk 2008-05-17 18:54:31.000000000 +0900
@@ -42,7 +42,24 @@
# --- Files --------------------------------------------------------
-txtlist:=$(shell @cd data && ls *.txt)
+txtlist= \
+ dz_charset.txt \
+ hu_charset.txt \
+ ja_charset.txt \
+ ja_phonetic_alphanumeric_first.txt \
+ ja_phonetic_alphanumeric_last.txt \
+ ko_charset.txt \
+ ku_alphanumeric.txt \
+ ln_charset.txt \
+ ne_charset.txt \
+ zh_TW_charset.txt \
+ zh_TW_radical.txt \
+ zh_TW_stroke.txt \
+ zh_charset.txt \
+ zh_pinyin.txt \
+ zh_radical.txt \
+ zh_stroke.txt \
+ zh_zhuyin.txt
LOCAL_RULE_LANGS:=$(uniq $(foreach,i,$(txtlist) $(i:s/-/_/:s/_/ /:1)))
rules_dependencies:=$(foreach,i,$(txtlist) data$/$i) $(INCCOM)$/lrl_include.hxx
|