+Mon Oct 6 14:15:03 1997 Jeffrey A Law (law@cygnus.com)
+
+ * Make-lang.in (f77.mostlyclean): Clean up stuff in the
+ object tree too.
+ (f77.clean, f77.distclean, f77.maintainer-clean): Likewise.
+
Wed Oct 1 01:45:36 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
* g77.c (pexecute, main): Use unlink, not remove.
f77.mostlyclean:
-rm -f f/*$(objext)
-rm -f f/fini f/f771 f/stamp-str f/str-*.h f/str-*.j f/intdoc f/ansify f/intdoc.h0
+ -cd f/runtime; $(MAKE) mostlyclean
-cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in mostlyclean
f77.clean:
+ -cd f/runtime; $(MAKE) clean
-cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in clean
f77.distclean:
+ -cd f/runtime; $(MAKE) distclean
-cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in distclean
-rm -f f/Makefile
# like gcc's extraclean, which does clean f/ for us, but not f/gbe,
-rm -f f/*/*/*lose f/*/*/*.s f/*/*/*.s[0-9] f/*/*/*.i
# realclean is the pre-2.7.0 name for maintainer-clean
f77.maintainer-clean f77.realclean: f77.distclean
+ -cd f/runtime; $(MAKE) maintainer-clean
-cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in maintainer-clean;; \
-rm -f f/g77.info* f/g77.*aux f/TAGS f/BUGS f/INSTALL f/NEWS f/intdoc.texi
#\f