From 1d91bc6119b97fb10a721c19ed5ee961e5a7b5d4 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 6 Dec 2005 17:18:41 +0000 Subject: [PATCH] Make the clean target a bit saner --HG-- branch : libtomcrypt extra : convert_revision : 1bd1eee88a02b0402d6886419dc61e1f34acf92c --- Makefile.in | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/Makefile.in b/Makefile.in index 61d85fc..e1bee57 100644 --- a/Makefile.in +++ b/Makefile.in @@ -230,24 +230,8 @@ profile: #This rule cleans the source tree of all compiled code, not including the pdf #documentation. clean: - rm -f `find . -type f | grep "[.]o" | xargs` - rm -f `find . -type f | grep "[.]lo" | xargs` - rm -f `find . -type f | grep "[.]a" | xargs` - rm -f `find . -type f | grep "[.]la" | xargs` - rm -f `find . -type f | grep "[.]obj" | xargs` - rm -f `find . -type f | grep "[.]lib" | xargs` - rm -f `find . -type f | grep "[.]exe" | xargs` - rm -f `find . -type f | grep "[.]gcda" | xargs` - rm -f `find . -type f | grep "[.]gcno" | xargs` - rm -f `find . -type f | grep "[.]il" | xargs` - rm -f `find . -type f | grep "[.]dyn" | xargs` - rm -f `find . -type f | grep "[.]dpi" | xargs` - rm -rf `find . -type d | grep "[.]libs" | xargs` - rm -f crypt.aux crypt.dvi crypt.idx crypt.ilg crypt.ind crypt.log crypt.toc - rm -f $(TV) $(PROF) $(SMALL) $(CRYPT) $(HASHSUM) $(MULTI) $(TIMING) $(TEST) - rm -rf doc/doxygen - rm -f doc/*.pdf - rm -f *.txt + -rm -f $(OBJECTS) + -rm -f libtomcrypt.a #build the doxy files (requires Doxygen, tetex and patience) doxy: