|
| From: | Murali |
| Subject: | Re: Dynamic source file list creation using GNU make |
| Date: | 19 Apr 2006 20:17:26 -0700 |
| User-agent: | G2/0.2 |
You can use $(wildcard *.xyz) to get all files with extension xyz. For more complicated constructs look at $(shell ) function, which allows you to capture the output of any shell command (or shell script). - Murali
| [Prev in Thread] | Current Thread | [Next in Thread] |