summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormyles2015-07-09 14:26:57 +0100
committermyles2015-07-09 15:35:12 +0100
commit936dd06d91f703fb76b73b30cc648ce2ef5687f8 (patch)
treea77e347c50d78bf508fe3cf3e83f06e269d3d8cb /Makefile
downloadaur-936dd06d91f703fb76b73b30cc648ce2ef5687f8.tar.gz
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..9a41840606ff
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+# Makefile of Sample program
+# Written by NAKATA, Maho <maho@FreeBSD.org>, modified by mickele <mimocciola@yahoo.com>
+
+all: densg
+
+densg: example1.f
+ mpif77 -o densg example1.f -L/usr/lib -lscalapack -lblacs -lblacsf77 -lblacs -llapack -lf77blas -lcblas -latlas