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