automake
[Top][All Lists]
Advanced

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

Re: make test with fortran program


From: Ralf Wildenhues
Subject: Re: make test with fortran program
Date: Thu, 27 Jan 2011 19:24:44 +0100
User-agent: Mutt/1.5.20 (2010-08-04)

Hello Eve-Marie,

* Eve-Marie Devaliere wrote on Thu, Jan 27, 2011 at 07:07:51PM CET:
> AM_DEFAULT_SOURCE_EXT = .f90
> TESTS = forward/Example1_Simple/Example1_Simple \
>         k_matrix/Example1_Simple/Example1_Simple
> check_PROGRAMS = $(TESTS)
> 
> when I run automake it outputs
> automake
> test/Makefile.am: object `Example1_Simple.$(OBJEXT)' created by
> `k_matrix/Example1_Simple/Example1_Simple.f90' and
> `forward/Example1_Simple/Example1_Simple.f90'

Use the 'subdir-objects' Automake option (see 'info Automake Options'
for how to do that).

> but nothing was created and if I try configure it complains that:
> 
> config.status: error: cannot find input file: `test/Makefile.in')

That looks like a followup error: if automake errors out, it won't
create a Makefile.in file.

Cheers,
Ralf



reply via email to

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