libtool/tests/fcdemo
Ralf Wildenhues 85953e3b87 Add .gitignore files.
* .gitignore, doc/.gitignore, libltdl/.gitignore,
libltdl/config/.gitignore, libltdl/m4/.gitignore,
tests/.gitignore, tests/cdemo/.gitignore,
tests/demo/.gitignore, tests/depdemo/.gitignore,
tests/f77demo/.gitignore, tests/fcdemo/.gitignore,
tests/mdemo/.gitignore, tests/mdemo2/.gitignore,
tests/pdemo/.gitignore, tests/tagdemo/.gitignore:
New files.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2008-04-16 21:31:03 +02:00
..
.cvsignore * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
.gitignore Add .gitignore files. 2008-04-16 21:31:03 +02: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.