Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
David Reiss | dab2ad8 | 2008-02-23 21:56:16 +0000 | [diff] [blame] | 3 | topsrcdir="`dirname $0`" |
4 | cd "$topsrcdir" | ||||
5 | |||||
David Reiss | d6609e2 | 2008-03-27 21:39:55 +0000 | [diff] [blame] | 6 | make -k clean >/dev/null 2>&1 |
7 | make -k distclean >/dev/null 2>&1 | ||||
David Reiss | dab2ad8 | 2008-02-23 21:56:16 +0000 | [diff] [blame] | 8 | find . -name Makefile.in -exec rm -f {} \; |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 9 | rm -rf \ |
10 | AUTHORS \ | ||||
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 11 | ChangeLog \ |
12 | INSTALL \ | ||||
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 13 | Makefile \ |
14 | Makefile.in \ | ||||
15 | Makefile.orig \ | ||||
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 16 | aclocal.m4 \ |
17 | autom4te.cache \ | ||||
18 | autoscan.log \ | ||||
19 | config.guess \ | ||||
20 | config.h \ | ||||
21 | config.hin \ | ||||
David Reiss | 225f8b0 | 2008-01-16 06:32:19 +0000 | [diff] [blame] | 22 | config.hin~ \ |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 23 | config.log \ |
24 | config.status \ | ||||
David Reiss | d6609e2 | 2008-03-27 21:39:55 +0000 | [diff] [blame] | 25 | config.status.lineno \ |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 26 | config.sub \ |
27 | configure \ | ||||
David Reiss | d6609e2 | 2008-03-27 21:39:55 +0000 | [diff] [blame] | 28 | configure.lineno \ |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 29 | configure.scan \ |
30 | depcomp \ | ||||
31 | .deps \ | ||||
32 | install-sh \ | ||||
33 | .libs \ | ||||
34 | libtool \ | ||||
35 | ltmain.sh \ | ||||
David Reiss | 2375312 | 2007-08-27 19:57:34 +0000 | [diff] [blame] | 36 | missing \ |
David Reiss | b72d19f | 2007-09-18 19:46:00 +0000 | [diff] [blame] | 37 | ylwrap \ |
David Reiss | d6609e2 | 2008-03-27 21:39:55 +0000 | [diff] [blame] | 38 | if/gen-* \ |
39 | test/gen-* |