+Sat Aug 17 11:27:14 1996 Tom Tromey <tromey@creche.cygnus.com>
+
+ * automake.in (handle_dependencies): Push `depend'-clean targets
+ on @clean.
+ * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
+ maintainer-clean-depend): New targets.
+
Tue Aug 13 17:53:58 1996 Tom Tromey <tromey@creche.cygnus.com>
* texinfos.am (.texinfo.info): New target.
!! Must fix require_file stuff. It is really gross, and I don't
understand it any more.
+* some options must be turned off when --gnu or higher
+ eg no-installinfo
+
+* must update GNU Hello
+
** when can aclocal.m4 be auto-generated?
** many requests for a way to omit a file from the distribution.
{
&pretty_print ('DEP_FILES =', "", sort keys %dep_files);
$output_rules .= &file_contents ('depend');
+ push (@clean, 'depend');
+ &push_phony_cleaners ('depend');
$output_rules .=
&file_contents_with_transform ('s/\@EXT\@/.c/g;'
. 's/\@MKDEP\@/MKDEP/g',
-include $(DEP_FILES)
$(DEP_FILES): $(srcdir)/.deps/.P
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+
+maintainer-clean-depend:
+ rm -rf $(srcdir)/.deps
-include $(DEP_FILES)
$(DEP_FILES): $(srcdir)/.deps/.P
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+
+maintainer-clean-depend:
+ rm -rf $(srcdir)/.deps