File: remove-autotool.sh

package info (click to toggle)
libchewing 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,588 kB
  • ctags: 878
  • sloc: sh: 9,738; ansic: 7,644; makefile: 234; python: 49
file content (27 lines) | stat: -rwxr-xr-x 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh

if [ -f Makefile ]; then
	if [ -f test/Makefile ]; then
		make -C test distclean
	fi
	make maintainer-clean
fi

find -name .deps | xargs rm -rf
find -name stamp-h1 | xargs rm -f

rm -rf autom4te.cache

rm -f \
	aclocal.m4 \
	configure \
	config.log \
	libtool \
	config.status \
	mkinstalldirs \
	autotools/config.guess \
	autotools/config.sub \
	autotools/depcomp \
	autotools/install-sh \
	autotools/ltmain.sh \
	autotools/missing