From owner-freebsd-hackers Sat Oct 7 9: 0:15 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by hub.freebsd.org (Postfix) with ESMTP id 889C137B66C for ; Sat, 7 Oct 2000 09:00:13 -0700 (PDT) Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by ns1.tetronsoftware.com (8.11.0/8.9.3) with ESMTP id e97G0B586609 for ; Sat, 7 Oct 2000 11:00:12 -0500 (CDT) (envelope-from zeus@tetronsoftware.com) Date: Sat, 7 Oct 2000 11:00:11 -0500 (CDT) From: Gene Harris To: freebsd-hackers@freebsd.org Subject: Information on make Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I wonder if someone could direct me to some readings on "make"? I have dusted off an ancient FORTRAN program from graduate school (circa 1968). It consists of seven modules and all I want to do is create a make file to compile and link this program. I can successfully compile and link the program manually, but make file syntax escapes me. I have tried the following, but it goes down in flames: ======================= cnindo: coord.o ss.o huckl.o iter.o eign.o matout.o perturb.o *.f: *.o ======================= While I realize this could be done by an experienced person quite easily, I'd rather go learn what I should be doing. Many Thanks, Gene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message