Adapting existing directory structure to autotools

2009-09-14 Thread Kenneth Porter
I'm porting a proprietary Windows DLL and demo app to Linux and I'm trying to figure out the best way to structure the build system. I'm trying to figure out how to use autoconf, automake, and libtool and whether I need to restructure my project. My existing directory structure is like this: incl

Re: Adapting existing directory structure to autotools

2009-09-11 Thread Kenneth Porter
--On Friday, September 11, 2009 9:40 PM +0200 Ralf Wildenhues wrote: Then it's helpful to know what recursive and what nonrecursive build is, . I'd missed that one in my earlier reading, thanks. Looks very applicable.

Adapting existing directory structure to autotools

2009-09-10 Thread Kenneth Porter
I'm porting a proprietary Windows DLL and demo app to Linux and I'm trying to figure out the best way to structure the build system. I'm trying to figure out how to use autoconf, automake, and libtool and whether I need to restructure my project. My existing directory structure is like this: inc