# All lines that begin with the character '#' are ignored as comments. # # To use the LPI-FORTRAN Compiler (next 3 lines): F77=lpifortran LD77_CMD=lpild FFLAGS= # # To use the FORTRAN_TO_C CONVERSOR "fc2". You will need a f77-style shell # script, it could be called "fc" or "f77". (next 2 lines): # F77=fc # LDF77=fc # # If you use the GNU C compiler "gcc" (next 2 lines): # CC=gcc # LDCC=gcc # SLIB=-lsocket OSSYS=-DPC_SCO XOPEN_LIBS=-lsocket -lPW -lintl