[Top][All Lists]
[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
- .F fix to automake.in, Christian Holm Christensen, 2001/05/21
- Re: .F fix to automake.in, Akim Demaille, 2001/05/21
- Re: .F fix to automake.in, Christian Holm Christensen, 2001/05/21
- Re: .F fix to automake.in, Akim Demaille, 2001/05/21
- Re: .F fix to automake.in, Christian Holm Christensen, 2001/05/21
- Re: .F fix to automake.in, Gary V . Vaughan, 2001/05/21
- Re: .F fix to automake.in, Tim Van Holder, 2001/05/21
- Re: .F fix to automake.in, Tom Tromey, 2001/05/21
- Re: .F fix to automake.in,
Tom Tromey <=
- Re: .F fix to automake.in, Christian Holm Christensen, 2001/05/22
- Re: .F fix to automake.in, Tom Tromey, 2001/05/22
- Re: .F fix to automake.in, Tom Tromey, 2001/05/24