[Cbe-oss-dev] [PATCH] libspe2: add pkg-config file to libspe2

Jeremy Kerr jk at ozlabs.org
Thu May 10 18:29:19 EST 2007


Luca,

> +libspe2.pc:
> +       echo -e \
> +       prefix=$(prefix) \\n\
> +       exec_prefix=$(exec_prefix) \\n\
> +       libdir=$(libdir) \\n\
> +       includedir=$(includedir) \\n\

[snip]

That's a little too much work for a makefile. I think adding a 
libspe2.pc.in file, and using 'sed' to set the variables would be much 
cleaner.

Cheers,


Jeremy



More information about the cbe-oss-dev mailing list