Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / examples / hello-csharp-forms / autoclean.sh
1 #!/bin/sh
2 # Example for use of GNU gettext.
3 # This file is in the public domain.
4 #
5 # Script for cleaning all autogenerated files.
6
7 test ! -f Makefile || make distclean
8
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
14
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
21
22 # Generated by aclocal.
23 rm -f aclocal.m4
24
25 # Generated by autoconf.
26 rm -f configure
27
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