This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Simple makefile generation for asdf systems

3 posts · 1907 views

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/

Re: Simple makefile generation for asdf systems

Looks cool. Bookmark'd.

Re: Simple makefile generation for asdf systems

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.