]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Remove .deps files in maintainer-clean
authorTom Tromey <tromey@redhat.com>
Sat, 17 Aug 1996 17:32:41 +0000 (17:32 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 17 Aug 1996 17:32:41 +0000 (17:32 +0000)
ChangeLog
TODO
automake.in
depend.am
lib/am/depend.am

index 8bc043a956a5cede05caf512311500b2c4fc283f..9ca1b878ff81ec51d68529a6a44e64fc6f01f949 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
diff --git a/TODO b/TODO
index c67dd43e9f591eeea3022dda4e6573ceda6629ab..3777b3798e5a0ba97ee80927311998e0a7a32381 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,6 +4,11 @@ Priorities for release:
 !! 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.
index 0305feb5bd6d8e36b48bff1014ba48778b713424..47ecf02488c3b5aebfbc0f3741a3e7d4fc1364c9 100755 (executable)
@@ -1629,6 +1629,8 @@ sub handle_dependencies
        {
            &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',
index 1074c8fa7f02943f94ed67df716499e22c331e31..246b06653695a54fa2c021fceb74ac2cf5ad7204 100644 (file)
--- a/depend.am
+++ b/depend.am
@@ -39,3 +39,12 @@ $(srcdir)/.deps/.P: $(BUILT_SOURCES)
 
 -include $(DEP_FILES)
 $(DEP_FILES): $(srcdir)/.deps/.P
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+
+maintainer-clean-depend:
+       rm -rf $(srcdir)/.deps
index 1074c8fa7f02943f94ed67df716499e22c331e31..246b06653695a54fa2c021fceb74ac2cf5ad7204 100644 (file)
@@ -39,3 +39,12 @@ $(srcdir)/.deps/.P: $(BUILT_SOURCES)
 
 -include $(DEP_FILES)
 $(DEP_FILES): $(srcdir)/.deps/.P
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+
+maintainer-clean-depend:
+       rm -rf $(srcdir)/.deps