This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A much needed simplification of g77 and libf2c's Makefiles.
- From: Alexandre Oliva <aoliva at redhat dot com>
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Cc: gcc at gcc dot gnu dot org
- Date: 18 Nov 2001 11:12:24 -0200
- Subject: Re: A much needed simplification of g77 and libf2c's Makefiles.
- Organization: GCC Team, Red Hat
- References: <3BF43236.4874BBCB@moene.indiv.nluug.nl>
On Nov 15, 2001, Toon Moene <toon@moene.indiv.nluug.nl> wrote:
> case "$(LANGUAGES)" in \
> *[fF]77*) $(STAMP) lang-f77;; \
> *) rm -f lang-f77;; \
> esac
> if [ -f lang-f77 ]; then \
> ... do something ...; \
> else true; fi
> Now that this mechanism has been deprecated, it might make sense to
> remove this stuff from the various Fortran Makefiles.
Agreed.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me