No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-csharp-forms / autoclean.sh
blob73f33cf8617c6c32fb551cbd64d8dcff2f234598
1 #!/bin/sh
2 # Example for use of GNU gettext.
3 # Copyright (C) 2003 Free Software Foundation, Inc.
4 # This file is in the public domain.
6 # Script for cleaning all autogenerated files.
8 test ! -f Makefile || make distclean
10 # Brought in by explicit copy.
11 rm -f m4/nls.m4
12 rm -f m4/po.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 csharpcomp.sh.in
19 rm -f csharpexec.sh.in
21 # Generated by aclocal.
22 rm -f aclocal.m4
24 # Generated by autoconf.
25 rm -f configure
27 # Generated or brought in by automake.
28 rm -f Makefile.in
29 rm -f m4/Makefile.in
30 rm -f po/Makefile.in
31 rm -f install-sh
32 rm -f mkinstalldirs
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