NameDateSize

..22-Nov-201241

acinclude.m4H A D22-Nov-2012215 KiB

aclocal.m4H A D22-Nov-201238.6 KiB

config-h.inH A D22-Nov-20121.9 KiB

configureH A D22-Nov-2012695.3 KiB

configure.acH A D22-Nov-20122.2 KiB

cprogram.cH A D22-Nov-20121.2 KiB

foo.hH A D22-Nov-20121.5 KiB

fooc.cH A D22-Nov-2012275

foof.fH A D22-Nov-2012369

fprogram.fH A D22-Nov-2012640

Makefile.amH A D22-Nov-2012629

Makefile.inH A D22-Nov-201219.4 KiB

READMEH A D22-Nov-2012422

README

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