Re: make: making the binary name dependent on the source file name.
Ralf Fassel <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Message-ID | <[email protected]> |
* Ido Yehieli <[email protected]> | I have several source files in a directory (which are different | versions of the same program), and I want gnu make to compile each of | them and name the resulting binaries according to the source name. % cat Makefile all: somefile.* % gmake all HTH R'