| 15 |
# that libraries location (e.g., /usr/lib/libblas.a) |
# that libraries location (e.g., /usr/lib/libblas.a) |
| 16 |
# |
# |
| 17 |
# If you add files to these targets, please update the README.FORTRAN |
# If you add files to these targets, please update the README.FORTRAN |
| 18 |
# in the ascend4/config directory |
# in the generic/config directory |
| 19 |
# |
# |
| 20 |
|
|
| 21 |
|
|
| 22 |
SHELL = /bin/sh |
SHELL = /bin/sh |
| 23 |
builddir = ../ascend4 |
builddir = ../base/generic |
| 24 |
srcdir = @srcdir@ |
srcdir = @srcdir@ |
| 25 |
VPATH = @srcdir@ |
VPATH = @srcdir@ |
| 26 |
|
|