[Ecls-list] How to add an object file to the compile command line generated by 'asdf:make-build'?

Matthew Mondor mm_lists at pulsar-zone.net
Thu Jun 13 01:53:12 UTC 2013


On Thu, 13 Jun 2013 10:32:39 +0900
Dietrich Bollmann <dietrich at formgames.org> wrote:

> In my ECL FFI code I rely on the C++ class 'Cube' implemented in 'Cube.h'
> and 'Cube.cpp'.
> [...]
> Is there a better way - for example a keyword parameter for
> 'asdf:make-build' etc. - which allows to add object files etc. to the
> command line generated by 'asdf:make-build'?

Personally I'm not very familiar with the ASDF build process, but
perhaps as an alternative example I can post a GNU makefile using ECL
as a build toolchain directly, in case it inspires you:

http://cvs.pulsar-zone.net/cgi-bin/cvsweb.cgi/mmondor/mmsoftware/cl/server/GNUmakefile?rev=1.13;content-type=text%2Fx-cvsweb-markup

Of course it might still be necessary to use C:*USER-CC-FLAGS* and/or
C:*USER-LD-FLAGS* at times...
-- 
Matt




More information about the ecl-devel mailing list