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