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 wrote:
>> What fails is, that on make distcheck it looks like the scripts are not
>> produced. If I
On Sat, Nov 26, 2011 at 19:05, Stefan 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 = $(
I send this Email already yesterday, but did not get it by myself via the list,
so I think something failed...
Hello again,
a couple of days ago I already had a more than similar question, but somehow I
managed to go on without help, in the end… now the problems are a bit bigger:
make distchec
Richard Stallman wrote:
> one GNU package could drop support for ordinary Make, and see
> how users react. If the level of complaint is not too high, then
> another GNU package could do this. Once many GNU packages have done
> this, we might conclude it is ok for all GNU packages to do so
> (perh
On Friday 25 November 2011, kishoramballi wrote:
>
> I have a lex file in my project, the source file name is dmllex.lxx.
>
> I want to generate dmllex.h and dmlex.cxx from the above file.
>
> I want to know the lines to be put in my Makefile.am to generate these two
> files.
>
> at present I