From 0ac0e5f68268fafec6306ab7392077a2a4126b3b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 6 May 2006 12:36:35 +0000 Subject: [PATCH] Add distclean target. --- Makefile.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 051b95d..2540d25 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # # Makefile for Mini-XML, a small XML-like file parsing library. # -# Copyright 2003-2005 by Michael Sweet. +# Copyright 2003-2006 by Michael Sweet. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -115,9 +115,17 @@ all: Makefile configure config.h $(TARGETS) clean: $(RM) $(OBJS) $(TARGETS) $(RM) mxmldoc-static libmxml.a - $(RM) *.bck *.bak + + +# +# Really clean everything... +# + +distclean: clean $(RM) config.cache config.log config.status + $(RM) Makefile config.h $(RM) -r autom4te*.cache + $(RM) *.bck *.bak #