F77_SIMPLE
A Simple Makefile Example


F77_SIMPLE is a simple example of how a makefile can be used to manage a set of FORTRAN77 files.

The underlying task is to approximate the integral of a function F(T) using the midpoint rule. The program to do this is broken up into three FORTRAN77 files:

You can go up one level to the MAKEFILES page.


Last revised on 04 December 2006.