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
> "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
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
> "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.
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