I have a big C++ project that has about hundred source files that are located in a bunch of sub folders. They were initially developed using Xcode IDE, so there are no makefiles there.
Now I need to build it for Android using NDK. I understand how to create Android.mk but I wonder is there any visual tool or maybe script that can do this (or at least basic structure) automatically (maybe smth. like cmake) or do I have to do everything manually (I'll spend a lot of time for this...) ?