~ubuntu-branches/ubuntu/gutsy/icu/gutsy-updates

« back to all changes in this revision

Viewing changes to source/data/translit/trnsfiles.mk

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2005-11-19 11:29:31 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20051119112931-vcizkrp10tli4enw
Tags: 3.4-3
Explicitly build with g++ 3.4.  The current ICU fails its test suite
with 4.0 but not with 3.4.  Future versions should work properly with
4.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# *   Copyright (C) 1997-2001, International Business Machines
2
 
# *   Corporation and others.  All Rights Reserved.
3
 
# A list of txt's to build
4
 
# Note: 
5
 
#
6
 
#   If you are thinking of modifying this file, READ THIS. 
7
 
#
8
 
# Instead of changing this file [unless you want to check it back in],
9
 
# you should consider creating a 'trnslocal.mk' file in this same directory.
10
 
# Then, you can have your local changes remain even if you upgrade or re
11
 
# configure the ICU.
12
 
#
13
 
# Example 'trnslocal.mk' files:
14
 
#
15
 
#  * To add an additional transliterators to the list: 
16
 
#    _____________________________________________________
17
 
#    |  TRANSLIT_SOURCE_LOCAL =   myTranslitRules.txt ...
18
 
#
19
 
#  * To REPLACE the default list and only build with a few
20
 
#     transliterators:
21
 
#    _____________________________________________________
22
 
#    |  TRANLIST_SOURCE = translit_index.txt translit_Any_Publishing.txt
23
 
#
24
 
#
25
 
 
26
 
TRANSLIT_SOURCE=t_Any_Accents.txt\
27
 
t_Any_Publishing.txt\
28
 
t_Beng_InterIndic.txt\
29
 
t_Cyrl_Latn.txt\
30
 
t_Deva_InterIndic.txt\
31
 
t_FWidth_HWidth.txt\
32
 
t_Grek_Latn.txt\
33
 
t_Gujr_InterIndic.txt\
34
 
t_Guru_InterIndic.txt\
35
 
t_Hira_Kana.txt\
36
 
t_Hira_Latn.txt\
37
 
t_InterIndic_Beng.txt\
38
 
t_InterIndic_Deva.txt\
39
 
t_InterIndic_Gujr.txt\
40
 
t_InterIndic_Guru.txt\
41
 
t_InterIndic_Knda.txt\
42
 
t_InterIndic_Latn.txt\
43
 
t_InterIndic_Mlym.txt\
44
 
t_InterIndic_Orya.txt\
45
 
t_InterIndic_Taml.txt\
46
 
t_InterIndic_Telu.txt\
47
 
t_Knda_InterIndic.txt\
48
 
t_Latn_InterIndic.txt\
49
 
t_Latn_Jamo.txt\
50
 
t_Latn_Kana.txt\
51
 
t_Mlym_InterIndic.txt\
52
 
t_Orya_InterIndic.txt\
53
 
t_Taml_InterIndic.txt\
54
 
t_Telu_InterIndic.txt\
55
 
translit_index.txt
 
 
b'\\ No newline at end of file'