From 74d7ca592d46927bba343fe5e64ad281b8eacd15 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 8 Sep 2011 02:52:58 +0000 Subject: Makefile --- plotlib/config.make.DP | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plotlib/config.make.DP b/plotlib/config.make.DP index f0f3480..ccaa543 100644 --- a/plotlib/config.make.DP +++ b/plotlib/config.make.DP @@ -62,16 +62,17 @@ AR = ar r RANLIB = ranlib LINKLIB = -L/usr/X11R6/lib -lX11 +CFLAGS += -I/usr/X11R6/include ###------------------------------------------------------------------------- ### Uncomment for DEC OSF/Alpha -FC = f77 +#FC = f77 # # Uncomment DP to make double-precision version -DP = -r8 -CFLAGS = -O4 $(DEFINE) -FFLAGS = -O4 $(DP) +#DP = -r8 +#CFLAGS = -O4 $(DEFINE) +#FFLAGS = -O4 $(DP) # Debug flags #CFLAGS = -O0 -g -float $(DEFINE) #FFLAGS = -O0 -g $(DP) -- cgit v1.2.3