libtool/f77demo
Peter O'Gorman 2a0c045721 * README: Remove "Important" information about patching automake.
* configure.ac: Fix misapplied patch in last commit
* libtool.m4 (darwin): Check compiler is apple gcc, add -single_module
support so that dyloading c++ shared libraries will work.
* libtool.m4 (_LT_AC_TAGCONFIG): Add test -n to the tests so that
it will work outside of libtool.
* doc/PLATFORMS: Add darwin
* f77demo/configure.ac: Add config.h which was misapplied previously.
2003-03-22 06:34:27 +00:00
..
.cvsignore New File. 2002-07-31 20:35:06 +00:00
configure.ac * README: Remove "Important" information about patching automake. 2003-03-22 06:34:27 +00:00
cprogram.c * libtool.m4 (AC_PROG_LIBTOOL): Added support for the new F77 2002-07-31 20:15:28 +00:00
foo.h * libtool.m4 (AC_PROG_LIBTOOL): Added support for the new F77 2002-07-31 20:15:28 +00:00
fooc.c * libtool.m4 (AC_PROG_LIBTOOL): Added support for the new F77 2002-07-31 20:15:28 +00:00
foof.f * libtool.m4 (AC_PROG_LIBTOOL): Added support for the new F77 2002-07-31 20:15:28 +00:00
fprogram.f * libtool.m4 (AC_PROG_LIBTOOL): Added support for the new F77 2002-07-31 20:15:28 +00:00
Makefile.am * libtool.m4 (AC_LIBTOOL_PROG_CC_C_O): use printf, not 2002-10-31 00:52:39 +00:00
README * libtool.m4 (AC_PROG_LIBTOOL): Added support for the new F77 2002-07-31 20:15: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.