From 4af3d9d793fea59c527fb477e27ff6b6088ecc7a Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 2 Jun 2011 17:18:21 +0000 Subject: [PATCH] (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/. --- TrueType/Makefile.in | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 -- 1.7.10.4