Clean generated files for distclean.
[rsync/rsync.git] / Makefile.in
index 3aa9d43..84e8a86 100644 (file)
@@ -26,7 +26,7 @@ VERSION=@VERSION@
 .SUFFIXES:
 .SUFFIXES: .c .o
 
-HEADERS=byteorder.h config.h errcode.h proto.h rsync.h lib/pool_alloc.h
+HEADERS=byteorder.h config.h errcode.h proto.h rsync.h ifuncs.h lib/pool_alloc.h
 LIBOBJ=lib/wildmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/md5.o \
        lib/permstring.o lib/pool_alloc.o lib/sysacls.o lib/sysxattrs.o @LIBOBJS@
 ZLIBOBJ=zlib/deflate.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o \
@@ -106,6 +106,9 @@ t_unsafe$(EXEEXT): $(T_UNSAFE_OBJ)
 gen:
        cd $(srcdir) && $(MAKE) -f prepare-source.mak gen
 
+gensend: gen
+       rsync -aivzc configure.sh config.h.in proto.h samba.org:/home/ftp/pub/rsync/generated-files/
+
 man:
        cd $(srcdir) && $(MAKE) -f prepare-source.mak man
 
@@ -125,11 +128,10 @@ cleantests:
 distclean: clean
        rm -f Makefile config.h config.status
        rm -f $(srcdir)/Makefile $(srcdir)/config.h $(srcdir)/config.status
-
        rm -f config.cache config.log
        rm -f $(srcdir)/config.cache $(srcdir)/config.log
-
        rm -f shconfig $(srcdir)/shconfig
+       rm -f configure.sh config.h.in proto.h rsync.1 rsyncd.conf.5
 
 # this target is really just for my use. It only works on a limited
 # range of machines and is used to produce a list of potentially