* Improve Makefile startup time

+ Merge q3asm and q3lcc Makefiles into the core Makefile
  + Don't find .d files, create a list from .o
  + .asm files now depend on q3lcc
  + .qvm files now depend on q3asm
* IMPORTANT NOTE: do a "make distclean" if you have problems
This commit is contained in:
Tim Angus 2007-09-12 23:37:33 +00:00
parent 1d54a9ebe5
commit c7c2ee1b84
6 changed files with 185 additions and 485 deletions

1
README
View file

@ -90,7 +90,6 @@ Makefile.local:
USE_CURL_DLOPEN - link with libcurl at runtime
USE_CODEC_VORBIS - enable Ogg Vorbis support
USE_LOCAL_HEADERS - use headers local to ioq3 instead of system ones
USE_CCACHE - use ccache compiler caching tool
COPYDIR - the target installation directory
The defaults for these variables differ depending on the target platform.