Added new build system
This commit is contained in:
commit
b0f567c090
27 changed files with 2255 additions and 217 deletions
|
|
@ -1,3 +1,7 @@
|
|||
ifneq ($(REALLY_USE_OBSOLETE_BUILD_SYSTEM),yes)
|
||||
$(error This is the old build system. Use "scons" to build, or use $(MAKE) REALLY_USE_OBSOLETE_BUILD_SYSTEM=yes)
|
||||
endif
|
||||
|
||||
# Check to make sure variables are properly set
|
||||
ifeq ($(TOPLEVEL),)
|
||||
$(error $$TOPLEVEL is unset)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue