makefile_var

Makefile string function:
http://www.gnu.org/s/hello/manual/make/Text-Functions.html

  • $@: the target name
  • $<: the first dependency
  • $^: all dependencies

Variables ref:
http://www.cprogramming.com/tutorial/makefiles_continued.html

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License