7f56d7c4568b5da682840a4991566c2a512ae1cf
[chise/chise-fonts-installer.git] / TrueType / 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-zinbun
15
16 install:        install-zinbun
17
18
19 build-arphic:
20         cd Arphic && make
21
22 install-arphic:
23         cd Arphic && make install
24
25
26 build-zinbun:
27         cd Zinbun && make
28
29 install-zinbun:
30         cd Zinbun && make install
31
32
33 distclean:
34         cd Arphic && make distclean
35         cd Zinbun && make distclean
36         -$(RM) Makefile
37
38 distclean-all:
39         cd Arphic && make distclean-all
40         cd Zinbun && make distclean-all
41         -$(RM) Makefile