[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake 1.6 can't handle '+' in file names
From: |
Tom Tromey |
Subject: |
Re: automake 1.6 can't handle '+' in file names |
Date: |
10 Apr 2002 12:11:35 -0600 |
>>>>> "Richard" == Richard Boulton <address@hidden> writes:
>> libscpm___la_SOURCES = libscpm++.la.c
>> libscpm___la_OBJECTS = libscpm++.la.lo
Richard> This still looks odd to me: I wouldn't expect to see .la.c or
Richard> .la.lo extensions in the sources and objects lists. Are you
Richard> still having problems, or has changing the ++'s to __'s fixed
Richard> everything?
The default for _SOURCES is a `.c' file named after the thing we're
building. This is lame for libraries, but there it is. In this case
automake chose the default because it didn't find the mangled _SOURCES
variable.
Tom