autoconf
[Top][All Lists]
Advanced

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

Re: make test with fortran programs


From: Eve-Marie Devaliere
Subject: Re: make test with fortran programs
Date: Thu, 27 Jan 2011 12:58:25 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

Thanks Ralph!
oh, yes I am sorry... I understand.... I am having some more issues but
will post to the automake list
(automakes outputs
automake
test/Makefile.am: object `Example1_Simple.$(OBJEXT)' created by
`test/k_matrix/Example1_Simple/Example1_Simple.f90' and
`test/forward/Example1_Simple/Example1_Simple.f90'
but nothing is created
and configure crashes on:
config.status: error: cannot find input file: `test/Makefile.in')

Thanks again for all your help,
Cheers,
Eve-Marie

NB: in case that can help somebody else, automake mailing list
address@hidden (easy guess though .. :) )


Ralf Wildenhues said the following on 1/27/2011 12:31 PM:
> Hello,
>
> * Eve-Marie Devaliere wrote on Thu, Jan 27, 2011 at 06:02:33PM CET:
>> TESTS = test/forward/Example1_Simple/Example1_Simple.f90 \
>>         test/k_matrix/Example1_Simple/Example1_Simple.f90
>> check_PROGRAMS = $(TESTS)
> It goes like this with Automake 1.11 or newer:
>
> AM_DEFAULT_SOURCE_EXT = .f90
> TESTS = test/forward/Example1_Simple/Example1_Simple \
>         test/k_matrix/Example1_Simple/Example1_Simple
> check_PROGRAMS = $(TESTS)
>
> If you have further questions regarding Automake, it is helpful to ask
> them on the automake list (no need to subscribe); but we understand that
> the distinction is often not easy to make for newcomers.
>
> Cheers,
> Ralf



reply via email to

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