Re: How to convert GNU make files to FreeBSD make?

2004-02-20 Thread Tony Frank
Hi,

On Fri, Feb 20, 2004 at 11:02:43AM +0300, Igor B. Bykhalo wrote:
> How can this GNU make constuct converted to FreeBSD:
> 
> > SRCDIRS = convert/c misc/c string/c memory/c handleio/c startup/c environ/c
> > 
> > vpath %.c $(SRCDIRS)
> ?
> 
> Is there some guide on the topic? I am new to this...

While I cannot help much in make file contents conversion, you can
install GNU make on FreeBSD through the ports/packages.

See /usr/ports/devel/gmake

Regards,

Tony
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


How to convert GNU make files to FreeBSD make?

2004-02-20 Thread Igor B. Bykhalo
How can this GNU make constuct converted to FreeBSD:

> SRCDIRS = convert/c misc/c string/c memory/c handleio/c startup/c environ/c
> 
> vpath %.c $(SRCDIRS)
?

Is there some guide on the topic? I am new to this...

TIA,
Igor

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"