Re: Automake and some questions

2011-10-01 Thread Bron Gondwana
On Thu, Sep 29, 2011 at 03:41:38PM +0200, Дилян Палаузов wrote: > * lib/crc32.c is included in both lib/libcyrus.a und > lib/libcyrus_min.a, but the four crc32_ functions are only used > within imap/libimap.a (in imap/message.c and map/mailbox.c). Is it > fine, if lib/crc32.c is removed from both

Re: Automake and some questions

2011-09-29 Thread Dave McMurtrie
On Sep 29, 2011, at 12:35 PM, Bron Gondwana wrote: >> >> > >> * What is Smakefile used for? > > Probably nothing any more. > It used to be used for our internal build process at Carnegie Mellon. We no longer use it. Thanks! Dave

Re: Automake and some questions

2011-09-29 Thread Bron Gondwana
On Thu, Sep 29, 2011 at 03:41:38PM +0200, Дилян Палаузов wrote: > Hello, > > I started working on Automake + cyrus imap and about the half of the > work is done. I have some questions: > > * lib/crc32.c is included in both lib/libcyrus.a und > lib/libcyrus_min.a, but the four crc32_ functions ar

Automake and some questions

2011-09-29 Thread Дилян Палаузов
Hello, I started working on Automake + cyrus imap and about the half of the work is done. I have some questions: * lib/crc32.c is included in both lib/libcyrus.a und lib/libcyrus_min.a, but the four crc32_ functions are only used within imap/libimap.a (in imap/message.c and map/mailbox.c).