You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
263 B
7 lines
263 B
4 years ago
|
inc_path := $(shell pwd)/inc/external/
|
||
|
out_path := $(shell pwd)/out/ge/lib64/stub/
|
||
|
stub_path := $(shell pwd)/framework/domi/stub/
|
||
|
|
||
|
mkdir_stub := $(shell mkdir -p $(out_path))
|
||
|
local_stub := $(shell $(HI_PYTHON) $(stub_path)/gen_stubapi.py $(inc_path) $(out_path))
|