• 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-guile/
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# Generated by aclocal.
16rm -f aclocal.m4
17
18# Generated by autoconf.
19rm -f configure
20
21# Generated or brought in by automake.
22rm -f Makefile.in
23rm -f m4/Makefile.in
24rm -f po/Makefile.in
25rm -f install-sh
26rm -f missing
27rm -f po/*.pot
28rm -f po/stamp-po
29rm -f po/*.gmo
30