http://www.linuxforu.com/2012/06/gnu-make-in-detail-for-beginners/
http://home.uchicago.edu/~skrainka/pdfs/Talk.Make.pdf
Change access and modiļ¬cation times of an object to current
time with
touch myPrerequisite.cpp
to force make to rebuild a target.
Debugging:
http://oreilly.com/catalog/make3/book/ch12.pdf
$(warning A top-level warning)
Can use make -n to perform a dry run (i.e. see how the
commands execute without actually running them)
--print-data-base (-p) option
--debug Option
No comments:
Post a Comment