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...