mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
3cb4cb59b5
First step in the library "merge down". QFgamecode is now a convenience library. The only things that mention it directly now are ruamoko and qfcc.
11 lines
340 B
Makefile
11 lines
340 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
# everything depends on util
|
|
# ruamoko depends on gamecode
|
|
# gib depends on ruamoko
|
|
# audio depends on gamecode
|
|
# models depends on image
|
|
# video depends on models(?), image(?) and ruamoko
|
|
# console depends on video, ruamoko and audio
|
|
SUBDIRS=util gamecode ruamoko gib image models audio video console \
|
|
net qw
|