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