automake
[Top][All Lists]
Advanced

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

Re: Building prog first


From: Ralf Wildenhues
Subject: Re: Building prog first
Date: Sun, 21 Mar 2010 10:27:16 +0100
User-agent: Mutt/1.5.20 (2009-12-10)

* Russell Shaw wrote on Sun, Mar 21, 2010 at 09:26:44AM CET:
> Ralf Wildenhues wrote:
> >* Russell Shaw wrote on Sun, Mar 21, 2010 at 07:06:00AM CET:
> >>  bin_PROGRAMS = unimain
> >>  unimain_SOURCES = unimain.c

> >unidata.tab.c: unimain$(EXEEXT) /usr/share/unicode/UnicodeData.txt
> >        ./unimain$(EXEEXT) $< > $@
> 
> Ok, that works thanks:)
> 
> However, "make install" installs unimain into /usr/local/bin
> 
> How do i stop this program from being installed?

Use noinst_PROGRAMS instead of bin_PROGRAMS.  Be encouraged to read the
fine manual.

BTW, execution of built programs like this makes your package unsuitable
for cross-compilation.  Just so you're aware of that.

Cheers,
Ralf




reply via email to

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