]> sjero.net Git - wget/blobdiff - Makefile.am
msdos/Makefile.WC in EXTRA_DIST.
[wget] / Makefile.am
index 014ea96adfb764640ed1c1ec3a4523457f99cd19..0b4b20475a05643d6ceeaacf6bc365968e93f219 100644 (file)
@@ -1,4 +1,5 @@
 # Makefile for `Wget' utility
+# Copyright (C) 1995, 1996, 1997, 2006 Free Software Foundation, Inc.
 # Copyright (C) 1995, 1996, 1997, 2006, 2007 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # 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
 
 test: all
        cd tests && $(MAKE) $(AM_MAKEFLAGS) $@
 
-EXTRA_DIST = autogen.sh ChangeLog.README configure.bat MAILING-LIST PATCHES \
-            README.checkout
-
-#
-# Cleanup dependencies
-#
-
-realclean:     realclean-recursive     realclean-top
+EXTRA_DIST = ChangeLog.README configure.bat MAILING-LIST PATCHES \
+            msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \
+            msdos/Makefile.WC ABOUT-NLS
 
 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