blob: 0ea55bb9fa43e08febee6b1a112614adba91e7a0 [file] [log] [blame]
Mark Sleeeb0d0242007-01-25 07:58:55 +00001#!/bin/sh
2
David Reissea2cba82009-03-30 21:35:00 +00003#
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 Reissdab2ad82008-02-23 21:56:16 +000022topsrcdir="`dirname $0`"
23cd "$topsrcdir"
24
David Reissd6609e22008-03-27 21:39:55 +000025make -k clean >/dev/null 2>&1
26make -k distclean >/dev/null 2>&1
David Reissdab2ad82008-02-23 21:56:16 +000027find . -name Makefile.in -exec rm -f {} \;
Mark Sleeeb0d0242007-01-25 07:58:55 +000028rm -rf \
29AUTHORS \
Mark Sleeeb0d0242007-01-25 07:58:55 +000030ChangeLog \
31INSTALL \
Mark Sleeeb0d0242007-01-25 07:58:55 +000032Makefile \
33Makefile.in \
34Makefile.orig \
Mark Sleeeb0d0242007-01-25 07:58:55 +000035aclocal.m4 \
36autom4te.cache \
37autoscan.log \
38config.guess \
39config.h \
40config.hin \
David Reiss225f8b02008-01-16 06:32:19 +000041config.hin~ \
Mark Sleeeb0d0242007-01-25 07:58:55 +000042config.log \
43config.status \
David Reissd6609e22008-03-27 21:39:55 +000044config.status.lineno \
Mark Sleeeb0d0242007-01-25 07:58:55 +000045config.sub \
46configure \
David Reissd6609e22008-03-27 21:39:55 +000047configure.lineno \
Mark Sleeeb0d0242007-01-25 07:58:55 +000048configure.scan \
49depcomp \
50.deps \
51install-sh \
52.libs \
53libtool \
54ltmain.sh \
David Reiss23753122007-08-27 19:57:34 +000055missing \
David Reissb72d19f2007-09-18 19:46:00 +000056ylwrap \
David Reissd6609e22008-03-27 21:39:55 +000057if/gen-* \
58test/gen-*