blob: f110721ac9f59b25d40700e3db93b51f34707037 [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 \
David Reissf9962c22010-08-31 16:51:12 +000035aclocal/libtool.m4 \
36aclocal/ltoptions.m4 \
37aclocal/ltsugar.m4 \
38aclocal/ltversion.m4 \
39aclocal/lt~obsolete.m4 \
Mark Sleeeb0d0242007-01-25 07:58:55 +000040aclocal.m4 \
41autom4te.cache \
42autoscan.log \
43config.guess \
44config.h \
45config.hin \
David Reiss225f8b02008-01-16 06:32:19 +000046config.hin~ \
Mark Sleeeb0d0242007-01-25 07:58:55 +000047config.log \
48config.status \
David Reissd6609e22008-03-27 21:39:55 +000049config.status.lineno \
Mark Sleeeb0d0242007-01-25 07:58:55 +000050config.sub \
51configure \
David Reissd6609e22008-03-27 21:39:55 +000052configure.lineno \
Mark Sleeeb0d0242007-01-25 07:58:55 +000053configure.scan \
54depcomp \
55.deps \
56install-sh \
57.libs \
58libtool \
59ltmain.sh \
David Reiss23753122007-08-27 19:57:34 +000060missing \
David Reissb72d19f2007-09-18 19:46:00 +000061ylwrap \
David Reissd6609e22008-03-27 21:39:55 +000062if/gen-* \
Anthony F. Molinaro6a37b4d2010-09-07 03:25:02 +000063test/gen-* \
64lib/php/src/ext/thrift_protocol/.deps \
65lib/php/src/ext/thrift_protocol/Makefile \
66lib/php/src/ext/thrift_protocol/Makefile.fragments \
67lib/php/src/ext/thrift_protocol/Makefile.global \
68lib/php/src/ext/thrift_protocol/Makefile.objects \
69lib/php/src/ext/thrift_protocol/acinclude.m4 \
70lib/php/src/ext/thrift_protocol/aclocal.m4 \
71lib/php/src/ext/thrift_protocol/autom4te.cache \
72lib/php/src/ext/thrift_protocol/build \
73lib/php/src/ext/thrift_protocol/config.guess \
74lib/php/src/ext/thrift_protocol/config.h \
75lib/php/src/ext/thrift_protocol/config.h.in \
76lib/php/src/ext/thrift_protocol/config.log \
77lib/php/src/ext/thrift_protocol/config.nice \
78lib/php/src/ext/thrift_protocol/config.status \
79lib/php/src/ext/thrift_protocol/config.sub \
80lib/php/src/ext/thrift_protocol/configure \
81lib/php/src/ext/thrift_protocol/configure.in \
82lib/php/src/ext/thrift_protocol/include \
83lib/php/src/ext/thrift_protocol/install-sh \
84lib/php/src/ext/thrift_protocol/libtool \
85lib/php/src/ext/thrift_protocol/ltmain.sh \
86lib/php/src/ext/thrift_protocol/missing \
87lib/php/src/ext/thrift_protocol/mkinstalldirs \
88lib/php/src/ext/thrift_protocol/modules \
89lib/php/src/ext/thrift_protocol/run-tests.php