Minor makefile edits

makefiles/consts.mk
-------------------
  o Fixed quote-{double,single} macros to use the correct values.

makefiles/include.mk
makefiles/lint/shell.mk
makefiles/virtualenv.mk
-----------------------
  o Inline a visual version string for quick sanity checking.

makefiles/lint/include.mk
makefiles/lint/license/
-------------------------
  o Check license agreements with the reuse command line tool.

Change-Id: I54b247805dc75b888ab5662e224261dabb01eab7
8 files changed
tree: 37d722e4a521fb1e1c10e48ddf5d6f89c96f1bc6
  1. .gitreview
  2. Makefile
  3. README.md
  4. config.mk
  5. makefiles/
README.md

Repository: onf-make

This repo holds generic library makefile logic and targets that can be used to build and test arbitrary targets.

Two module directories are maintained, access through variables:

Make MacroDescription
MAKEDIRPath to project specific makefiles/ directory
ONF_MAKEDIRPath to generic library makefiles/ directory

include $(ONF_MAKEDIR)/include.mk

implicit project import:

include $(MAKEDIR)/include.mk