Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-c++-qt / autoclean.sh
blobef9a6c5fbf0c48583113b27439690f75f93a7ef6
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 # Generated by aclocal.
16 rm -f aclocal.m4
18 # Generated by autoconf.
19 rm -f configure
21 # Generated or brought in by automake.
22 rm -f Makefile.in
23 rm -f m4/Makefile.in
24 rm -f po/Makefile.in
25 rm -f install-sh
26 rm -f missing
27 rm -f config.guess
28 rm -f config.sub
29 rm -f po/*.pot
30 rm -f po/stamp-po
31 rm -f po/*.qm