libtool/tests/f77demo
Bob Friesenhahn e508b62dbe * doc/libtool.texi (AC_LIBTOOL_TAGS): Incorporate documentation
for AC_LIBTOOL_TAGS macro to specifify libtool tags. The now
defunct --with-tags option was never documented.


* m4/libtool.m4: Restrict the list of tags that can be created
with a new AC_LIBTOOL_TAGS([tag1 tag2 ...]) macro. Deprecate
--with-tags.
2003-10-15 16:02:04 +00:00
..
.cvsignore spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
config.h * doc/libtool.texi (AC_LIBTOOL_TAGS): Incorporate documentation 2003-10-15 16:02:04 +00:00
configure.ac spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
cprogram.c spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
foo.h spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
fooc.c spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
foof.f spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
fprogram.f spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
Makefile.am * tests/cdemo/Makefile.am, tests/demo/Makefile.am, 2003-10-15 08:09:07 +00:00
README spurious commit abort earlier :-( 2003-10-14 21:46:13 +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.