mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-13 15:46:55 +08:00
* .cvsignore, doc/.cvsignore, libltdl/.cvsignore, libltdl/config/.cvsignore, libltdl/loaders/.cvsignore, libltdl/m4/.cvsignore, tests/.cvsignore, tests/cdemo/.cvsignore, tests/demo/.cvsignore, tests/depdemo/l1/.cvsignore, tests/depdemo/l2/.cvsignore, tests/depdemo/l3/.cvsignore, tests/depdemo/l4/.cvsignore, tests/f77demo/.cvsignore, tests/fcdemo/.cvsignore, tests/mdemo/.cvsignore, tests/mdemo2/.cvsignore, tests/pdemo/.cvsignore, tests/tagdemo/.cvsignore: Deleted. Even when using savannah's CVS readonly mirror there's no way to commit back to the real repo, so this files are not worth maintaining or keeping around.
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.