1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22 23 24PRJ=..$/.. 25 26PRJNAME=i18npool 27TARGET=transliterationImpl 28 29ENABLE_EXCEPTIONS=TRUE 30 31# --- Settings ----------------------------------------------------- 32 33.INCLUDE : settings.mk 34 35# --- Files -------------------------------------------------------- 36 37SLOFILES= \ 38 $(SLO)$/transliteration_body.obj \ 39 $(SLO)$/transliteration_caseignore.obj \ 40 $(SLO)$/transliterationImpl.obj \ 41 $(SLO)$/transliteration_commonclass.obj \ 42 $(SLO)$/transliteration_OneToOne.obj \ 43 $(SLO)$/transliteration_Ignore.obj \ 44 $(SLO)$/transliteration_Numeric.obj \ 45 $(SLO)$/hiraganaToKatakana.obj \ 46 $(SLO)$/katakanaToHiragana.obj \ 47 $(SLO)$/ignoreKana.obj \ 48 $(SLO)$/halfwidthToFullwidth.obj \ 49 $(SLO)$/fullwidthToHalfwidth.obj \ 50 $(SLO)$/ignoreWidth.obj \ 51 $(SLO)$/smallToLarge_ja_JP.obj \ 52 $(SLO)$/largeToSmall_ja_JP.obj \ 53 $(SLO)$/ignoreSize_ja_JP.obj \ 54 $(SLO)$/ignoreMinusSign_ja_JP.obj \ 55 $(SLO)$/ignoreIterationMark_ja_JP.obj \ 56 $(SLO)$/ignoreTraditionalKana_ja_JP.obj \ 57 $(SLO)$/ignoreTraditionalKanji_ja_JP.obj \ 58 $(SLO)$/ignoreProlongedSoundMark_ja_JP.obj \ 59 $(SLO)$/ignoreZiZu_ja_JP.obj \ 60 $(SLO)$/ignoreBaFa_ja_JP.obj \ 61 $(SLO)$/ignoreTiJi_ja_JP.obj \ 62 $(SLO)$/ignoreHyuByu_ja_JP.obj \ 63 $(SLO)$/ignoreSeZe_ja_JP.obj \ 64 $(SLO)$/ignoreIandEfollowedByYa_ja_JP.obj \ 65 $(SLO)$/ignoreKiKuFollowedBySa_ja_JP.obj \ 66 $(SLO)$/ignoreSeparator_ja_JP.obj \ 67 $(SLO)$/ignoreSpace_ja_JP.obj \ 68 $(SLO)$/ignoreMiddleDot_ja_JP.obj \ 69 $(SLO)$/textToPronounce_zh.obj \ 70 $(SLO)$/numtochar.obj \ 71 $(SLO)$/numtotext_cjk.obj \ 72 $(SLO)$/chartonum.obj \ 73 $(SLO)$/texttonum.obj 74 75# --- Targets ------------------------------------------------------ 76 77.INCLUDE : target.mk 78 79 80 81