문제

How can I create a sophisticated Makefile with MKMF? I need to specify targets, include other makefiles, specify macros and so on. Is that possible? I'm pretty new to MKMF and I only find very basic examples how to use MKMF on the web.

For example, I need the following line at the beginning of my Makefile:

-include ../../Makefile.local
도움이 되었습니까?

해결책

My research showed that MKMF is very limited in functionality. A better solution is to write a makefile and include the necessary ruby headers and libraries. So in the end I didn't use MKMF at all.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top