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

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

Re: make: making the binary name dependent on the source file name.


From: Ralf Fassel
Subject: Re: make: making the binary name dependent on the source file name.
Date: Thu, 03 Jan 2008 15:32:04 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b27 (linux)

* Ido Yehieli <Ido.Yehieli@gmail.com>
|     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'


reply via email to

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