• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/
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
7test ! -f Makefile || make distclean
8
9if test "$1" = fromscratch; then
10
11  # Brought in by explicit copy.
12  rm -rf admin
13
14fi
15
16# Brought in by autopoint.
17rm -f ABOUT-NLS
18rm -f m4/codeset.m4
19rm -f m4/gettext.m4
20rm -f m4/glibc2.m4
21rm -f m4/glibc21.m4
22rm -f m4/iconv.m4
23rm -f m4/intdiv0.m4
24rm -f m4/intl.m4
25rm -f m4/intldir.m4
26rm -f m4/intlmacosx.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/longlong.m4
36rm -f m4/nls.m4
37rm -f m4/po.m4
38rm -f m4/printf-posix.m4
39rm -f m4/progtest.m4
40rm -f m4/size_max.m4
41rm -f m4/stdint_h.m4
42rm -f m4/uintmax_t.m4
43rm -f m4/visibility.m4
44rm -f m4/wchar_t.m4
45rm -f m4/wint_t.m4
46rm -f m4/xsize.m4
47rm -f po/Makefile.in.in
48rm -f po/remove-potcdate.sin
49rm -f admin/config.rpath
50
51# Generated through admin/cvs.sh.
52  rm -f acinclude.m4
53  rm -f subdirs configure.files
54  rm -f configure.in
55  # Generated by aclocal.
56  rm -f aclocal.m4
57  # Generated by autoconf.
58  rm -f configure
59  rm -f config.h.in stamp-h.in
60  rm -f Makefile.in m4/Makefile.in
61
62# Generated.
63rm -f po/Makefile.in
64rm -f po/*.pot
65rm -f po/stamp-po
66rm -f po/*.gmo
67