Update ooo320-m1
[ooovba.git] / i18npool / source / transliteration / makefile.mk
blobdaf3068d4d202c0d1b126dc4ac3a8576451cbda6
1 #*************************************************************************
2 #*
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.9 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #************************************************************************/
32 PRJ=..$/..
34 PRJNAME=i18npool
35 TARGET=transliterationImpl
37 ENABLE_EXCEPTIONS=TRUE
39 # --- Settings -----------------------------------------------------
41 .INCLUDE : settings.mk
43 # --- Files --------------------------------------------------------
45 SLOFILES= \
46 $(SLO)$/transliteration_body.obj \
47 $(SLO)$/transliteration_caseignore.obj \
48 $(SLO)$/transliterationImpl.obj \
49 $(SLO)$/transliteration_commonclass.obj \
50 $(SLO)$/transliteration_OneToOne.obj \
51 $(SLO)$/transliteration_Ignore.obj \
52 $(SLO)$/transliteration_Numeric.obj \
53 $(SLO)$/hiraganaToKatakana.obj \
54 $(SLO)$/katakanaToHiragana.obj \
55 $(SLO)$/ignoreKana.obj \
56 $(SLO)$/halfwidthToFullwidth.obj \
57 $(SLO)$/fullwidthToHalfwidth.obj \
58 $(SLO)$/ignoreWidth.obj \
59 $(SLO)$/smallToLarge_ja_JP.obj \
60 $(SLO)$/largeToSmall_ja_JP.obj \
61 $(SLO)$/ignoreSize_ja_JP.obj \
62 $(SLO)$/ignoreMinusSign_ja_JP.obj \
63 $(SLO)$/ignoreIterationMark_ja_JP.obj \
64 $(SLO)$/ignoreTraditionalKana_ja_JP.obj \
65 $(SLO)$/ignoreTraditionalKanji_ja_JP.obj \
66 $(SLO)$/ignoreProlongedSoundMark_ja_JP.obj \
67 $(SLO)$/ignoreZiZu_ja_JP.obj \
68 $(SLO)$/ignoreBaFa_ja_JP.obj \
69 $(SLO)$/ignoreTiJi_ja_JP.obj \
70 $(SLO)$/ignoreHyuByu_ja_JP.obj \
71 $(SLO)$/ignoreSeZe_ja_JP.obj \
72 $(SLO)$/ignoreIandEfollowedByYa_ja_JP.obj \
73 $(SLO)$/ignoreKiKuFollowedBySa_ja_JP.obj \
74 $(SLO)$/ignoreSeparator_ja_JP.obj \
75 $(SLO)$/ignoreSpace_ja_JP.obj \
76 $(SLO)$/ignoreMiddleDot_ja_JP.obj \
77 $(SLO)$/textToPronounce_zh.obj \
78 $(SLO)$/numtochar.obj \
79 $(SLO)$/numtotext_cjk.obj \
80 $(SLO)$/chartonum.obj \
81 $(SLO)$/texttonum.obj
83 # --- Targets ------------------------------------------------------
85 .INCLUDE : target.mk