[GRASS-SVN] r33479 - grass/branches/develbranch_6/swig/python/NumPtr/src

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 17 03:49:05 EDT 2008


Author: hamish
Date: 2008-09-17 03:49:05 -0400 (Wed, 17 Sep 2008)
New Revision: 33479

Modified:
   grass/branches/develbranch_6/swig/python/NumPtr/src/Makefile
Log:
Modernize and GNUify (harmless, this file is ignored AFAICT)

Modified: grass/branches/develbranch_6/swig/python/NumPtr/src/Makefile
===================================================================
--- grass/branches/develbranch_6/swig/python/NumPtr/src/Makefile	2008-09-17 07:33:30 UTC (rev 33478)
+++ grass/branches/develbranch_6/swig/python/NumPtr/src/Makefile	2008-09-17 07:49:05 UTC (rev 33479)
@@ -7,15 +7,15 @@
 name := NumPtr
 
 ifeq ($(MAKELEVEL),0)
-  CC := pgcc
-  F90 := pgf90
-  PYTHONINC := /usr/include/python2.2 
-#  PYTHONINC := /sw/include/python2.3 
+  CC := gcc
+  F90 := gfortran
+  PYTHONINC := /usr/include/python2.4 
+#  PYTHONINC := /sw/include/python2.5 
   CCFLAGS :=
   F90FLAGS := -r8
-  LDFLAGS := -Mnomain -shared
-  SWIG := /home/rca/bin/swig
-#  SWIG := swig
+#  LDFLAGS := -Mnomain -shared
+  LDFLAGS := -shared
+  SWIG := swig
 endif
 
 OS = $(shell uname -s)



More information about the grass-commit mailing list