mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
6f1dd54e99
cleaned up: most of the stuff in it should /not/ be in the standard library
12 lines
435 B
Makefile
12 lines
435 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
includedir= $(prefix)/include/QF/ruamoko
|
|
include_HEADERS= \
|
|
crudefile.h debug.h entities.h infokey.h math.h message.h nq_message.h \
|
|
physics.h qfile.h qw_message.h qw_physics.h qw_sys.h server.h sound.h \
|
|
string.h system.h \
|
|
\
|
|
draw.h key.h \
|
|
\
|
|
cbuf.h cmd.h cvar.h file.h gib.h hash.h plist.h \
|
|
Object.h AutoreleasePool.h Array.h Entity.h List.h ListNode.h \
|
|
InputLine.h Point.h Rect.h Size.h Stack.h
|