Hi,

I am looking for something like :
FILES = $(shell find . -name "*.c")

but without calling the shell, because it seems not to work on solaris.

I have found "wildcard" :
FILES = $(wildcard *.c)
but it doesn't look into the subdirectories and sub-subdirectires

is there a smart way to retrieve the name of files, including files in
subdirectories with their path?

thanks for your help,

Sylvain




_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to