<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi,<br>I have the following package definition. <br><div dir="ltr">How do I compile all my components listed in my .ASD, as well as ALL their package dependencies to C source? <br><br>In other words, I want to keep all .C/.H files that go into building the native executable. In this case, this <br>includes
 .C files for cl-opengl, as well as for whatever packages cl-opengl 
needs (cffi, alexandria, etc) that's listed in its .ASD file, e.g. 
https://github.com/3b/cl-opengl/blob/master/cl-opengl.asd.<br><br>Currently, i use (asdf:make-build :example but that doesnt leave any C files around.<br><br>example.asd:<br><br>(defsystem :example<br>  :depends-on (:cl-opengl :cl-glu :cl-glut)<br>  :serial t<br>  :components ((:file "simple")))<br><br><br>thanks!                                      </div>                                    </div></body>
</html>