quakeforge/ruamoko/include
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
..
gui [libr] Treat ruamoko headers as system headers 2020-03-03 15:24:41 +09:00
Array.h [libr] Add a two-object Array perform method 2020-03-26 14:14:04 +09:00
AutoreleasePool.h [libr] Treat ruamoko headers as system headers 2020-03-03 15:24:41 +09:00
cbuf.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
cmd.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
crudefile.h Rualib: documentation updates. 2011-06-14 13:31:30 -04:00
cvar.h Rua: move the old cvar() and cvar_set() functions 2011-12-14 20:33:33 -05:00
debug.h Rualib: documentation updates. 2011-06-14 13:31:30 -04:00
draw.h [libr] Treat ruamoko headers as system headers 2020-03-03 15:24:41 +09:00
entities.h Rualib: documentation updates. 2011-06-14 13:31:30 -04:00
Entity.h [libr] Treat ruamoko headers as system headers 2020-03-03 15:24:41 +09:00
gib.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
hash.h Fix ruamoko's hashtab_t typedef 2020-02-19 21:41:46 +09:00
infokey.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
key.h [libr] Treat ruamoko headers as system headers 2020-03-03 15:24:41 +09:00
legacy_string.h [ruamoko] Move some string functions 2020-03-25 00:04:20 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
math.h Add support for doubles to Ruamoko 2020-02-15 23:49:12 +09:00
message.h Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
msgbuf.h [libr] Treat ruamoko headers as system headers 2020-03-03 15:24:41 +09:00
nq_message.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
Object.h [libr] Add -performv:: 2020-03-10 14:29:43 +09:00
physics.h Rualib: documentation updates. 2011-06-14 13:31:30 -04:00
plist.h [libr] Treat ruamoko headers as system headers 2020-03-03 15:24:41 +09:00
PropertyList.h [libr] Treat ruamoko headers as system headers 2020-03-03 15:24:41 +09:00
Protocol.h [libr] Treat ruamoko headers as system headers 2020-03-03 15:24:41 +09:00
qfile.h Fix the "for new syntax" FIXME. 2012-12-20 10:10:41 +09:00
qfs.h [libr] Treat ruamoko headers as system headers 2020-03-03 15:24:41 +09:00
qw_message.h [libr] Treat ruamoko headers as system headers 2020-03-03 15:24:41 +09:00
qw_physics.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
qw_sys.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
runtime.h [ruamoko] Create a va_copy for progs 2020-04-01 19:48:05 +09:00
script.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
server.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
Set.h Fix the "for new syntax" FIXME. 2012-12-20 10:10:41 +09:00
sound.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
string.h [ruamoko] Fix daft str_str abi 2020-04-08 21:54:41 +09:00
sv_sound.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
system.h Rua: move the old cvar() and cvar_set() functions 2011-12-14 20:33:33 -05:00
types.h [libr] Fix missing alias meta name 2020-04-04 15:46:37 +09:00