From: tomo Date: Thu, 2 Jun 2011 17:18:21 +0000 (+0000) Subject: (all): Depend on `build-hanazono' and `build-arphic'. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fchise-fonts-installer.git;a=commitdiff_plain;h=4af3d9d793fea59c527fb477e27ff6b6088ecc7a (all): Depend on `build-hanazono' and `build-arphic'. (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/. --- diff --git a/TrueType/Makefile.in b/TrueType/Makefile.in index 7f56d7c..2a0a128 100644 --- a/TrueType/Makefile.in +++ b/TrueType/Makefile.in @@ -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