Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
David Reiss | ea2cba8 | 2009-03-30 21:35:00 +0000 | [diff] [blame] | 3 | # |
| 4 | # Licensed to the Apache Software Foundation (ASF) under one |
| 5 | # or more contributor license agreements. See the NOTICE file |
| 6 | # distributed with this work for additional information |
| 7 | # regarding copyright ownership. The ASF licenses this file |
| 8 | # to you under the Apache License, Version 2.0 (the |
| 9 | # "License"); you may not use this file except in compliance |
| 10 | # with the License. You may obtain a copy of the License at |
| 11 | # |
| 12 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | # |
| 14 | # Unless required by applicable law or agreed to in writing, |
| 15 | # software distributed under the License is distributed on an |
| 16 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 17 | # KIND, either express or implied. See the License for the |
| 18 | # specific language governing permissions and limitations |
| 19 | # under the License. |
| 20 | # |
| 21 | |
David Reiss | dab2ad8 | 2008-02-23 21:56:16 +0000 | [diff] [blame] | 22 | topsrcdir="`dirname $0`" |
| 23 | cd "$topsrcdir" |
| 24 | |
David Reiss | d6609e2 | 2008-03-27 21:39:55 +0000 | [diff] [blame] | 25 | make -k clean >/dev/null 2>&1 |
| 26 | make -k distclean >/dev/null 2>&1 |
David Reiss | dab2ad8 | 2008-02-23 21:56:16 +0000 | [diff] [blame] | 27 | find . -name Makefile.in -exec rm -f {} \; |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 28 | rm -rf \ |
| 29 | AUTHORS \ |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 30 | ChangeLog \ |
| 31 | INSTALL \ |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 32 | Makefile \ |
| 33 | Makefile.in \ |
| 34 | Makefile.orig \ |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 35 | aclocal.m4 \ |
| 36 | autom4te.cache \ |
| 37 | autoscan.log \ |
| 38 | config.guess \ |
| 39 | config.h \ |
| 40 | config.hin \ |
David Reiss | 225f8b0 | 2008-01-16 06:32:19 +0000 | [diff] [blame] | 41 | config.hin~ \ |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 42 | config.log \ |
| 43 | config.status \ |
David Reiss | d6609e2 | 2008-03-27 21:39:55 +0000 | [diff] [blame] | 44 | config.status.lineno \ |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 45 | config.sub \ |
| 46 | configure \ |
David Reiss | d6609e2 | 2008-03-27 21:39:55 +0000 | [diff] [blame] | 47 | configure.lineno \ |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 48 | configure.scan \ |
| 49 | depcomp \ |
| 50 | .deps \ |
| 51 | install-sh \ |
| 52 | .libs \ |
| 53 | libtool \ |
| 54 | ltmain.sh \ |
David Reiss | 2375312 | 2007-08-27 19:57:34 +0000 | [diff] [blame] | 55 | missing \ |
David Reiss | b72d19f | 2007-09-18 19:46:00 +0000 | [diff] [blame] | 56 | ylwrap \ |
David Reiss | d6609e2 | 2008-03-27 21:39:55 +0000 | [diff] [blame] | 57 | if/gen-* \ |
| 58 | test/gen-* |