1 This is a short demo of the fortran support in libtool.
3 fprogram is a pure-fortran program which is linked
4 against the fortran-only library libfoo.la
6 cprogram is a C program, which is linked against the
7 mixed C and fortran library libmix.la. The program
8 calls a C function, which in turn calls a fortran
11 This demo requires GNU autoconf, automake,
12 libtool with the F77 tag and quite obvious Fortran 77.