Paul Gilmartin wrote:
If the standard prefix rules include both ".c.o:" and ".C.o:" you may not even need a Makefile. Simply:make $( ls *.[cC] | sed 's/\.[cC]$/.o/' ) # (Untested.) -- gil
You're /trying/ to scare him, right!? :) -- Jack J. Woehr # Science is more than a body of knowledge. It's a way of www.well.com/~jax # thinking, a way of skeptically interrogating the universe www.softwoehr.com # with a fine understanding of human fallibility. - Carl Sagan ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
