Hi Noel,<br /><br />The Scheme source I have is just a separate utility which has to be packed together with the main project.<br />Initially I&#39;ve gon the impression, that it has to be compiled and the produced executable should get into the package.<br /><br />If I read you properly - the source should not be compiled, but rather distributed as a script?<br /><br />Svilen<br /><br />On Aug 11, 2009 2:20pm, Noel Welsh &lt;noelwelsh@gmail.com&gt; wrote:<br />&gt; Just typing makefile.am into Google returns a load of examples. My<br />&gt; <br />&gt; understanding is that Makefile.am is turned in Makefile.in by<br />&gt; <br />&gt; automake. The Makefile.in used by PLT Scheme is here:<br />&gt; <br />&gt; <br />&gt; <br />&gt;   http://svn.plt-scheme.org/plt/trunk/src/Makefile.in<br />&gt; <br />&gt; <br />&gt; <br />&gt; Maybe that will help, but I think your question is more about<br />&gt; <br />&gt; including Scheme source in a C++ project. You don&#39;t have to do any<br />&gt; <br />&gt; compilation on the source code, and installation is just copying to<br />&gt; <br />&gt; the correct directory (where correct is determined by how the code is<br />&gt; <br />&gt; require&#39;d) so your Make rules should be very simple.<br />&gt; <br />&gt; <br />&gt; <br />&gt; HTH,<br />&gt; <br />&gt; N.<br />&gt; <br />&gt; <br />&gt; <br />&gt; On Sun, Aug 9, 2009 at 12:51 PM, Svilenkrustev.svilen@googlemail.com&gt; wrote:<br />&gt; <br />&gt; &gt; Hi guys,<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; I&#39;m not a plt programmer - sorry if my question sounds stupid.<br />&gt; <br />&gt; &gt; I have an .ss source which has to be included in a bigger C++ project which<br />&gt; <br />&gt; &gt; uses autotools. My understanding is that I have to create a Makefile.am file<br />&gt; <br />&gt; &gt; with the corresponding rules for compilation and installation.<br />&gt; <br />&gt; &gt; So here is the question - are there any examples for such kind of Makefile?<br />&gt; <br />&gt; &gt; I&#39;ve tried to search the web, but couldn&#39;t find much. Or maybe I&#39;m missing<br />&gt; <br />&gt; &gt; the whole idea?<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; Your help will be appreciated.<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; Regards<br />&gt; <br />&gt; &gt; Svilen<br />&gt;