GNU_makefile_template】的更多相关文章

#g++ compiler: options # -std=c++0x enables ISO C++ 11 standard # -I.. pulls in the Version_test.h file for conditional compilation # of code the uses features that might not yet be implemented CC = g++ CCFLAGS = -std=c++0x -I.. # Some programs inclu…