blob: ae154571806841667e7264409be907ef588b6eb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Reading fortran codes...
Reading file 'exp1.f'
Post-processing...
Block: foo
Block: exp1
Creating 'Makefile-foo'...
Linker: ld ('GNU ld' 2.9.5)
Fortran compiler: f77 ('g77 2.x.x' 2.95.2)
C compiler: cc ('gcc 2.x.x' 2.95.2)
Building modules...
Building module "foo"...
Constructing wrapper function "exp1"...
l,u = exp1([n])
Wrote C/API module "foo" to file "foomodule.c"
Documentation is saved to file "foomodule.tex"
Run GNU make to build shared modules:
gmake -f Makefile-<modulename> [test]
|