#Users should change FC to their fortran compiler and LDIR to the location of their libpgplot.a and libX11.a.
FC=gfortran
LDIR=./pgplot

all:
		${FC} plotgenc.f -L${LDIR} -lpgplot  -lX11 -o plotgenc    

#		pgf77 plotgenc.f -lpgplot -L/usr/local/pgplot -L/usr/X11R6/lib -lX11 -o plotgenc 
