libtool/tests/fcdemo
Gary V. Vaughan 7367171ad0 * HACKING, Makefile.am, Makefile.maint, bootstrap,
libltdl/Makefile.am, libltdl/Makefile.inc, libltdl/m4/libtool.m4,
ltmain.c, tests/cdemo/Makefile.am, tests/demo/Makefile.am,
tests/depdemo/Makefile.am, tests/depdemo/l1/Makefile.am,
tests/depdemo/l2/Makefile.am, tests/depdemo/l3/Makefile.am,
tests/depdemo/l4/Makefile.am, tests/f77demo/Makefile.am,
tests/fcdemo/Makefile.am, tests/libtoolize.at,
tests/mdemo/Makefile.am, tests/mdemo2/Makefile.am,
tests/pdemo/Makefile.am, tests/tagdemo/Makefile.am: Update
Copyright notice text to include URL for canonical GPL document.
2007-02-26 07:44:25 +00:00
..
.cvsignore * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
configure.ac Assume C89 for included headers, and throughout the testsuite. 2007-01-27 16:45:40 +00:00
cprogram.c Drop K&R support from testsuite in favor of C89. 2006-09-01 16:19:56 +00:00
foo.h Make libltdl work when compiled with a C++ compiler. 2006-09-04 17:27:27 +00:00
fooc.c Drop K&R support from testsuite in favor of C89. 2006-09-01 16:19:56 +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 * HACKING, Makefile.am, Makefile.maint, bootstrap, 2007-02-26 07:44:25 +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.