help-gnu-utils
[Top][All Lists]
Advanced

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

Re: Dynamic source file list creation using GNU make


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



reply via email to

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