Imported Upstream version 2.4.2
[platform/upstream/libtool.git] / tests / f77demo / README
1 This is a short demo of the fortran support in libtool.
2
3 fprogram is a pure-fortran program which is linked 
4 against the fortran-only library libfoo.la
5
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 
9 function.
10
11 This demo requires GNU autoconf, automake, 
12 libtool with the F77 tag and quite obvious Fortran 77.
13
14
15
16