+2008-02-01 Gary V. Vaughan <gary@gnu.org>
+
+ * tests/cdemo, tests/depdemo, tests/fcdemo, tests/pdemo,
+ tests/demo, tests/f77demo, tests/mdemo, tests/tagdemo
+ (distclean-local): Remove compiler file droppings left by
+ Autoconf tests that prevent make dist from finishing on
+ several machines including Mac OS 10.5.
+
2008-02-01 Gary V. Vaughan <gary@gnu.org>
Unfortunately, the autoconf implementation of AC_LIBOBJ and
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+ ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+ for ac_file in $$ac_files; do \
+ case $$ac_file in \
+ *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+ esac; \
+ done
CLEANFILES += $(EXTRA_LIBRARIES) $(EXTRA_LTLIBRARIES) $(EXTRA_PROGRAMS) hell0
deplibs-check: hell0$(EXEEXT)
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+ ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+ for ac_file in $$ac_files; do \
+ case $$ac_file in \
+ *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+ esac; \
+ done
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+ ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+ for ac_file in $$ac_files; do \
+ case $$ac_file in \
+ *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+ esac; \
+ done
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+ ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+ for ac_file in $$ac_files; do \
+ case $$ac_file in \
+ *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+ esac; \
+ done
.f90.lo:
$(LTFCCOMPILE) -c -o $@ $(FCFLAGS_f90) $<
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+ ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+ for ac_file in $$ac_files; do \
+ case $$ac_file in \
+ *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+ esac; \
+ done
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+ ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+ for ac_file in $$ac_files; do \
+ case $$ac_file in \
+ *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+ esac; \
+ done
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+ ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+ for ac_file in $$ac_files; do \
+ case $$ac_file in \
+ *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+ esac; \
+ done
CLEANFILES += $(EXTRA_LIBRARIES) $(EXTRA_LTLIBRARIES) $(EXTRA_PROGRAMS) hell0
deplibs-check: hell0
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+ ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+ for ac_file in $$ac_files; do \
+ case $$ac_file in \
+ *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+ esac; \
+ done
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+ ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+ for ac_file in $$ac_files; do \
+ case $$ac_file in \
+ *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+ esac; \
+ done