summaryrefslogtreecommitdiff
path: root/examples/hello-c-gnulib-conddeps/autoclean.sh
blob: 9fd8d95346b07d75ac7e920019b7cd9d8c6dc4ea (plain)
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
28
29
30
31
32
33
34
#!/bin/sh
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.

test ! -f Makefile || make distclean

# Generated by aclocal.
rm -f aclocal.m4

# Generated by autoconf.
rm -f configure

# Generated by autoheader.
rm -f config.h.in

# Generated or brought in by automake.
rm -f Makefile.in
rm -f m4/Makefile.in
rm -f build-aux/compile
rm -f build-aux/depcomp
rm -f build-aux/install-sh
rm -f build-aux/missing
rm -f build-aux/config.guess
rm -f build-aux/config.sub

# Generated or brought in by gnulib-tool.
rm -rf lib gnulib-m4 tests
rm -f build-aux/ar-lib
rm -f build-aux/run-test
rm -f build-aux/test-driver.diff

# Generated by autogen.sh.
rm -f build-aux/test-driver