automake
[Top][All Lists]
Advanced

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

Re: Avoiding installation


From: Stepan Kasal
Subject: Re: Avoiding installation
Date: Mon, 5 Sep 2005 11:02:09 +0200
User-agent: Mutt/1.4.1i

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

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