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: Ido Yehieli
Subject: Re: make: making the binary name dependent on the source file name.
Date: Thu, 3 Jan 2008 06:36:19 -0800 (PST)
User-agent: G2/1.0

On Jan 3, 3:32 pm, Ralf Fassel <ralf...@gmx.de> wrote:
> * Ido Yehieli <Ido.Yehi...@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'

make: Nothing to be done for `all'.

-ido


reply via email to

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