bug-automake
[Top][All Lists]
Advanced

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

Re: Need more EXTRA_PROGRAMS variables


From: Ralf Wildenhues
Subject: Re: Need more EXTRA_PROGRAMS variables
Date: Sun, 17 Jun 2007 14:31:05 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Never mind, I think I misunderstood you first.
Still I think the mechanism is general enough to support what you need:

ALL_TESTS = a b c
MORE_PROGS = d e f
EXTRA_PROGRAMS = $(ALL_TESTS) $(MORE_PROGS)
TESTS = $(ALL_TESTS)

This causes the entries of TESTS to all have EXEEXT added, which I think
is what you want, no?  If you can live with $(EXTRA_PROGRAMS) also
containing the tests, that is.  If not, then I'd like to know why not.

Cheers,
Ralf




reply via email to

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