On Dec 2, 2012, at 8:43 AM CST, Stefano Lattarini wrote:
> On 12/02/2012 12:19 PM, Alexis Praga wrote:
>> Hi,
>>
>> I am using non-recursive strategy for compiling my Fortran code. At the
>> moment, the .mod files are put in the top directory.
>> How can I tell automake to put them in the same fo
On Dec 2, 2012, at 5:19 AM CST, Alexis Praga wrote:
> I am using non-recursive strategy for compiling my Fortran code. At the
> moment, the .mod files are put in the top directory.
> How can I tell automake to put them in the same folder as the source files
> ?
> The subdir-objects option in confi
On 12/02/2012 12:19 PM, Alexis Praga wrote:
> Hi,
>
> I am using non-recursive strategy for compiling my Fortran code. At the
> moment, the .mod files are put in the top directory.
> How can I tell automake to put them in the same folder as the source files
> ?
>
What are these .mod files exactly?
Hi,
I am using non-recursive strategy for compiling my Fortran code. At the
moment, the .mod files are put in the top directory.
How can I tell automake to put them in the same folder as the source files
?
The subdir-objects option in configure.ac works only for the .o files.
Another unrelated qu