summaryrefslogtreecommitdiff
path: root/GNUmakefile
AgeCommit message (Collapse)Author
2017-02-06reserve (by default) the "dep" directory for the repository of dependencies ↵/dev/humancontroller
(system libraries)
2017-02-06rearrange the build directory structure a bit/dev/humancontroller
- do not use a BASEGAME subdirectory for intermediate (cgame/game/ui module) object files - place all final outputs (executables, libraries and VMs) in the "out" subdirectory of the build directory
2017-02-06stop using profile/platform/architecture-specific build directories, just ↵/dev/humancontroller
use "bld" (by default) also update the .gitignore appropriately
2017-02-06allow additional makefiles to be included via the new SETTINGS_MAKEFILES ↵/dev/humancontroller
variable; reference GNUmakefile.local instead of Makefile.local
2017-02-06rename the Makefile to GNUmakefile/dev/humancontroller
because it uses GNU Make extensions also update the .gitignore appropriately