• 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-csharp-forms/
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 po/remove-potcdate.sin
14
15# Brought in by explicit copy.
16rm -f m4/csharpcomp.m4
17rm -f m4/csharpexec.m4
18rm -f m4/csharpexec-test.exe
19rm -f csharpcomp.sh.in
20rm -f csharpexec.sh.in
21
22# Generated by aclocal.
23rm -f aclocal.m4
24
25# Generated by autoconf.
26rm -f configure
27
28# Generated or brought in by automake.
29rm -f Makefile.in
30rm -f m4/Makefile.in
31rm -f po/Makefile.in
32rm -f install-sh
33rm -f missing
34rm -f po/*.pot
35rm -f po/stamp-po
36for f in po/*/*.resources.dll; do
37  rm -f $f
38  rmdir `echo $f | sed -e 's,/[^/]*$,,'`
39done
40