comparison etc/mule/Makefile.in @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents
children
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
1 DESTDIR=
2 LIBDIR=/usr/local/lib
3 BINDIR=/usr/local/bin
4 MANDIR=/usr/man/man1
5 MANEXT=1
6
7 all:
8
9 # Each one-byte font may have encoding information as
10 # bdf_file_name:encoding
11 # where encoding is 0 or 1 and defaults to 0.
12 # You also can specify or override the following definitions
13 # by manually editing 'CHARSETS'.
14 ASCII = etl24-latin1.bdf:0
15 LATIN1 = etl24-latin1.bdf:1
16 LATIN2 = etl24-latin2.bdf:1
17 LATIN3 = etl24-latin3.bdf:1
18 LATIN4 = etl24-latin4.bdf:1
19 THAI = etl24-thai.bdf:1
20 GREEK = etl24-greek.bdf:1
21 HEBREW = etl24-hebrew.bdf:1
22 KANA = 12x24rk.bdf:1
23 ROMAN = 12x24rk.bdf:0
24 CYRILLIC = etl24-cyrillic.bdf:1
25 LATIN5 = etl24-latin5.bdf:1
26 CHINESE = gb24st.bdf
27 JAPANESE = jiskan24.bdf
28 KOREAN = hanglm24.bdf
29 JP-HOJO = min-1-24.bdf
30 BIG5 = taipei24.bdf
31 VIET = etl24-viscii.bdf
32 SISHENG = etl24-sisheng.bdf:0
33 IPA = etl24-ipa.bdf:1
34 ARABIC0 = etl24-arabic0.bdf:0
35 ARABIC1 = etl24-arabic1.bdf:0
36 ARABIC2 = etl24-arabic2.bdf:0
37 ETHIO = ethiom16f.bdf:0
38 CNS1=cns-1-24.bdf:0
39 CNS2=cns-2-24.bdf:0
40 CNS3=cns-3-24.bdf:0
41 CNS4=cns-4-24.bdf:0
42 CNS5=cns-5-24.bdf:0
43 CNS6=cns-6-24.bdf:0
44 CNS7=cns-7-24.bdf:0
45
46 SED_SCRIPT =\
47 -e "/LC:BYTES:/s/\(.*\)/\1[:BDF-FILE[:ENCODING]]/" \
48 -e "/ASCII$$/s/\(.*\)/\1:${ASCII}/" \
49 -e "/Latin-1$$/s/\(.*\)/\1:${LATIN1}/" \
50 -e "/Latin-2$$/s/\(.*\)/\1:${LATIN2}/" \
51 -e "/Latin-3$$/s/\(.*\)/\1:${LATIN3}/" \
52 -e "/Latin-4$$/s/\(.*\)/\1:${LATIN4}/" \
53 -e "/Thai$$/s/\(.*\)/\1:${THAI}/" \
54 -e "/Greek$$/s/\(.*\)/\1:${GREEK}/" \
55 -e "/Hebrew$$/s/\(.*\)/\1:${HEBREW}/" \
56 -e "/Katakana$$/s/\(.*\)/\1:${KANA}/" \
57 -e "/Roman$$/s/\(.*\)/\1:${ROMAN}/" \
58 -e "/Cyrillic$$/s/\(.*\)/\1:${CYRILLIC}/" \
59 -e "/Latin-5$$/s/\(.*\)/\1:${LATIN5}/" \
60 -e "/Chinese$$/s/\(.*\)/\1:${CHINESE}/" \
61 -e "/Japanese$$/s/\(.*\)/\1:${JAPANESE}/" \
62 -e "/Korean$$/s/\(.*\)/\1:${KOREAN}/" \
63 -e "/Japanese Supplement$$/s/\(.*\)/\1:${JP-HOJO}/" \
64 -e "/Big5/s/\(.*\)/\1:${BIG5}/" \
65 -e "/VISCII/s/\(.*\)/\1:${VIET}/" \
66 -e "/ZhuYin$$/s/\(.*\)/\1:${SISHENG}/" \
67 -e "/IPA/s/\(.*\)/\1:${IPA}/" \
68 -e "/Arabic digit$$/s/\(.*\)/\1:${ARABIC0}/" \
69 -e "/1-column Arabic/s/\(.*\)/\1:${ARABIC1}/" \
70 -e "/2-column Arabic/s/\(.*\)/\1:${ARABIC2}/" \
71 -e "/Ethio/s/\(.*\)/\1:${ETHIO}/"\
72 -e "/CNS Plane1/s/\(.*\)/\1:${CNS1}/"\
73 -e "/CNS Plane2/s/\(.*\)/\1:${CNS2}/"\
74 -e "/CNS Plane3/s/\(.*\)/\1:${CNS3}/"\
75 -e "/CNS Plane4/s/\(.*\)/\1:${CNS4}/"\
76 -e "/CNS Plane5/s/\(.*\)/\1:${CNS5}/"\
77 -e "/CNS Plane6/s/\(.*\)/\1:${CNS6}/"\
78 -e "/CNS Plane7/s/\(.*\)/\1:${CNS7}/"
79
80 CHARSETS: charset
81 sed ${SED_SCRIPT} < charset > CHARSETS
82
83 mostlyclean:
84 -rm -f core
85
86 clean distclean realclean:
87 -rm -f DOC* core Makefile charset* CHARSETS CODINGS
88
89 SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
90 news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
91 vcdiff vipcard.tex xmouse.doc
92
93 unlock:
94 chmod u+w $(SOURCES)
95
96 relock:
97 chmod u-w $(SOURCES)