File: make-maintainer-clean.sh

package info (click to toggle)
jscoverage 0.3.1-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 7,308 kB
  • ctags: 8,302
  • sloc: ansic: 77,298; sh: 12,541; makefile: 224; perl: 176
file content (20 lines) | stat: -rwxr-xr-x 645 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

rm -fr Makefile Makefile.in \
       make-dist.sh make-bin-dist.sh \
       autom4te.cache aclocal.m4 config.cache config.guess config.log config.status config.sub configure \
       depcomp install-sh ltmain.sh missing \
       .deps \
       resources.c \
       jscoverage generate-resources \
       doc/instrumented doc/instrumented-inverted doc/instrumented-jsunit \
       tests/Makefile tests/Makefile.in tests/.deps

find . -name core -exec rm {} \;
find . -name '*.o' -exec rm {} \;
find . -name '*.gcno' -exec rm {} \;
find . -name '*.gcda' -exec rm {} \;

cd js
make distclean
rm -fr src/*.o src/fdlibm/*.o autom4te.cache