libtool/tests/f77demo
Gary V. Vaughan 94cc58be06 The FSF are moving offices today. Changed their contact address
in all files from `59 Temple Place, Suite 330, MA 02111-1307' to
`51 Franklin Street, Fifth Floor, MA 02110-1301'.
2005-04-22 10:10:31 +00:00
..
.cvsignore
configure.ac The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
cprogram.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
foo.h The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
fooc.c
foof2.f Our fortran tests were not very good. All the libraries created 2004-09-12 13:36:17 +00:00
foof3.f Our fortran tests were not very good. All the libraries created 2004-09-12 13:36:17 +00:00
foof.f Our fortran tests were not very good. All the libraries created 2004-09-12 13:36:17 +00:00
fprogram.f Our fortran tests were not very good. All the libraries created 2004-09-12 13:36:17 +00:00
Makefile.am The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
README

This is a short demo of the fortran support in libtool.

fprogram is a pure-fortran program which is linked 
against the fortran-only library libfoo.la

cprogram is a C program, which is linked against the
mixed C and fortran library libmix.la. The program
calls a C function, which in turn calls a fortran 
function.

This demo requires GNU autoconf, automake, 
libtool with the F77 tag and quite obvious Fortran 77.