Revert inclusion change, fix doc
This commit is contained in:
@ -6,7 +6,7 @@ ifneq ($(V),1)
|
|||||||
_@ :=@
|
_@ :=@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SYSTEM_INC_DIRS ?= -Isystem -I$(dir $(lastword $(MAKEFILE_LIST)))inc
|
SYSTEM_INC_DIRS ?= -isystem $(dir $(lastword $(MAKEFILE_LIST)))inc
|
||||||
INC_DIRS ?=
|
INC_DIRS ?=
|
||||||
SRC_DIR ?= ./src
|
SRC_DIR ?= ./src
|
||||||
OUT_DIR ?= ./out
|
OUT_DIR ?= ./out
|
||||||
@ -56,7 +56,7 @@ help:
|
|||||||
@echo ' - List of include dirs:'
|
@echo ' - List of include dirs:'
|
||||||
@echo ' INC_DIRS=$(INC_DIRS)'
|
@echo ' INC_DIRS=$(INC_DIRS)'
|
||||||
@echo ' - List of systme include dirs:'
|
@echo ' - List of systme include dirs:'
|
||||||
@echo ' INC_DIRS=$(SYSTEM_INC_DIRS)'
|
@echo ' SYSTEM_INC_DIRS=$(SYSTEM_INC_DIRS)'
|
||||||
@echo ' - Location of source files:'
|
@echo ' - Location of source files:'
|
||||||
@echo ' SRC_DIR=$(SRC_DIR)'
|
@echo ' SRC_DIR=$(SRC_DIR)'
|
||||||
@echo ' - Location to place output files:'
|
@echo ' - Location to place output files:'
|
||||||
|
Reference in New Issue
Block a user