Date: Sat, 7 Oct 2000 11:00:11 -0500 (CDT) From: Gene Harris <zeus@tetronsoftware.com> To: freebsd-hackers@freebsd.org Subject: Information on make Message-ID: <Pine.BSF.4.21.0010071053460.86595-100000@ns1.tetronsoftware.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010071053460.86595-100000>