[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / gnuplot

Diff for /OpenXM/src/gnuplot/Makefile between version 1.6 and 1.7

version 1.6, 2000/02/01 10:23:33 version 1.7, 2000/02/07 11:11:15
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/gnuplot/Makefile,v 1.5 2000/01/31 05:52:05 noro Exp $  # $OpenXM: OpenXM/src/gnuplot/Makefile,v 1.6 2000/02/01 10:23:33 maekawa Exp $
   
 GNUPLOT = ../../../OpenXM_contrib/gnuplot  GNUPLOT = ../../../OpenXM_contrib/gnuplot
 CURDIR = ../../OpenXM/src/gnuplot  CURDIR = ../../OpenXM/src/gnuplot
Line 7  BINDIR = ../../bin
Line 7  BINDIR = ../../bin
 all: configure  all: configure
         @if [ ! -f $(GNUPLOT)/.make_done ]; then \          @if [ ! -f $(GNUPLOT)/.make_done ]; then \
                 if [ `uname` = "SunOS" ]; then \                  if [ `uname` = "SunOS" ]; then \
                         (cd $(GNUPLOT) ; make all LDFLAGS=-lsocket -lnsl ) ; \                          (cd $(GNUPLOT) ; make all LDFLAGS="-lsocket -lnsl" ) ; \
                 else \                  else \
                         (cd $(GNUPLOT) ; make all) ; \                          (cd $(GNUPLOT) ; make all) ; \
                 fi ; \                  fi ; \

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>