Simple makefile generation for asdf systems

Discussion of Common Lisp
Post Reply
WeYu
Posts: 9
Joined: Sun Aug 10, 2008 1:14 pm

Simple makefile generation for asdf systems

Post by WeYu » Sun Aug 02, 2009 2:17 am

Autoproject is a small utility that will generate a simple makefile from asdf system definitions. The makefile can be used to compile a system and create cores. Intermediate cores are used to make recompilation faster.

Get it here: http://code.google.com/p/autoproject/

skypher
Posts: 34
Joined: Thu Jul 03, 2008 6:12 am

Re: Simple makefile generation for asdf systems

Post by skypher » Tue Aug 04, 2009 12:44 am

Looks cool. Bookmark'd.

WeYu
Posts: 9
Joined: Sun Aug 10, 2008 1:14 pm

Re: Simple makefile generation for asdf systems

Post by WeYu » Tue Aug 04, 2009 8:49 am

Update: a shellscript called "autoasdf" was added to the package.

The script can be used to build asdf systems in a number of ways without having to generate makefiles. The option to generate makefiles is still present though.

Post Reply