summaryrefslogtreecommitdiffstats
path: root/Makefile.old
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-10 14:24:56 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-10 14:24:56 +0800
commitfa5b233767ca9d4e012839c28eb13628d2ebba63 (patch)
treeb9f02d70672704dc7ea5726bc2d7e982c4d75dd9 /Makefile.old
parentf1803b4bcb86f3362dda2feba438056363faeed5 (diff)
downloadpttbbs-fa5b233767ca9d4e012839c28eb13628d2ebba63.tar
pttbbs-fa5b233767ca9d4e012839c28eb13628d2ebba63.tar.gz
pttbbs-fa5b233767ca9d4e012839c28eb13628d2ebba63.tar.bz2
pttbbs-fa5b233767ca9d4e012839c28eb13628d2ebba63.tar.lz
pttbbs-fa5b233767ca9d4e012839c28eb13628d2ebba63.tar.xz
pttbbs-fa5b233767ca9d4e012839c28eb13628d2ebba63.tar.zst
pttbbs-fa5b233767ca9d4e012839c28eb13628d2ebba63.zip
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
Diffstat (limited to 'Makefile.old')
-rw-r--r--Makefile.old14
1 files changed, 14 insertions, 0 deletions
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