VERSION = @PACKAGE_VERSION@ TAR = tar WGET = wget SUDO = prefix = @prefix@ exec_prefix = @exec_prefix@ BINDIR = @bindir@ LIBDIR = @libdir@ OPTS = @ac_configure_args@ all: build-hanazono build-arphic build-zinbun install: install-hanazono install-arphic install-zinbun build-hanazono: cd Hanazono && make install-hanazono: cd Hanazono && make install build-arphic: cd Arphic && make install-arphic: cd Arphic && make install build-zinbun: cd Zinbun && make install-zinbun: cd Zinbun && make install 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