mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
64dcab13c1
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15341 a95241bf-73f2-0310-859d-f6bbb57e9c96 |
||
---|---|---|
.. | ||
acinclude.m4 | ||
aclocal.m4 | ||
config-h.in | ||
configure | ||
configure.ac | ||
cprogram.c | ||
foo.h | ||
fooc.c | ||
foof.f | ||
fprogram.f | ||
Makefile.am | ||
Makefile.in | ||
README |
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.