When use "make" command to build this project, it tells me "make error: No rule to make target `lib/libtensorflow.so'".
So I wonder that is libtensorflow.so automatically generated by make this project, or libtensorflow.so should be prepared well before make ? When I read the makefile (actually I'm not very familiar with makefile rules), I wonder what should be contatined in "include" folders? Are those header files downloaded automatically or put by hand beforehand?