bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .F fix to automake.in


From: Tom Tromey
Subject: Re: .F fix to automake.in
Date: 22 May 2001 00:05:11 -0600

>>>>> "Akim" == Akim Demaille <address@hidden> writes:

>>>>> "Christian" == Christian Holm Christensen <address@hidden> writes:

Christian> FFLAGS += $(INCLUDES)

Akim> Is it portable to non GNU Fortran compilers?  Is `include'
Akim> standard?

I don't think we want to do this.  INCLUDES is an old-style variable.
Probably we should deprecate it and remove it later.

You can use `AM_FFLAGS' for what you want.

Right now Fortran compiles won't include -I. and -I$(srcdir) by
default as C compiles do.  If all Fortran compilers accept -I then we
could certainly make that change.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]