File: autoclean.sh

package info (click to toggle)
gimmix 0.5.7.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,988 kB
  • ctags: 603
  • sloc: sh: 10,818; ansic: 6,497; makefile: 39
file content (20 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh -xu

[ -f Makefile ] && make distclean
rm -rf autom4te.cache
rm -rf Makefile
rm -rf Makefile.in
rm -rf configure
rm -rf config.*
rm -rf stamp*
rm -rf depcomp
rm -rf install-sh
rm -rf missing
rm -rf src/Makefile
rm -rf src/Makefile.in
rm -rf aclocal.m4
rm -rf ltmain.sh
rm -rf compile
rm -rf libtool
rm -rf mkinstalldirs
rm -rf config.rpath