From fa5b233767ca9d4e012839c28eb13628d2ebba63 Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 10 Sep 2005 06:24:56 +0000 Subject: Automake is a hard work, still not working now. git-svn-id: http://opensvn.csie.org/pttbbs/branches/piaip.automake@3152 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- Makefile.old | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile.old (limited to 'Makefile.old') diff --git a/Makefile.old b/Makefile.old new file mode 100644 index 00000000..f0938dff --- /dev/null +++ b/Makefile.old @@ -0,0 +1,14 @@ +SUBDIR= mbbsd util innbbsd + +all install clean: +.if !exists(/usr/local/lib/libhz.so) && !exists(/usr/lib/libhz.so) + @echo "sorry, libhz not found." + @echo "above FreeBSD, please install /usr/ports/chinese/autoconvert" + @echo "above Debian/Linux, please install package libhz0" + @exit 1 +.endif + @for i in $(SUBDIR); do\ + cd $$i;\ + $(MAKE) $@;\ + cd ..;\ + done -- cgit v1.2.3