[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: Odd behavior of make in util dir?
Hi Stuart,
>While working on integrating some stuff in the util dir, I noticed
>something strange. The Makefiles are set up to create object files
>with double names. Example:
>
[snip]
>
>Is this the desired and/or expected behavior? I just noticed this,
>and can't figure out why it is happening. There is nothing in
>Makefile.am to cause this to happen as far as I can tell. Other
>directories have .o files with normal names. I am kinda baffled.
>
I think this is normal and is happening automatically because
you have multiple *_SOURCES= lines in the Makefile.am. It's been like
this for a while and automake hasn't broken anything recently (crosses
fingers).
-Ales