Clean code
[irreco.git] / irreco / autoclean.sh
blob6060a3466fd533236485b6d59f7d4475eb222d8d
1 #!/bin/sh
2 cd `dirname "$0"`
4 # Remove stuff created by autogen
6 rm -fv aclocal.m4
7 rm -fv compile
8 rm -fv config.guess
9 rm -fv config.h
10 rm -fv config.h.in
11 rm -fv config.log
12 rm -fv config.status
13 rm -fv config.sub
14 rm -fv configure
15 rm -fv depcomp
16 rm -fv data/images/bg/Makefile
17 rm -fv data/images/bg/Makefile.in
18 rm -fv .exit_code
19 rm -fv install-sh
20 rm -fv intltool-extract
21 rm -fv intltool-extract.in
22 rm -fv intltool-merge
23 rm -fv intltool-merge.in
24 rm -fv intltool-update
25 rm -fv intltool-update.in
26 rm -fv irreco-util
27 rm -fv libtool
28 rm -fv ltmain.sh
29 rm -fv Makefile
30 rm -fv Makefile.in
31 rm -fv make_log
32 rm -fv missing
33 rm -fv scratchbox_target
34 rm -fv stamp-h1
35 rm -fv src/util/.deps
36 rm -fv src/util/.libs
37 rm -fv src/util/Makefile
38 rm -fv src/util/Makefile.in
39 rm -fv src/Makefile.in
40 rm -fv src/api/Makefile.in
41 rm -fv src/util/Makefile.in
42 rm -rfv autom4te.cache
44 echo done