diff Makefile.in @ 26:6dcfbd28e807

- added build target; maintainer-clean - removed even more generated file - now autogen.sh invokes libtoolize
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 06 Mar 2010 07:58:49 +0900
parents c4b8c1d2b943
children
line wrap: on
line diff
--- a/Makefile.in	Sat Mar 06 04:37:31 2010 +0900
+++ b/Makefile.in	Sat Mar 06 07:58:49 2010 +0900
@@ -96,6 +96,15 @@
 	-$(RM) -r autom4te.cache
 	find . -name Makefile -exec $(RM) {} \;
 
+maintainer-clean::
+	$(MAKE) clean
+	-$(RM) makerule.mk config.h config.status config.cache config.log
+	-$(RM) configure.lineno configure
+	-$(RM) libtool ltmain.sh aclocal.m4
+	-$(RM) -r autom4te.cache
+	-$(RM) -r m4
+	find . -name Makefile -exec $(RM) {} \;
+
 # ----------------------------------------------------------------------
 # common rules for all Makefiles - do not edit