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/nls.m4 12rm -f m4/po.m4 13rm -f m4/progtest.m4 14rm -f po/remove-potcdate.sin 15 16# Brought in by explicit copy. 17rm -f m4/javacomp.m4 18rm -f m4/javaexec.m4 19rm -f javacomp.sh.in 20rm -f javaexec.sh.in 21 22# Generated by aclocal. 23rm -f aclocal.m4 24 25# Generated by autoconf. 26rm -f configure 27 28# Generated or brought in by automake. 29rm -f Makefile.in 30rm -f m4/Makefile.in 31rm -f po/Makefile.in 32rm -f compile 33rm -f install-sh 34rm -f missing 35rm -f po/*.pot 36rm -f po/stamp-po 37rm -f po/hello-java-awt*.properties 38