From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 00:02:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D98DB16A4CE for ; Fri, 20 Feb 2004 00:02:47 -0800 (PST) Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A5F243D1D for ; Fri, 20 Feb 2004 00:02:46 -0800 (PST) (envelope-from goshik@binep.ac.ru) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.12.10/8.12.10) with SMTP id i1K8OQSW009743 for ; Fri, 20 Feb 2004 11:24:26 +0300 (MSK) (envelope-from goshik@binep.ac.ru) Message-ID: <03c501c3f787$ed3c3f20$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "FreeBSD Questions" Date: Fri, 20 Feb 2004 11:02:43 +0300 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: How to convert GNU make files to FreeBSD make? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 08:02:48 -0000 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