libtool/tests/fcdemo
Ralf Wildenhues 9918d1b09c * tests/fcdemo/Makefile.am (suffix rules): Explicitly add
$(FCFLAGS_f90) so the tests can pass on AIX.
2005-08-24 11:11:39 +00:00
..
.cvsignore * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
configure.ac Reorganise the libtool tree to create a bootstrapped libltdl for 2005-08-23 01:49:37 +00:00
cprogram.c * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
foo.h * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
fooc.c * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
foof2.f90 * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
foof3.f90 * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
foof.f90 * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
fprogram.f90 * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +00:00
Makefile.am * tests/fcdemo/Makefile.am (suffix rules): Explicitly add 2005-08-24 11:11:39 +00:00
README * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros 2005-08-08 09:23:57 +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 FC tag and quite obvious Fortran.