Annotation of embedaddon/php/ext/mbstring/libmbfl/tests/conv_encoding.tests/Makefile.am, revision 1.1.1.1
1.1 misho 1: EXTRA_DIST=\
2: cp51932_cp50220raw.exp\
3: ujis_sjis.exp\
4: utf8_sjis.exp\
5: yensign.exp
6: noinst_PROGRAMS=gen_exp
7: gen_exp_SOURCES=gen_exp.c
8: CLEANFILES=\
9: uni_to_cp932.exp\
10: uni_to_cp50220.exp\
11: uni_to_cp50222.exp\
12: cp932_to_uni.exp
13:
14: CP932.TXT:
15: $(FETCH_VIA_FTP) ftp://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT
16:
17: cp932_to_uni.exp: gen_exp CP932.TXT
18: ./gen_exp from_cp932 > "$@"
19:
20: uni_to_cp932.exp: gen_exp CP932.TXT
21: ./gen_exp to_cp932 > "$@"
22:
23: uni_to_cp50220.exp: gen_exp CP932.TXT
24: ./gen_exp to_cp50220 > "$@"
25:
26: uni_to_cp50222.exp: gen_exp CP932.TXT
27: ./gen_exp to_cp50222 > "$@"
28:
29: check-local: uni_to_cp932.exp uni_to_cp50220.exp uni_to_cp50222.exp
30:
31: .PHONY: check-local
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>