On Tue, 2011-03-22 at 05:39 -0700, Dan Nicholson wrote:

> Not that it matters too much, but you just need to wrap the *_PROGRAMS
> declaration to get automake to not output the toplevel rules. I do
> notice here the TESTS = $(noinst_PROGRAMS) line. If check_PROGRAMS is
> used instead, then the programs are only built on "make check". Not
> sure that's the intention or not.
> 

I had not paid too much attention too that, I used libxkbcommon as a
model.
So it is the "check_PROGRAMS" that delays building until "make check".
I think Peter wants it to be build all the time. Not sure why.

If it is to ensure the test programs compiles, this could be addressed
in the build where it can invoke 'make clean install check'.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to