1#!/bin/sh 2# Example for use of GNU gettext. 3# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc. 4# This file is in the public domain. 5# 6# Script for cleaning all autogenerated files. 7 8test ! -f Makefile || make distclean 9 10# Brought in by explicit copy. 11rm -f m4/nls.m4 12rm -f m4/po.m4 13rm -f m4/progtest.m4 14rm -f m4/lib-ld.m4 15rm -f m4/lib-link.m4 16rm -f m4/lib-prefix.m4 17rm -f config.rpath 18rm -f po/remove-potcdate.sin 19 20# Generated by aclocal. 21rm -f aclocal.m4 22 23# Generated by autoconf. 24rm -f configure 25 26# Generated or brought in by automake. 27rm -f Makefile.in 28rm -f m4/Makefile.in 29rm -f po/Makefile.in 30rm -f install-sh 31rm -f missing 32rm -f config.guess 33rm -f config.sub 34rm -f po/*.pot 35rm -f po/stamp-po 36rm -f po/*.gmo 37