This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
How to make Make make all my source files
- From: "Enrico Ng" <mail at enricong dot com>
- To: <automake at gnu dot org>
- Date: Fri, 14 Jun 2002 14:04:09 -0500
- Subject: How to make Make make all my source files
I would like to have my Makefile (made from autoconf/automake) beable to
just look at what files are in my source folder and compile all of them.
basicaly add all the sources files to _SOURCE
Now, I have configure crudely generate a list then include it with the
Makefile.
Does anyone know of a easier BETTER way of doing this?