Ed L Cashin (ecashin@uga.edu) wrote: > > Hi, > > > > I have the following queries which needs clarifications. > > > > * Is there any tool which can generate GNU Makefiles automatically? if > > so, which is that tool and what is the input file to this tool? > > There's automake. The input is, I think, "Makefile.am". > autoscan, autoconf and automake are your friends. autoscan genrerate a "configure.scan" (configure.in). configure.in are the input of autoconf => configure Makefile.in are the input of automake => Makefile.am Makefile.am describes what and how to compile your sources in directories and subdirectories. Please correct me, if I make a mistake. -- Cordialement/Regards Christophe Lucas -- Iomeda SA (clucas@iomeda.fr) Developpeur/Administrateur GNU/Linux -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/