This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: $ in source file names
- To: Robert Boehne <rboehne at ricardo-us dot com>
- Subject: Re: $ in source file names
- From: Tom Tromey <tromey at redhat dot com>
- Date: 20 Feb 2001 10:57:30 -0700
- Cc: Alexandre Oliva <oliva at lsd dot ic dot unicamp dot br>, automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <3A89A80C.AD32E6D7@ricardo-us.com> <ory9v8zj7w.fsf@guarana.lsd.ic.unicamp.br> <3A91BF00.D41F13DA@ricardo-us.com>
- Reply-To: tromey at redhat dot com
>>>>> "Robert" == Robert Boehne <rboehne@ricardo-us.com> writes:
Robert> The problem is that even though
Robert> progname_SOURCES = 'm$in.cpp'
Robert> is in Makefile.am, am_progname_OBJECTS is empty.
Robert> Is this not supported by Automake, or is it a bug?
It is both. Supporting it is difficult, but given the existence and
implementation of Java, it also is no longer an unreasonable thing for
a developer to do. In fact they might not have a choice.
Tom