aboutsummaryrefslogtreecommitdiff
path: root/plotlib
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2009-05-11 00:33:47 +0000
committerDimitri Sokolyuk <demon@dim13.org>2009-05-11 00:33:47 +0000
commit2f611588c20aa7b8bc556d60f35d201875c6b3d7 (patch)
tree50d3f6c1a3a61a79a5dddf23c8d00514953fdff3 /plotlib
parent0d4f43d355de79178b1142e9735902cf641670b6 (diff)
setup local environment
Diffstat (limited to 'plotlib')
-rw-r--r--plotlib/Makefile6
-rw-r--r--plotlib/config.make12
-rw-r--r--plotlib/config.make.DP12
3 files changed, 15 insertions, 15 deletions
diff --git a/plotlib/Makefile b/plotlib/Makefile
index 76bb09f..65a91fe 100644
--- a/plotlib/Makefile
+++ b/plotlib/Makefile
@@ -35,8 +35,8 @@
#INSTALLDIR= .
# Use these to set default library name (overridden in config.make file)
-PLTLIB = libPlt.a
-#PLTLIB = libPltDP.a
+#PLTLIB = libPlt.a
+PLTLIB = libPltDP.a
###========================================================
@@ -88,7 +88,7 @@ LINKLIB = -lX11
### This line includes your compiler/make options
### with definitions for compiler and flags
-include ./config.make
+include ./config.make.DP
###================================================
diff --git a/plotlib/config.make b/plotlib/config.make
index 0870844..5fb4453 100644
--- a/plotlib/config.make
+++ b/plotlib/config.make
@@ -51,8 +51,8 @@ DEFINE = -DUNDERSCORE
###-------------------------------------------------------------------------
### Uncomment for Linux, using Intel Fortran compiler 8.x
-FC = ifort
-CC = gcc
+#FC = ifort
+#CC = gcc
# Uncomment to make double-precision version
#DP = -r8
@@ -67,12 +67,12 @@ LINKLIB = -L/usr/X11R6/lib -lX11
###-------------------------------------------------------------------------
### Uncomment for DEC OSF/Alpha
-#FC = f77
+FC = f77
#
# Uncomment DP to make double-precision version
-#DP = -r8
-#CFLAGS = -O4 -float $(DEFINE)
-#FFLAGS = -O4 $(DP)
+DP = -r8
+CFLAGS = -O4 $(DEFINE)
+FFLAGS = -O4 $(DP)
# Debug flags
#CFLAGS = -O0 -g -float $(DEFINE)
#FFLAGS = -O0 -g $(DP)
diff --git a/plotlib/config.make.DP b/plotlib/config.make.DP
index a49acbf..f0f3480 100644
--- a/plotlib/config.make.DP
+++ b/plotlib/config.make.DP
@@ -51,8 +51,8 @@ DEFINE = -DUNDERSCORE
###-------------------------------------------------------------------------
### Uncomment for Linux, using Intel Fortran compiler
-FC = ifort
-CC = gcc
+#FC = ifort
+#CC = gcc
# Uncomment to make double-precision version
DP = -r8
@@ -66,12 +66,12 @@ LINKLIB = -L/usr/X11R6/lib -lX11
###-------------------------------------------------------------------------
### Uncomment for DEC OSF/Alpha
-#FC = f77
+FC = f77
#
# Uncomment DP to make double-precision version
-#DP = -r8
-#CFLAGS = -O4 -float $(DEFINE)
-#FFLAGS = -O4 $(DP)
+DP = -r8
+CFLAGS = -O4 $(DEFINE)
+FFLAGS = -O4 $(DP)
# Debug flags
#CFLAGS = -O0 -g -float $(DEFINE)
#FFLAGS = -O0 -g $(DP)