summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-12-06 17:18:41 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-12-06 17:18:41 +0000
commit9cd67b56c54a38e1c572c3a9ee7b2a6ca6cace1e (patch)
tree982534f91ac5a91320d46e15279f18dd93967b3f
parent1ad6110531aba45d9c08eea8aa384c0767c34e6f (diff)
downloaddropbear-libtomcrypt.tar.gz
Make the clean target a bit sanerLTC_DB_0.47libtomcrypt
-rw-r--r--Makefile.in20
1 files 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: