A good (i.e. easy but also 'cookbook' like) tutorial on using make (linux build tool)

Posted by morpheous on Stack Overflow See other posts from Stack Overflow or by morpheous
Published on 2010-05-17T08:40:14Z Indexed on 2010/05/17 10:10 UTC
Read the original article Hit count: 151

Filed under:
|
|
|
|

I am from a windows background (VC++), and moved to Linux (Ubuntu) about a year ago. I would like to be able to write simple make files to build the following types of binaries:

  1. A shared library
  2. An executable that links into third party libraries (static and shared libraries)
  3. Create an install section in my makefile (which can then be used my checkinstall)

© Stack Overflow or respective owner

Related posts about make

    Related posts about makefile