Re: Newbie: Installing some binaries and other files in /usr/X11R6 by default

2006-02-24 Thread Gary V. Vaughan
[EMAIL PROTECTED] wrote: > I started reading about GNU Autotools yesterday morning. > Still, I've been able to convert my project to use > autconf and automake. > But I need to install my binaries in the directory > tree of the X server, and I couldn't find out how to > do it. Is it possible? $ ..

Copying a file after each subdirectory build

2006-02-24 Thread Russell Shaw
Hi, I have lots of libraries and programs in separate directories, each with its own configure.ac and Makefile.am. What can i put into Makefile.am so that after each library is built, it will copy its header file and object file to another directory in the project tree? I want all the library he

Re: specifying target directories in non-recursive automake

2006-02-24 Thread Gary V. Vaughan
John Darrington wrote: > I've been trying to convert a rather largish automake controlled > project from a recursive style build system, to a non-recursive one. > I was rather suprised to see that automake decides to put all the > object files in the root directory; not only ugly, but destroys the