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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message