xref: /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/autoclean.sh (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
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
10if test "$1" = fromscratch; then
11
12  # Brought in by explicit copy.
13  rm -rf admin
14
15fi
16
17# Brought in by autopoint.
18rm -f ABOUT-NLS
19rm -f m4/codeset.m4
20rm -f m4/gettext.m4
21rm -f m4/glibc2.m4
22rm -f m4/glibc21.m4
23rm -f m4/iconv.m4
24rm -f m4/intdiv0.m4
25rm -f m4/intl.m4
26rm -f m4/intldir.m4
27rm -f m4/intmax.m4
28rm -f m4/inttypes-pri.m4
29rm -f m4/inttypes_h.m4
30rm -f m4/lcmessage.m4
31rm -f m4/lib-ld.m4
32rm -f m4/lib-link.m4
33rm -f m4/lib-prefix.m4
34rm -f m4/lock.m4
35rm -f m4/longdouble.m4
36rm -f m4/longlong.m4
37rm -f m4/nls.m4
38rm -f m4/po.m4
39rm -f m4/printf-posix.m4
40rm -f m4/progtest.m4
41rm -f m4/size_max.m4
42rm -f m4/stdint_h.m4
43rm -f m4/uintmax_t.m4
44rm -f m4/ulonglong.m4
45rm -f m4/visibility.m4
46rm -f m4/wchar_t.m4
47rm -f m4/wint_t.m4
48rm -f m4/xsize.m4
49rm -f po/Makefile.in.in
50rm -f po/remove-potcdate.sin
51rm -f admin/config.rpath
52
53# Generated through admin/cvs.sh.
54  rm -f acinclude.m4
55  rm -f subdirs configure.files
56  rm -f configure.in
57  # Generated by aclocal.
58  rm -f aclocal.m4
59  # Generated by autoconf.
60  rm -f configure
61  rm -f config.h.in stamp-h.in
62  rm -f Makefile.in m4/Makefile.in
63
64# Generated.
65rm -f po/Makefile.in
66rm -f po/*.pot
67rm -f po/stamp-po
68rm -f po/*.gmo
69