Click to See Complete Forum and Search --> : GNU make command for multiple files


dude_1967
October 17th, 2002, 10:54 AM
Gurus,

I am a real rookie with GNU make. I always dutifully type each and every file name on its own build line and keep track of the relevant dependencies by hand---go and figure...

I would like to learn how to handle all of the files in a particular directory with one single build line. How can this be done? Are there any details pertaining to the dependencies which must be accounted for?

Thx. Chris.

GNU-makefully challenged...

:)

Elusive
October 18th, 2002, 03:28 AM
I believe this is what you're looking for:

http://www.lns.cornell.edu/public/COMP/info/make/make_10.html#SEC92

Philip Nicoletti
October 18th, 2002, 06:41 AM
Maybe makemake will help ...

http://fr.rpmfind.net/linux/RPM/linuxPPC/contrib/software/Development/Tools/makemake-2.8.0-1.ppc.html

dude_1967
October 18th, 2002, 09:08 AM
Thanks for all of the links.

I found the required information and could successfully implement the simple stuff that I needed.

Chris.

:cool: