mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-04-18 16:40:36 +08:00
* .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>
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.