Convert Makefile(s) to common.mk

Hi,

I downloaded lighttpd (a webserver) sources and built it on a QNX machine. Now I want to build it with a cross compiler with a QNX Momentics IDE on a Windows machine.
Is there a way to convert the Makefile(s) to a common.mk?

Regards,
Richard

There is no way to convert to a common.mk, but if you simply create a “managed make” ‘C’ project and then drag and drop (or import) the source files into the project, it will automatically build new makefiles for you. Once this is done, you can add cross compilation targets and the managed make will again handle all of the makefile magic automatically.