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'
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.