1933be183f9892ba1f128c2f09681ea473789046
[chise/chise-fonts-installer.git] / BDF / Makefile.in
1 VERSION = @PACKAGE_VERSION@
2
3 TAR     = tar
4 WGET    = wget
5 SUDO    = 
6
7 prefix          = @prefix@
8 exec_prefix     = @exec_prefix@
9 BINDIR          = @bindir@
10 LIBDIR          = @libdir@
11 OPTS            = @ac_configure_args@
12
13
14 all:    build-jisx0213 build-egb build-etl-vn2 \
15         build-thai-xtis build-zinbun build-hanazono build-mj build-cbeta build-HNG
16
17 install:        install-jisx0213 install-egb install-etl-vn2 \
18                 install-thai-xtis install-zinbun install-hanazono \
19                 install-mj install-cbeta
20
21
22 build-jisx0213:
23         cd JISX0213 && make
24
25 install-jisx0213:
26         cd JISX0213 && make install
27
28
29 build-egb:
30         cd EGB && make
31
32 install-egb:
33         cd EGB && make install
34
35
36 build-etl-vn2:
37         cd ETL-VN2 && make
38
39 install-etl-vn2:
40         cd ETL-VN2 && make install
41
42
43 build-thai-xtis:
44         cd Thai-XTIS && make
45
46 install-thai-xtis:
47         cd Thai-XTIS && make install
48
49
50 build-zinbun:
51         cd Zinbun && make
52
53 install-zinbun:
54         cd Zinbun && make install
55
56
57 build-hanazono:
58         cd Hanazono && make
59
60 install-hanazono:
61         cd Hanazono && make install
62
63
64 build-mj:
65         cd MJ && make
66
67 install-mj:
68         cd MJ && make install
69
70
71 build-cbeta:
72         cd CBETA && make
73
74 install-cbeta:
75         cd CBETA && make install
76
77
78 HNG:
79         git clone https://gitlab.hng-data.org/HNG/bdf-hng-fonts.git HNG
80
81 build-HNG:
82         cd HNG && ./configure
83
84 install-HNG:
85         cd HNG && make install
86
87
88 distclean:
89         cd JISX0213 && make distclean
90         cd EGB && make distclean
91         cd ETL-VN2 && make distclean
92         cd Thai-XTIS && make distclean
93         cd Zinbun && make distclean
94         cd Hanazono && make distclean
95         cd MJ && make distclean
96         cd CBETA && make distclean
97         cd HNG && make distclean
98         -$(RM) Makefile
99
100 distclean-all:
101         cd JISX0213 && make distclean-all
102         cd EGB && make distclean-all
103         cd ETL-VN2 && make distclean-all
104         cd Thai-XTIS && make distclean-all
105         cd Zinbun && make distclean-all
106         cd Hanazono && make distclean-all
107         cd MJ && make distclean-all
108         cd CBETA && make distclean-all
109         -$(RM) Makefile