Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / examples / hello-c++-wxwidgets / 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 m4/lib-ld.m4
14 rm -f m4/lib-link.m4
15 rm -f m4/lib-prefix.m4
16 rm -f config.rpath
17 rm -f po/remove-potcdate.sin
18
19 # Generated by aclocal.
20 rm -f aclocal.m4
21
22 # Generated by autoconf.
23 rm -f configure
24
25 # Generated or brought in by automake.
26 rm -f Makefile.in
27 rm -f m4/Makefile.in
28 rm -f po/Makefile.in
29 rm -f install-sh
30 rm -f missing
31 rm -f config.guess
32 rm -f config.sub
33 rm -f po/*.pot
34 rm -f po/stamp-po
35 rm -f po/*.gmo