automake
[Top][All Lists]
Advanced

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

Re: using install.sh selectively


From: Ralf Wildenhues
Subject: Re: using install.sh selectively
Date: Fri, 11 Jan 2008 07:36:40 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Kamaljit,

* Kamaljit Singh wrote on Fri, Jan 11, 2008 at 12:25:48AM CET:
> 
> I am trying to use "make install-strip" and that tries to strip all
> _PROGRAMS.  But I dont want all the PROGRAMS that I build should be
> stripped. Is there some out of the box way to do that ?

Not without messing with Automake internals.  So expect the following to
break with a new Automake release, but with 1.10 it prevents stripping
of bar but not foo:

  bin_PROGRAMS = foo
  nostripbindir = $(bindir)
  nostripbin_PROGRAMS = bar
  nostripbinPROGRAMS_INSTALL = @INSTALL_PROGRAM@

Hope that helps.

Cheers,
Ralf




reply via email to

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