Finally, I got around to trying it. Automake complains
that I am overriding   nostripbinPROGRAMS_INSTALL
and fails.

Anyway to work around that ?

This seems more like a workaround. Do you think
"nostrip" as a prefix is something automake would support
"natively" in the future ?

kamaljit

Ralf Wildenhues <[EMAIL PROTECTED]> wrote: 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


       
---------------------------------
Never miss a thing.   Make Yahoo your homepage.

Reply via email to