parent
02f08f12d5
commit
bdd94f0489
@ -0,0 +1,6 @@
|
|||||||
|
inc_path := $(shell pwd)/inc/external/
|
||||||
|
out_path := $(shell pwd)/out/atc/lib64/stub/
|
||||||
|
stub_path := $(shell pwd)/common/graph/stub/
|
||||||
|
|
||||||
|
mkdir_stub := $(shell mkdir -p $(out_path))
|
||||||
|
graph_local_stub := $(shell $(HI_PYTHON) $(stub_path)/gen_stubapi.py $(inc_path) $(out_path))
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,6 @@
|
|||||||
|
inc_path := $(shell pwd)/inc/external/
|
||||||
|
out_path := $(shell pwd)/out/atc/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))
|
@ -0,0 +1,4 @@
|
|||||||
|
###################################################################################
|
||||||
|
the directory (stub) saves the stub file
|
||||||
|
gen_stubapi.py is using for retrieving API and generating stub functions
|
||||||
|
###################################################################################
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue