bug-automake
[Top][All Lists]
Advanced

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

Re: automake-1.4-p2 DOS platform bug


From: Tim Van Holder
Subject: Re: automake-1.4-p2 DOS platform bug
Date: Fri, 15 Jun 2001 18:00:51 +0200

> Then I'd like to ask for a different variable. I need to build
> programs with the same CFLAGS, DEFS, LDFLAGS etc. as normal
> bin_PROGRAMS, but these programs shall not be installed.

I think what you want is

noinst_PROGRAMS = tstgettext tstngettext cake

That way, "make" and "make all" will build these, but "make install"
won't install them.  Automake will also add $(EXEEXT) if applicable.
EXTRA_PROGRAMS is intended to list those programs that you know
you may want to build, but don't know if you have to (i.e. if their
use depends on a configure-time decision).




reply via email to

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