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 8rm -rf autom4te.cache 9 10# Brought in by explicit copy. 11rm -f gettext.h 12 13# Brought in by autopoint. 14rm -f ABOUT-NLS 15rm -f config.rpath 16rm -f m4/gettext.m4 17rm -f m4/host-cpu-c-abi.m4 18rm -f m4/iconv.m4 19rm -f m4/intlmacosx.m4 20rm -f m4/lib-ld.m4 21rm -f m4/lib-link.m4 22rm -f m4/lib-prefix.m4 23rm -f m4/nls.m4 24rm -f m4/po.m4 25rm -f m4/progtest.m4 26rm -f po/Makefile.in.in 27rm -f po/remove-potcdate.sin 28 29# Generated by aclocal. 30rm -f aclocal.m4 31 32# Generated by autoconf. 33rm -f configure 34 35# Generated or brought in by automake. 36rm -f Makefile.in 37rm -f m4/Makefile.in 38rm -f compile 39rm -f install-sh 40rm -f missing 41rm -f config.guess 42rm -f config.sub 43rm -f po/*.pot 44rm -f po/stamp-po 45rm -f po/*.gmo 46