Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / examples / hello-java-awt / 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/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
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 rm -f hello-java-awt*.properties