Makefile Instructions:
To install, copy this makefile into your /Net/Fluxplot directory.
Here is how to make the most commonly used files:
- To compile "fpl" for creating Fluxplots, type
›make fpl - To compile "sun_bl" to create blist files, type
›make sun_bl.out
There are many more programs in the Fluxplot directory.
In general, to compile a file with name xxxxx.c type:
›make xxxxx
To compile a file with name xxxxx.f type:
›make xxxxx.out
Items in the makefile marked with "TE" at the end of the comment line do not compile in this way.
See the makefile for instructions on how to compile these programs.
Use CFLAGS switch for debugging C programs, TFLAGS switch for F77 programs
