summaryrefslogtreecommitdiff
path: root/rm-all-generated-files.sh
blob: c5b654442bfad3969d14ceeede53e8b67c31a13e (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
#/bin/sh

make clean

# Generated by "autoreconf -i" from configure.ac Makefile.am
# Mandatory files for that command : AUTHORS ChangeLog README NEWS
rm -vrf autom4te.cache/ build-aux/
rm -vf mplemmings_config.h.in config.h.in~ configure Makefile.in INSTALL
#rm COPYING # Generated once but kept in SCM
rm -vf aclocal.m4 # Old fashion
rm -vf m4/* # New fashion

# Generated by "./configure"
rm -vf config.log config.status mplemmings_config.h Makefile stamp-h1

# Generated by "make'
find -type f -name .dirstamp -exec rm {} \;
find -type d -name .deps -exec rm -r {} \; -prune

# Generated by "make dist"
rm -vf mplemmings-*.*.tar.gz

# Generated by "make distcheck" (auto removed if no failure)
if [ -d mplemmings-*.*/ ]
then	chmod u+w mplemmings-*.*/{,build-aux/}
	rm -vrf mplemmings-*.*/
fi