I have a cross platform C++ project that targets and successfully compiles on Linux, OSX and Windows. I\'m using GNU Make to handle the building on all platforms, gcc for compil
This sounds like a job for CMake.