<div>Now a couple of examples.</div><div><br></div><div>Suppose you have an ASDF system which is made of many sources with several dependencies. I assume the system does not rely on other resources (additional files, etc), but this could be extended.</div>
<div><br></div><div>If you want to build a single FASL file that contains EVERYTHING, use</div><div><br></div><div>(asdf:make-bundle 'asdf:monolithic-fasl-op :my-system :move-here "./")</div><div><br></div><div>
If you want to build not only the FASL but also a system file that allows you to load it with ASDF, use </div><div><br></div><div>(asdf:make-bundle 'asdf:monolithic-binary-op :my-system :move-here "./")</div>
<div><br></div><div>It should be possible to port also the other operations, such as PROGRAM-OP, which might dump an image or do whatever implementation-specific magic there is, etc, etc.</div><div><br></div><div>Juanjo</div>
<div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://tream.dreamhosters.com">http://tream.dreamhosters.com</a><br>