Hello Tchize,
* tchize wrote on Fri, Jun 02, 2006 at 12:58:56AM CEST:
>
> I there a way to tell automake to slighlty alter the process of .c -> .o ?
> There are a lot of flags, but i was wondering if there was a way to
> replace the rules created by automake with some more user friendly one
> (re
Hello Andreas,
On Fri, Jun 02, 2006 at 08:56:23AM +0200, Andreas Büning wrote:
> Slightly. I've attached the automatic replies. The first one
> also contains the original message.
the first mail was posted to [EMAIL PROTECTED],
instead of [EMAIL PROTECTED] The -request address is for commands,
l
Hello,
On Wed, May 31, 2006 at 08:56:41PM +0200, Akim Demaille wrote:
> However my point about the name of the condition remains. AC_SUBST
> covers only the *_TRUE and *_FALSE part.
Then I second Ralf's and Alexandre's[1] question:
What would that be good for?
Stepan
[1] http://lists.gnu.org/a
Hello Stepan, Akim,
* Stepan Kasal wrote on Fri, Jun 02, 2006 at 02:07:48PM CEST:
> On Wed, May 31, 2006 at 08:56:41PM +0200, Akim Demaille wrote:
> > However my point about the name of the condition remains. AC_SUBST
> > covers only the *_TRUE and *_FALSE part.
>
> Then I second Ralf's and Alex
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi there
i want to build a library and a testing program in one and the same
directory (script below)
now what i want is, that the lib is build by default, but the Program
only when i specially invoke it with
'make example'
is there a way to do thi
Hi Benjamin,
* Benjamin Grauer wrote on Fri, Jun 02, 2006 at 05:48:35PM CEST:
>
> i want to build a library and a testing program in one and the same
> directory (script below)
>
> now what i want is, that the lib is build by default, but the Program
> only when i specially invoke it with
> 'mak
I have a directory where I'm trying to create a library, containing a
rpcgen generated file.
I can't seem to construct the Makefile.am so that VPATH, and
distclean work.
For some reason the dependency check of sdxproto.c fails because it
assumes sdxproto.h
is in $(srcdir), nor $(builddir)
Seems rpcgen is to blame, it seems to hardcode the path of the
include file.
trt
On Jun 2, 2006, at 2:47 PM, Thomas 'Tom' R. Treadway III wrote:
I have a directory where I'm trying to create a library, containing
a rpcgen generated file.
I can't seem to construct the Makefile.am so that