From: Jeff Higgins on
junyoung wrote:
> Hi,
>
> Now, I am trying to get an include-path of jni.h file to use in my
> Makefile.
>
> However, there is some difficult thing for me because the absolute
> path of the header file is different according to platforms.
>
> So....
> Is there any simple way to know an absolute path of the header file in
> Makefile?
>
> thanks...
Scratch simple and use CMake.

--