libtool/tests/fcdemo
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.f90 * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
foof3.f90 * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
foof.f90 * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
fprogram.f90 * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
Makefile.am * tests/cdemo, tests/depdemo, tests/fcdemo, tests/pdemo, 2008-01-31 16:19:18 +00:00
README * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00

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 FC tag and quite obvious Fortran.