Re: Extending automake syntax

2002-01-01 Thread Erik Walthinsen
On 1 Jan 2002, Tom Tromey wrote: > Is SpeciaLib GNU software? > One of automake's goals is to interoperate well with GNU software. SpeciaLib doesn't quite exist yet except as pieces pulled from other projects of mine, mostly libcodec (see codecs.org for all this stuff anyway). I intend to make o

Re: Extending automake syntax

2002-01-01 Thread Tom Tromey
> "Erik" == Erik Walthinsen <[EMAIL PROTECTED]> writes: >> You can't accomplish what you want without hacking automake itself. >> It seems like something specific to your project. Is that the case? Erik> Yup. Well, sorta. "SpeciaLib" is a library and a set of tools Erik> for creating spec

Re: Extending automake syntax

2001-12-31 Thread Erik Walthinsen
On 31 Dec 2001, Tom Tromey wrote: > Erik> lib_SLLIBRARIES = libaverage.sl > > Erik> libaverage_sl_SOURCES = \ > Erik> average_c.c \ > Erik> average_mmx.c \ > Erik> average_sse.c \ > Erik> average_altivec.c > > You can't accom

Re: Extending automake syntax

2001-12-31 Thread Tom Tromey
> "Erik" == Erik Walthinsen <[EMAIL PROTECTED]> writes: Sorry for the delay in my reply. Erik> I'm working on a project where I want to create a new class of Erik> vars for automake, which will include rules which will turn into Erik> both generated source targets, and normal libtool libs.

Extending automake syntax

2001-10-15 Thread Erik Walthinsen
I'm working on a project where I want to create a new class of vars for automake, which will include rules which will turn into both generated source targets, and normal libtool libs. For example: lib_SLLIBRARIES = libaverage.sl libaverage_sl_SOURCES = \ average_c.c