libtool/tests/f77demo
Gary V. Vaughan 933f614f6c maint: tidy, sort and consolidate .gitignore files.
The `gnulib-tool' and gnulib `bootstrap' scripts  maintain
`.gitignore' files in asciibetical order, so reorder them now
to avoid spurious patches later.

Take advantage of putting recursive file ignore matches into
`$top_srcdir/.gitignore' and remove repetitions from other
`.gitignore' files.
2011-10-22 18:36:16 +07:00
..
.gitignore maint: tidy, sort and consolidate .gitignore files. 2011-10-22 18:36:16 +07:00
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 * tests/cdemo, tests/depdemo, tests/fcdemo, tests/pdemo, 2008-01-31 16:19:18 +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.