8 lines
337 B
Makefile
8 lines
337 B
Makefile
|
#INC_DIRS+=$(shell find ${MaPU_TC_HOME}/include/ucp2 -type d)
|
||
|
INC_DIRS+=$(shell find ../ -name Inc -type d -o -name inc -type d)
|
||
|
override INC_DIRS_OPTION:=$(patsubst %,-I%,${INC_DIRS})
|
||
|
override WORK_DIR:=$(abspath $(lastword $(MAKEFILE_LIST)))
|
||
|
override PROJECT_NAME:=$(notdir $(patsubst %/,%,$(dir $(WORK_DIR))))
|
||
|
|
||
|
include ../../Makefile
|