buildtools/libtool/f77demo
Ingo Weinhold 64dcab13c1 Added support for Haiku x86 target.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15341 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-12-05 14:02:23 +00:00
..
acinclude.m4 Added support for Haiku x86 target. 2005-12-05 14:02:23 +00:00
aclocal.m4 Added support for Haiku x86 target. 2005-12-05 14:02:23 +00:00
config-h.in Copying libtool 1.5.20 into the trunk. 2005-12-05 13:34:28 +00:00
configure Added support for Haiku x86 target. 2005-12-05 14:02:23 +00:00
configure.ac Copying libtool 1.5.20 into the trunk. 2005-12-05 13:34:28 +00:00
cprogram.c Copying libtool 1.5.20 into the trunk. 2005-12-05 13:34:28 +00:00
foo.h Copying libtool 1.5.20 into the trunk. 2005-12-05 13:34:28 +00:00
fooc.c Copying libtool 1.5.20 into the trunk. 2005-12-05 13:34:28 +00:00
foof.f Copying libtool 1.5.20 into the trunk. 2005-12-05 13:34:28 +00:00
fprogram.f Copying libtool 1.5.20 into the trunk. 2005-12-05 13:34:28 +00:00
Makefile.am Copying libtool 1.5.20 into the trunk. 2005-12-05 13:34:28 +00:00
Makefile.in Added support for Haiku x86 target. 2005-12-05 14:02:23 +00:00
README Copying libtool 1.5.20 into the trunk. 2005-12-05 13:34:28 +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 F77 tag and quite obvious Fortran 77.