最終更新:2015-12-17 (木) 16:03:08 (3051d)  

Makefile/include
Top / Makefile / include

https://www.gnu.org/software/make/manual/html_node/Include.html

-include

  • If you want make to simply ignore a makefile which does not exist or cannot be remade, with no error message, use the -include directive instead of include, like this:
-include filenames…