# HG changeset patch # User Thinker K.F. Li # Date 1225386103 -28800 # Node ID 042580eb6e6ce64a74aa64993969e379cac9a45b # Parent 129de2d83abe8f0126ac9b6f8fb91b6ee66431ae Use makefile created by autoconf. diff -r 129de2d83abe -r 042580eb6e6c Makefile --- a/Makefile Fri Oct 31 00:45:21 2008 +0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -SUBDIRS= src tools - -all: -.for i in $(SUBDIRS) - @echo "==> Enter subdirectory $(i)" - @cd ${i}; $(MAKE) $@ - @echo "<== Leave subdirectory $(i)" -.endfor - -install: -.for i in $(SUBDIRS) - @echo "==> Enter subdirectory $(i)" - @cd ${i}; $(MAKE) $@ - @echo "<== Leave subdirectory $(i)" -.endfor - -clean: -.for i in $(SUBDIRS) - @echo "==> Enter subdirectory $(i)" - @cd ${i}; $(MAKE) $@ - @echo "<== Leave subdirectory $(i)" -.endfor diff -r 129de2d83abe -r 042580eb6e6c Makefile.pmake --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile.pmake Fri Oct 31 01:01:43 2008 +0800 @@ -0,0 +1,22 @@ +SUBDIRS= src tools + +all: +.for i in $(SUBDIRS) + @echo "==> Enter subdirectory $(i)" + @cd ${i}; $(MAKE) $@ + @echo "<== Leave subdirectory $(i)" +.endfor + +install: +.for i in $(SUBDIRS) + @echo "==> Enter subdirectory $(i)" + @cd ${i}; $(MAKE) $@ + @echo "<== Leave subdirectory $(i)" +.endfor + +clean: +.for i in $(SUBDIRS) + @echo "==> Enter subdirectory $(i)" + @cd ${i}; $(MAKE) $@ + @echo "<== Leave subdirectory $(i)" +.endfor