1 VERSION = @PACKAGE_VERSION@
8 exec_prefix = @exec_prefix@
11 OPTS = @ac_configure_args@
14 all: build-jisx0213 build-egb build-etl-vn2 \
15 build-thai-xtis build-zinbun build-cbeta
17 install: install-jisx0213 install-egb install-etl-vn2 \
18 install-thai-xtis install-zinbun install-cbeta
25 cd JISX0213 && make install
32 cd EGB && make install
39 cd ETL-VN2 && make install
46 cd Thai-XTIS && make install
53 cd Zinbun && make install
60 cd CBETA && make install
64 cd JISX0213 && make distclean
65 cd EGB && make distclean
66 cd ETL-VN2 && make distclean
67 cd Thai-XTIS && make distclean
68 cd Zinbun && make distclean
69 cd CBETA && make distclean
73 cd JISX0213 && make distclean-all
74 cd EGB && make distclean-all
75 cd ETL-VN2 && make distclean-all
76 cd Thai-XTIS && make distclean-all
77 cd Zinbun && make distclean-all
78 cd CBETA && make distclean-all