Removal of "realclean" target (Automake provisions seem quite sufficient).

This commit is contained in:
Micah Cowan 2007-10-05 17:36:47 -07:00
parent e7d78dd2a7
commit a2c55d24b9
2 changed files with 0 additions and 25 deletions

View File

@ -32,10 +32,6 @@
# Search for macros in the m4 subdirectory:
ACLOCAL_AMFLAGS = -I m4
# These are used for maintenance only, so they are safe without
# special autoconf cruft.
RM = rm -f
# subdirectories in the distribution
SUBDIRS = src doc po tests util windows
@ -45,21 +41,4 @@ test: all
EXTRA_DIST = autogen.sh ChangeLog.README configure.bat MAILING-LIST PATCHES \
README.checkout
#
# Cleanup dependencies
#
realclean: realclean-recursive realclean-top
CLEANFILES = *~ *.bak $(DISTNAME).tar.gz
distclean-local:
$(RM) -r autom4te.cache
realclean-top: distclean-am
$(RM) configure
realclean-recursive:
for subdir in $(SUBDIRS); do \
target=`echo $@ | sed s/-recursive//`; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target) || exit 1; \
done

View File

@ -114,7 +114,3 @@ uninstall.man:
CLEANFILES = *~ *.bak *.cat *.pod
DISTCLEANFILES = $(MAN)
realclean: distclean
$(RM) wget.info*
$(RM) $(SAMPLERCTEXI)