1#!/bin/sh
2# Example for use of GNU gettext.
3# Copyright (C) 2003-2006 Free Software Foundation, Inc.
4# This file is in the public domain.
5#
6# Script for cleaning all autogenerated files.
7
8test ! -f Makefile || make distclean
9
10# Brought in by autopoint.
11rm -f ABOUT-NLS
12rm -f config.rpath
13rm -f m4/codeset.m4
14rm -f m4/gettext.m4
15rm -f m4/glibc2.m4
16rm -f m4/glibc21.m4
17rm -f m4/iconv.m4
18rm -f m4/intdiv0.m4
19rm -f m4/intl.m4
20rm -f m4/intldir.m4
21rm -f m4/intmax.m4
22rm -f m4/inttypes-pri.m4
23rm -f m4/inttypes_h.m4
24rm -f m4/lcmessage.m4
25rm -f m4/lib-ld.m4
26rm -f m4/lib-link.m4
27rm -f m4/lib-prefix.m4
28rm -f m4/lock.m4
29rm -f m4/longdouble.m4
30rm -f m4/longlong.m4
31rm -f m4/nls.m4
32rm -f m4/po.m4
33rm -f m4/printf-posix.m4
34rm -f m4/progtest.m4
35rm -f m4/size_max.m4
36rm -f m4/stdint_h.m4
37rm -f m4/uintmax_t.m4
38rm -f m4/ulonglong.m4
39rm -f m4/visibility.m4
40rm -f m4/wchar_t.m4
41rm -f m4/wint_t.m4
42rm -f m4/xsize.m4
43rm -f po/Makefile.in.in
44rm -f po/remove-potcdate.sin
45
46# Generated by aclocal.
47rm -f aclocal.m4
48
49# Generated by autoconf.
50rm -f configure
51
52# Generated or brought in by automake.
53rm -f Makefile.in
54rm -f m4/Makefile.in
55rm -f install-sh
56rm -f missing
57rm -f config.guess
58rm -f config.sub
59rm -f po/*.pot
60rm -f po/stamp-po
61rm -f po/*.gmo
62