Hello,

On Sat, Sep 03, 2005 at 09:16:00AM -0400, John Kodis wrote:
> I'd like a program to be built when I type "make", but not have it
> installed when I type "make install".  Is there a provision for this?

> [...] When this source file is compiled with
> "$(CC) -o $@ -DMAIN $<" will build a stand-alone test program.

since this is a test program, you might want to use check_PROGRAMS.
This way it would be build only on "make check", not on "make all".

HTH,
        Stepan Kasal


Reply via email to