quakeforge/ruamoko/scheme
Bill Currie 6d5ffa9f8e [build] Move to non-recursive make
There's still some cleanup to do, but everything seems to be working
nicely: `make -j` works, `make distcheck` passes. There is probably
plenty of bitrot in the package directories (RPM, debian), though.

The vc project files have been removed since those versions are way out
of date and quakeforge is pretty much dependent on gcc now anyway.

Most of the old Makefile.am files  are now Makemodule.am.  This should
allow for new Makefile.am files that allow local building (to be added
on an as-needed bases).  The current remaining Makefile.am files are for
standalone sub-projects.a

The installable bins are currently built in the top-level build
directory. This may change if the clutter gets to be too much.

While this does make a noticeable difference in build times, the main
reason for the switch was to take care of the growing dependency issues:
now it's possible to build tools for code generation (eg, using qfcc and
ruamoko programs for code-gen).
2020-06-25 11:35:37 +09:00
..
BaseContinuation.h Scheme: Added letrec, first-class continuations, and tuned the garbage 2005-05-08 03:44:18 +00:00
BaseContinuation.r Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
Boolean.h Scheme updates: 2005-05-06 23:25:06 +00:00
Boolean.r Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
builtins.h Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
builtins.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
CompiledCode.h Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
CompiledCode.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Compiler.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Compiler.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Cons.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Cons.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Continuation.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Continuation.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
debug.h Scheme updates: 2005-05-06 23:25:06 +00:00
defs.h [scheme] Clean up a pile of rotten bits 2020-03-03 17:35:14 +09:00
defs.r [scheme] Clean up a pile of rotten bits 2020-03-03 17:35:14 +09:00
Error.h Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
Error.r Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
Frame.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Frame.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Instruction.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Instruction.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Lambda.h Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
Lambda.r Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
Lexer.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Lexer.r [ruamoko] Move some string functions 2020-03-25 00:04:20 +09:00
Machine.h Fix ruamoko's hashtab_t typedef 2020-02-19 21:41:46 +09:00
Machine.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
main.r [scheme] Clean up a pile of rotten bits 2020-03-03 17:35:14 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
Nil.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Nil.r Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
Number.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Number.r [ruamoko] Move some string functions 2020-03-25 00:04:20 +09:00
Parser.h Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
Parser.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Primitive.h Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
Primitive.r Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
Procedure.h Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
Procedure.r Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
SchemeObject.h [scheme] Clean up a pile of rotten bits 2020-03-03 17:35:14 +09:00
SchemeObject.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
SchemeString.h String.[hr] -> SchemeString.[hr], for the sake of case-insensitive 2005-05-08 10:43:56 +00:00
SchemeString.r String.[hr] -> SchemeString.[hr], for the sake of case-insensitive 2005-05-08 10:43:56 +00:00
Scope.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Scope.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
state.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Symbol.h Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
Symbol.r [cl_menu,scheme] Clean up after tightened pointer checks 2020-03-05 15:02:40 +09:00
Void.h Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00
Void.r Syntax fixes for ruamoko/scheme. 2011-02-14 23:10:46 +09:00