Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-java-awt / autoclean.sh
blob3e321e12b66a1a083734e5e28b868f09bfb19774
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/gcj.m4
17 rm -f m4/javacomp.m4
18 rm -f m4/javaexec.m4
19 rm -f javacomp.sh.in
20 rm -f javaexec.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 rm -f hello-java-awt*.properties