Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!singsing.berkeley.edu!parr From: parr@singsing.berkeley.edu (Ron Parr) Newsgroups: comp.lang.lisp Subject: defsystem Message-ID: <42376@ucbvax.BERKELEY.EDU> Date: 12 Jun 91 21:38:23 GMT Sender: nobody@ucbvax.BERKELEY.EDU Distribution: na Organization: University of California at Berkeley Lines: 12 Originator: parr@singsing.berkeley.edu I am porting some code from a TI explorer to Allegro Common Lisp. I came across a macro called "defsystem" that appears to be a useful way of getting the functionality of a make file within a lisp environment. I was about to write some code for this when I realized that it it may have already been done. If anybody knows of an existing implementation of defsystem, please let me know. Thanks, Ron Parr -------- parr@cs.berkeley.edu