No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-java-awt / autoclean.sh
blobbc98b971aee86d2a38dcebd72e2e114f31783517
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/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 mkinstalldirs
34 rm -f missing
35 rm -f po/*.pot
36 rm -f po/stamp-po
37 rm -f hello-java-awt*.properties