Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-csharp-forms / autoclean.sh
blob1e14444412b3d32bc6a1e47db8c115601b994238
1 #!/bin/sh
2 # Example for use of GNU gettext.
3 # This file is in the public domain.
5 # Script for cleaning all autogenerated files.
7 test ! -f Makefile || make distclean
9 # Brought in by explicit copy.
10 rm -f m4/nls.m4
11 rm -f m4/po.m4
12 rm -f m4/progtest.m4
13 rm -f po/remove-potcdate.sin
15 # Brought in by explicit copy.
16 rm -f m4/csharpcomp.m4
17 rm -f m4/csharpexec.m4
18 rm -f m4/csharpexec-test.exe
19 rm -f csharpcomp.sh.in
20 rm -f csharpexec.sh.in
22 # Generated by aclocal.
23 rm -f aclocal.m4
25 # Generated by autoconf.
26 rm -f configure
28 # Generated or brought in by automake.
29 rm -f Makefile.in
30 rm -f m4/Makefile.in
31 rm -f po/Makefile.in
32 rm -f install-sh
33 rm -f missing
34 rm -f po/*.pot
35 rm -f po/stamp-po
36 for f in po/*/*.resources.dll; do
37 rm -f $f
38 rmdir `echo $f | sed -e 's,/[^/]*$,,'`
39 done