• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-wxwidgets/
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 m4/nls.m4
11rm -f m4/po.m4
12rm -f m4/progtest.m4
13rm -f m4/lib-ld.m4
14rm -f m4/lib-link.m4
15rm -f m4/lib-prefix.m4
16rm -f config.rpath
17rm -f po/remove-potcdate.sin
18
19# Generated by aclocal.
20rm -f aclocal.m4
21
22# Generated by autoconf.
23rm -f configure
24
25# Generated or brought in by automake.
26rm -f Makefile.in
27rm -f m4/Makefile.in
28rm -f po/Makefile.in
29rm -f install-sh
30rm -f missing
31rm -f config.guess
32rm -f config.sub
33rm -f po/*.pot
34rm -f po/stamp-po
35rm -f po/*.gmo
36