automake
[Top][All Lists]
Advanced

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

Re: Still help needed at creating Makefile.am


From: Stefan
Subject: Re: Still help needed at creating Makefile.am
Date: Sat, 26 Nov 2011 21:59:29 +0100

Hi,

my intention was to create the scripts only when needed. With other Makefiles 
this works.

cheers,

Stefan

Am 26.11.2011 um 20:30 schrieb Dave Hart:

> On Sat, Nov 26, 2011 at 19:05, Stefan <address@hidden> wrote:
>> What fails is, that on make distcheck it looks like the scripts are not 
>> produced. If I do a make before, everything works.
>> 
>> noinst_SCRIPTS=
>> if !CRB_NO_RSCRIPTS
>>  noinst_SCRIPTS += sample_distris center 1A center_1A
>> endif
>> 
>> CLEANFILES = $(noinst_SCRIPTS) $(noinst_PLOTS)
>> 
>> EXTRA_DIST = $(noinst_PLOTS) $(noinst_DATA) $(noinst_R)
> 
> Perhaps try adding $(noinst_SCRIPTS) to EXTRA_DIST?  Just a stab in
> the dark without looking at the manual...
> 
> Cheers,
> Dave Hart




reply via email to

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