mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
7a8f91edda
This makes gib depend on gamecode, but removes the dependency on gib from ruamoko. Unfortunately, carne now needs to be linked against gamecode even though it never uses it.
11 lines
342 B
Makefile
11 lines
342 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
# everything depends on util
|
|
# ruamoko depends on gamecode
|
|
# gib depends on gamecode
|
|
# audio depends on gamecode
|
|
# models depends on image
|
|
# video depends on models(?), image(?) and gamecode
|
|
# console depends on video, ruamoko and audio
|
|
SUBDIRS=util gamecode gib ruamoko image models audio video console \
|
|
net qw
|