automake
[Top][All Lists]
Advanced

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

Re: cxx + cpp


From: Jean-Eric Cuendet
Subject: Re: cxx + cpp
Date: Tue, 05 Nov 2002 13:34:41 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

Thanks, but the problem is not there.

You've doubly defined your target, once at line 35275 and once at line 61202 in your Makefile. Remove one and the warnings will go away.

It's automake that creates the Makefile!
My Makefile.am contains only
bla_SOURCES=file1.cpp file2.cxx
And then automake doubly defines the target.
Thus the question how to tell automake not to doubly define that.

Thanks.
-jec






reply via email to

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