(all): Depend on `build-hanazono' and `build-arphic'.
authortomo <tomo>
Thu, 2 Jun 2011 17:18:21 +0000 (17:18 +0000)
committertomo <tomo>
Thu, 2 Jun 2011 17:18:21 +0000 (17:18 +0000)
(install): Depend on `install-hanazono' and `install-arphic'.
(build-hanazono): New target.
(install-hanazono): New target.
(distclean): Run "make distclean" in Hanazono/.
(distclean-all): Run "make distclean-all" in Hanazono/.

TrueType/Makefile.in

index 7f56d7c..2a0a128 100644 (file)
@@ -11,9 +11,16 @@ LIBDIR               = @libdir@
 OPTS           = @ac_configure_args@
 
 
-all:   build-zinbun
+all:   build-hanazono build-arphic build-zinbun
 
-install:       install-zinbun
+install:       install-hanazono install-arphic install-zinbun
+
+
+build-hanazono:
+       cd Hanazono && make
+
+install-hanazono:
+       cd Hanazono && make install
 
 
 build-arphic:
@@ -31,11 +38,13 @@ install-zinbun:
 
 
 distclean:
+       cd Hanazono && make distclean
        cd Arphic && make distclean
        cd Zinbun && make distclean
        -$(RM) Makefile
 
 distclean-all:
+       cd Hanazono && make distclean-all
        cd Arphic && make distclean-all
        cd Zinbun && make distclean-all
        -$(RM) Makefile