Kaydet (Commit) 64cfa532 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS i18n24 (1.9.14); FILE MERGED

2006/01/10 22:49:13 khong 1.9.14.1: #i60331 create seperate collator data library
üst 59e56c34
......@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.9 $
# $Revision: 1.10 $
#
# last change: $Author: kz $ $Date: 2005-11-01 14:53:06 $
# last change: $Author: kz $ $Date: 2006-01-31 18:36:27 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -48,26 +48,16 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
LOCAL_RULE_LANGS:=$(shell ls data/*.txt|cut -c6,7|sort -u)
.IF "$(GUI)"=="WNT"
CFLAGSCXX+=-DLOCAL_RULE_LANGS="\"$(LOCAL_RULE_LANGS)\""
.ELSE
CFLAGSCXX+=-DLOCAL_RULE_LANGS='"$(LOCAL_RULE_LANGS)"'
.ENDIF
SLOFILES= \
$(SLO)$/collatorImpl.obj \
$(SLO)$/chaptercollator.obj \
$(SLO)$/collator_unicode.obj \
$(SLO)$/collator_zh_pinyin.obj \
$(SLO)$/collator_dz_charset.obj \
$(SLO)$/collator_zh_radical.obj \
$(SLO)$/collator_zh_stroke.obj \
$(SLO)$/collator_zh_charset.obj \
$(SLO)$/collator_zh_zhuyin.obj \
$(SLO)$/collator_zh_TW_radical.obj \
$(SLO)$/collator_zh_TW_stroke.obj \
$(SLO)$/collator_zh_TW_charset.obj \
$(SLO)$/collator_ne_charset.obj \
$(SLO)$/collator_ko_charset.obj \
$(SLO)$/collator_km_charset.obj \
$(SLO)$/collator_ja_charset.obj \
$(SLO)$/collator_ja_phonetic_alphanumeric_first.obj \
$(SLO)$/collator_ja_phonetic_alphanumeric_last.obj
$(SLO)$/collator_unicode.obj
APP1TARGET = gencoll_rule
......@@ -81,11 +71,3 @@ APP1STDLIBS = $(SALLIB) \
.INCLUDE : target.mk
data/%.txt : $(APP1TARGETN)
+@echo dummy
$(MISC)$/collator_%.cxx : data/%.txt
$(APP1TARGETN)$ $< $@ $*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment