move nan mk files from source/ into build_files/make/

This commit is contained in:
Campbell Barton
2010-07-13 00:57:19 +00:00
parent ded8ba1d90
commit bfe11037b5
6 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ sinclude user-def.mk
# export NAN_NO_OPENAL=true # export NAN_NO_OPENAL=true
export NANBLENDERHOME=$(shell pwd) export NANBLENDERHOME=$(shell pwd)
MAKEFLAGS=-I$(NANBLENDERHOME)/source --no-print-directory MAKEFLAGS=-I$(NANBLENDERHOME)/build_files/make --no-print-directory
SOURCEDIR = SOURCEDIR =
ifeq ($(FREE_WINDOWS),true) ifeq ($(FREE_WINDOWS),true)
@@ -50,7 +50,7 @@ else
DIRS ?= extern intern source po DIRS ?= extern intern source po
endif endif
include source/nan_subdirs.mk include build_files/make/nan_subdirs.mk
.PHONY: release .PHONY: release
release: release:

View File

@@ -31,7 +31,7 @@
# set some defaults when these are not overruled (?=) by environment variables # set some defaults when these are not overruled (?=) by environment variables
# #
sinclude ../user-def.mk sinclude ../../user-def.mk
# This warning only takes place once in source/ # This warning only takes place once in source/
ifeq (debug, $(findstring debug, $(MAKECMDGOALS))) ifeq (debug, $(findstring debug, $(MAKECMDGOALS)))