What is this project/compilation source structure?

Posted by Werner on Stack Overflow See other posts from Stack Overflow or by Werner
Published on 2010-03-13T09:49:15Z Indexed on 2010/03/13 9:55 UTC
Read the original article Hit count: 219

Filed under:
|

Hi,

I am working on some project my boss sent to me. After unzipping, this is the structure of the files:

executable_file  config.mk  doc  include  lib  Makefile  sources

I have only worked with "usual" Makefile projects. But I do not undersatnd the meaning of config.mk here.

Do you know which kind of "build" structure (what is the right name for this concept?) is it, and where can i find more information about this? I need to modify it, so it compiles in another hardware, so I do not know where I sohuld work on.

Thanks

© Stack Overflow or respective owner

Related posts about makefile

Related posts about bash