help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wildcard recursive?!


From: Sylvain Becker
Subject: wildcard recursive?!
Date: Fri, 17 Oct 2003 14:55:33 -0700

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]