Index: xotcl/Makefile.in =================================================================== diff -u -r9722a51911e1502444c173306c8c88f7f3888989 -r0fb94b7893b3423b536af13fa081e7190e0ec0a2 --- xotcl/Makefile.in (.../Makefile.in) (revision 9722a51911e1502444c173306c8c88f7f3888989) +++ xotcl/Makefile.in (.../Makefile.in) (revision 0fb94b7893b3423b536af13fa081e7190e0ec0a2) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.4 2004/07/02 11:22:31 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.5 2004/07/18 09:49:03 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that @@ -163,7 +163,7 @@ TCLSH = $(TCLSH_ENV) $(TCLSH_PROG) SHARED_BUILD = @SHARED_BUILD@ -INCLUDES = @PKG_INCLUDES@ @TCL_INCLUDES@ +INCLUDES = @PKG_INCLUDES@ @TCL_INCLUDES@ @XOTCL_BUILD_INCLUDE_SPEC@ EXTRA_CFLAGS = @EXTRA_CFLAGS@ @PKG_CFLAGS@ # TCL_DEFS is not strictly need here, but if you remove it, then you @@ -194,7 +194,7 @@ # for the BINARIES that you specified above have already been done. #======================================================================== -all: binaries libraries +all: binaries libraries doc #======================================================================== # The binaries target builds executable programs, Windows .dll's, unix @@ -459,14 +459,15 @@ #======================================================================== clean: - -rm -rf $(BINARIES) $(CLEANFILES) @XOTCLSH@ @XOWISH@ pkgIndex.tcl ./receiver + -rm -rf $(BINARIES) $(CLEANFILES) @XOTCLSH@ @XOWISH@ pkgIndex.tcl ./receiver $(src_doc_dir)/*-xotcl.html + find ${srcdir} -type f -name \*~ -exec rm \{} \; @if test ! "x$(subdirs)" = "x" ; then dirs="$(subdirs)" ; \ for dir in $$dirs ; do \ if (cd $$dir; $(MAKE) $@) ; then true ; else exit 1 ; fi ; \ done; fi distclean: clean - -rm -f Makefile $(CONFIG_CLEAN_FILES) + -rm -rf Makefile $(CONFIG_CLEAN_FILES) @if test ! "x$(subdirs)" = "x" ; then dirs="$(subdirs)" ; \ for dir in $$dirs ; do \ if (cd $$dir; $(MAKE) $@) ; then true ; else exit 1 ; fi ; \