Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-22 | New 'install' targets in makefile. See bug 2372. | Brian Paul | |
2004-08-25 | print current config name before building src and progs | Brian Paul | |
2004-06-01 | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | |
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | |||
2004-04-14 | Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile | Keith Whitwell | |
and execute fragment programs. Very limited and experimental, but works well enough to run arbfplight.c. http://fabrice.bellard.free.fr/tcc/ Compile with 'make linux-tcc', being sure to make clean first. | |||
2004-04-03 | for make clean, include tests directory | Brian Paul | |
2004-03-26 | Don't use pushd/popd. | Brian Paul | |
2004-03-26 | New Makefile system | Brian Paul | |