• 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-objc/
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
9# Brought in by explicit copy.
10rm -f gettext.h
11
12# Brought in by autopoint.
13rm -f ABOUT-NLS
14rm -f config.rpath
15rm -f m4/codeset.m4
16rm -f m4/gettext.m4
17rm -f m4/glibc2.m4
18rm -f m4/glibc21.m4
19rm -f m4/iconv.m4
20rm -f m4/intdiv0.m4
21rm -f m4/intl.m4
22rm -f m4/intldir.m4
23rm -f m4/intlmacosx.m4
24rm -f m4/intmax.m4
25rm -f m4/inttypes-pri.m4
26rm -f m4/inttypes_h.m4
27rm -f m4/lcmessage.m4
28rm -f m4/lib-ld.m4
29rm -f m4/lib-link.m4
30rm -f m4/lib-prefix.m4
31rm -f m4/lock.m4
32rm -f m4/longlong.m4
33rm -f m4/nls.m4
34rm -f m4/po.m4
35rm -f m4/printf-posix.m4
36rm -f m4/progtest.m4
37rm -f m4/size_max.m4
38rm -f m4/stdint_h.m4
39rm -f m4/uintmax_t.m4
40rm -f m4/visibility.m4
41rm -f m4/wchar_t.m4
42rm -f m4/wint_t.m4
43rm -f m4/xsize.m4
44rm -f po/Makefile.in.in
45rm -f po/remove-potcdate.sin
46
47# Generated by aclocal.
48rm -f aclocal.m4
49
50# Generated by autoconf.
51rm -f configure
52
53# Generated or brought in by automake.
54rm -f Makefile.in
55rm -f m4/Makefile.in
56rm -f install-sh
57rm -f missing
58rm -f config.guess
59rm -f config.sub
60rm -f po/*.pot
61rm -f po/stamp-po
62rm -f po/*.gmo
63