~ubuntu-branches/ubuntu/karmic/gcin/karmic

« back to all changes in this revision

Viewing changes to data/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Wen-Yen Chuang
  • Date: 2008-05-20 14:57:12 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20080520145712-51z9gqmkl4p63gno
Tags: upstream-1.4.0
ImportĀ upstreamĀ versionĀ 1.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
     cj.gtab ar30.gtab dayi3.gtab pinyin.gtab jyutping.gtab cj5.gtab \
7
7
     et.kbm et-asdf.kbm et26.kbm et26-asdf.kbm zo.kbm zo-asdf.kbm \
8
8
     pinyin.kbm pinyin-asdf.kbm dvorak.kbm mitac.kbm \
9
 
     ibm.kbm tsin32 hsu.kbm pho-huge.tab simplex.gtab kana-nippon.gtab \
10
 
     greek.gtab cj-punc.gtab latin-letters.gtab tsin-1.src pin-juyin.xlt
 
9
     ibm.kbm tsin32 hsu.kbm pho-huge.tab simplex.gtab kana-nippon.gtab symbols.gtab \
 
10
     greek.gtab cj-punc.gtab latin-letters.gtab tsin-1.src pin-juyin.xlt \
 
11
     t2s.dat s2t.dat
11
12
DATAKEEP=symbol-table gtab.list phrase.table phrase-ctrl.table
12
13
 
13
14
all:    $(DATA)
15
16
tsin32: tsin.src ../tsa2d32
16
17
        GCIN_NO_RELOAD=; export GCIN_NO_RELOAD; ../tsa2d32 $<
17
18
 
18
 
tsin32.idx:     tsin.src
19
 
        GCIN_NO_RELOAD=; export GCIN_NO_RELOAD; ../tsa2d32 $<
 
19
tsin32.idx:     tsin32
20
20
 
21
21
pho.tab:         pho.tab.src ../phoa2d
22
22
        GCIN_NO_RELOAD=; export GCIN_NO_RELOAD; ../phoa2d $<
24
24
pho-huge.tab:    pho-huge.tab.src ../phoa2d
25
25
        GCIN_NO_RELOAD=; export GCIN_NO_RELOAD; ../phoa2d $<
26
26
 
 
27
t2s.dat:        t2s-file t2s-file.table
 
28
        ./t2s-file
 
29
s2t.dat:        t2s-file
 
30
 
27
31
pin-juyin.xlt:  ../pin-juyin pin-juyin.src
28
32
        ../pin-juyin
29
33
 
30
34
extr1:  extr1.c
31
35
        cc $< ../util.o ../locale.o -o $@ $(LDFLAGS)
32
36
 
 
37
t2s-file:       t2s-file.c
 
38
        cc $< ../util.o ../locale.o -o $@ $(LDFLAGS)
 
39
 
33
40
tsin-1.src:     extr1
34
41
        ./extr1 > $@
35
42
 
44
51
        install -m 644 $(DATA) $(DATAKEEP) $(GCIN_TABLE_DIR_i)
45
52
#       cd $(GCIN_TABLE_DIR_i); bzip2 -f *.gtab
46
53
clean:
47
 
        rm -f *~ tags core.* $(DATA) *.gtab extr1 tsin-1.src
 
54
        rm -f *~ tags core.* $(DATA) *.gtab extr1 t2s-file tsin-1.src