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 \ |
David Reiss | f9962c2 | 2010-08-31 16:51:12 +0000 | [diff] [blame] | 35 | aclocal/libtool.m4 \ |
| 36 | aclocal/ltoptions.m4 \ |
| 37 | aclocal/ltsugar.m4 \ |
| 38 | aclocal/ltversion.m4 \ |
| 39 | aclocal/lt~obsolete.m4 \ |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 40 | aclocal.m4 \ |
| 41 | autom4te.cache \ |
| 42 | autoscan.log \ |
| 43 | config.guess \ |
| 44 | config.h \ |
| 45 | config.hin \ |
David Reiss | 225f8b0 | 2008-01-16 06:32:19 +0000 | [diff] [blame] | 46 | config.hin~ \ |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 47 | config.log \ |
| 48 | config.status \ |
David Reiss | d6609e2 | 2008-03-27 21:39:55 +0000 | [diff] [blame] | 49 | config.status.lineno \ |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 50 | config.sub \ |
| 51 | configure \ |
David Reiss | d6609e2 | 2008-03-27 21:39:55 +0000 | [diff] [blame] | 52 | configure.lineno \ |
Mark Slee | eb0d024 | 2007-01-25 07:58:55 +0000 | [diff] [blame] | 53 | configure.scan \ |
| 54 | depcomp \ |
| 55 | .deps \ |
| 56 | install-sh \ |
| 57 | .libs \ |
| 58 | libtool \ |
| 59 | ltmain.sh \ |
David Reiss | 2375312 | 2007-08-27 19:57:34 +0000 | [diff] [blame] | 60 | missing \ |
David Reiss | b72d19f | 2007-09-18 19:46:00 +0000 | [diff] [blame] | 61 | ylwrap \ |
David Reiss | d6609e2 | 2008-03-27 21:39:55 +0000 | [diff] [blame] | 62 | if/gen-* \ |
Anthony F. Molinaro | 6a37b4d | 2010-09-07 03:25:02 +0000 | [diff] [blame] | 63 | test/gen-* \ |
| 64 | lib/php/src/ext/thrift_protocol/.deps \ |
| 65 | lib/php/src/ext/thrift_protocol/Makefile \ |
| 66 | lib/php/src/ext/thrift_protocol/Makefile.fragments \ |
| 67 | lib/php/src/ext/thrift_protocol/Makefile.global \ |
| 68 | lib/php/src/ext/thrift_protocol/Makefile.objects \ |
| 69 | lib/php/src/ext/thrift_protocol/acinclude.m4 \ |
| 70 | lib/php/src/ext/thrift_protocol/aclocal.m4 \ |
| 71 | lib/php/src/ext/thrift_protocol/autom4te.cache \ |
| 72 | lib/php/src/ext/thrift_protocol/build \ |
| 73 | lib/php/src/ext/thrift_protocol/config.guess \ |
| 74 | lib/php/src/ext/thrift_protocol/config.h \ |
| 75 | lib/php/src/ext/thrift_protocol/config.h.in \ |
| 76 | lib/php/src/ext/thrift_protocol/config.log \ |
| 77 | lib/php/src/ext/thrift_protocol/config.nice \ |
| 78 | lib/php/src/ext/thrift_protocol/config.status \ |
| 79 | lib/php/src/ext/thrift_protocol/config.sub \ |
| 80 | lib/php/src/ext/thrift_protocol/configure \ |
| 81 | lib/php/src/ext/thrift_protocol/configure.in \ |
| 82 | lib/php/src/ext/thrift_protocol/include \ |
| 83 | lib/php/src/ext/thrift_protocol/install-sh \ |
| 84 | lib/php/src/ext/thrift_protocol/libtool \ |
| 85 | lib/php/src/ext/thrift_protocol/ltmain.sh \ |
| 86 | lib/php/src/ext/thrift_protocol/missing \ |
| 87 | lib/php/src/ext/thrift_protocol/mkinstalldirs \ |
| 88 | lib/php/src/ext/thrift_protocol/modules \ |
| 89 | lib/php/src/ext/thrift_protocol/run-tests.php |