automake
[Top][All Lists]
Advanced

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

Re: Do not install a binary


From: László Kovács
Subject: Re: Do not install a binary
Date: Thu, 14 Jun 2001 11:49:53 +0100

Stephane Genaud wrote:
> 
> 
> > I have a binary that I use as a build tool only to build the rest of the
> > package and dont want to install it. Any ideas about how to write up a
> > Makefile.am for this?
> 
> Laszlo,
> 
> There is a noinst label for this. For instance, in your
> Makefile.am :
> 
> noinst_PROGRAMS = yourbintool
> 
> which works like the bin_PROGRAMS construct.
> Use yourbintool_SOURCES and so on then.
> 

Thanks, it worked.

Laszlo



reply via email to

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