Kevin> On a recent cvs snapshot I noticed $(EXEEXT) is automatically
Kevin> added to check_PROGRAMS, bin_PROGRAMS etc, but not to
Kevin> EXTRA_PROGRAMS.

Yeah, we use this sad hack to make things work without too much pain.

Kevin>         EXTRA_PROGRAMS = foo bar

Kevin> This would be providing rules to build foo and bar individually
Kevin> or under "allprogs", but doing nothing in a "make all" or "make
Kevin> install", and any resulting executables would be removed under
Kevin> "clean".

I don't remember if this breaks anything.  It probably doesn't,
though.  Can you write a patch?  Or, if not, could you submit a PR?

Tom

Reply via email to