> Is there any way to use wildcard to *find recursively* under given path
> e.g.
>

Folks, I found out that we can do it using shell
thus

SOURCES = (shell <path> -name "*.c" )

but I have a followup question, does the variables in Make have a
upper limit on how large a string they can store? this is especially
important since shell variables tend to overflow after certain length
of string.

-aditya


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to