2 Jan 2003 22:38
Automake+libtool to build extensions?
Mark Rose <mrose <at> stm.lbl.gov>
2003-01-02 21:38:09 GMT
2003-01-02 21:38:09 GMT
Does anyone have advice for setting up automake and/or libtool to build python extensions using SWIG? I have a project that uses automake/conf, and now want to add some python wrappers. The best I could come up with is to use the all-local target to write the make script for the wrappers by hand. This is a bit inelegant, and doesn't capitalize on automake's dependency tracking. I know how to do dependency tracking by hand (even for swig interface files), but adding doing so would seem like even more of a hack. Any clean/bulletproof solutions? Thanks, Mark _______________________________________________ Swig maillist - Swig <at> cs.uchicago.edu http://mailman.cs.uchicago.edu/mailman/listinfo/swig
RSS Feed