Commit 2f055c4a authored by Jeannie Backer's avatar Jeannie Backer
Browse files

PROG: Added GEOS-C library. References #2398

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6583 41f8697f-d340-4b68-9986-7bafba869bb8
parent ecc253b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ JAMALIB =
#---------------------------------------------------------------------------
GEOSINCDIR = -I$(ISIS3OPT)/include/geos
GEOSLIBDIR = -L$(ISIS3OPT)/lib
GEOSLIB    = -lgeos
GEOSLIB    = -lgeos -lgeos_c

#---------------------------------------------------------------------------
# Set up for the GNU Scientific Library (GSL).  Note that this setup
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ JAMALIB =
#---------------------------------------------------------------------------
GEOSINCDIR = -I$(ISIS3OPT)/include/geos
GEOSLIBDIR = -L$(ISIS3OPT)/lib
GEOSLIB    = -lgeos
GEOSLIB    = -lgeos -lgeos_c

#---------------------------------------------------------------------------
# Set up for the GNU Scientific Library (GSL).  Note that this setup
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ JAMALIB =
#---------------------------------------------------------------------------
GEOSINCDIR = -I$(ISIS3OPT)/include/geos
GEOSLIBDIR = -L$(ISIS3OPT)/lib
GEOSLIB    = -lgeos
GEOSLIB    = -lgeos -lgeos_c

#---------------------------------------------------------------------------
# Set up for the GNU Scientific Library (GSL).  Note that this setup
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ JAMALIB =
#---------------------------------------------------------------------------
GEOSINCDIR = -I$(ISIS3OPT)/include/geos
GEOSLIBDIR = -L$(ISIS3OPT)/lib
GEOSLIB    = -lgeos
GEOSLIB    = -lgeos -lgeos_c

#---------------------------------------------------------------------------
# Set up for the GNU Scientific Library (GSL).  Note that this setup
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ JAMALIB =
#---------------------------------------------------------------------------
GEOSINCDIR = -I$(ISIS3LOCAL)/include/geos/geos3.3.2
GEOSLIBDIR = -L$(ISIS3LOCAL)/lib
GEOSLIB    = -lgeos-3.3.2
GEOSLIB    = -lgeos-3.3.2 -lgeos_c

#---------------------------------------------------------------------------
# Set up for the GNU Scientific Library (GSL).  Note that this setup
Loading