Hey Sharan,
  Our build system uses the autoconf and automake for building from source.
As a part of that the parent directory has a makefile.in that includes all
the include.am files in each directory. The include.am files have the list
of headers, libraries and source files needed to build the entire tree and
generate the binaries. This is the information that the make command looks
into to compile your code. This is a very high level explanation. Hope this
helps.


Cheers,
 -Vijay

On Mon, Sep 17, 2012 at 5:50 PM, M.Sharan Kumar <sharan.monikan...@gmail.com
> wrote:

> Hi..
>
> I came across include.am file in the trunk ( in drizzled/message ) while
> working on my project. I could find that, it contains many header files,
> etc.. I also found that, there is an include.am file in the client
> directory.. Can someone tell what this include.am file is for, and what
> it contains, and other details about it? Also, when should we include a
> header ( or any other file ) in this file?
>
> Thanks,
> M. Sharan Kumar
>
> _______________________________________________
> Mailing list: https://launchpad.net/~drizzle-discuss
> Post to     : drizzle-discuss@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~drizzle-discuss
> More help   : https://help.launchpad.net/ListHelp
>
>
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : drizzle-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to