automake
[Top][All Lists]
Advanced

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

Re: 2 questions on automake


From: Reinhard Müller
Subject: Re: 2 questions on automake
Date: Tue, 15 May 2001 22:58:45 +0200

Tom Tromey wrote:
> 
> >>>>> "Reinhard" == Reinhard Müller <address@hidden> writes:
> 
> Reinhard> * What is the proper way of adding -Wall to the gcc options?
> 
> It depends.
> 
> If you know you'll only ever use gcc then you can put it in AM_CFLAGS.
> You could do this in configure.in and use AC_SUBST or you could put it
> in each Makefile.am.
> 
> If you might use other compilers then you do the same thing but you
> check to make sure you are using gcc first.  You would do this in
> configure.in.

Thanks.
A quick hint where to look how to make sure i'm using gcc?

> Reinhard> * Why isn't Makefile.in cleaned with make maintainer-clean?
> 
> It should be.  What version of automake are you using?

It is not. I'm using automake 1.4, and it seems that 1.4-p1 doesn't,
either.
Maybe you didn't see that I'm talking about Makefile.in
                                                    ^^^

Thanks,
--
Reinhard Müller
BYTEWISE Software GmbH
A-6890 Lustenau, Enga 2
Tel +43 (5577) 89877-0
Fax +43 (5577) 89877-66
http://www.bytewise.at



reply via email to

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