libtool/tests/f77demo
Noah Misch 27c76a8994 * tests/f77demo/configure.ac [--with-dist]: New option. Skip most
Fortran checks when given.
* tests/fcdemo/configure.ac [--with-dist]: Likewise.
* Makefile.am (@DIST_MAKEFILE_LIST@): Pass --with-dist.
Reported by Benoit Sigoure <tsuna@lrde.epita.fr>.
2007-06-21 19:02:36 +00:00
..
.cvsignore
configure.ac * tests/f77demo/configure.ac [--with-dist]: New option. Skip most 2007-06-21 19:02:36 +00:00
cprogram.c * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
foo.h * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
fooc.c * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
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 * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +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.