[cig-commits] r12851 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Sep 10 12:50:55 PDT 2008


Author: luis
Date: 2008-09-10 12:50:54 -0700 (Wed, 10 Sep 2008)
New Revision: 12851

Modified:
   cs/cigma/trunk/src/Makefile
Log:
Include variables inside src/Makefile. For now, include python2.5 and
numpy headers directly (add autodetection to configure.ac later)




Modified: cs/cigma/trunk/src/Makefile
===================================================================
--- cs/cigma/trunk/src/Makefile	2008-09-10 19:50:52 UTC (rev 12850)
+++ cs/cigma/trunk/src/Makefile	2008-09-10 19:50:54 UTC (rev 12851)
@@ -1,7 +1,12 @@
-CXX = g++
+include ../build/variables
 CXXFLAGS = -Wall -g
+INCLUDES = -I/usr/include/python2.5 -I/usr/lib/python2.5/site-packages/numpy/core/include/numpy
 LDFLAGS =
+LIBS = -lpython2.5
 
+FLAGS += $(INCLUDES)
+CIGMA_LIBS += $(LIBS)
+
 OBJS = \
 	Numeric.o \
 	DataIO.o \



More information about the cig-commits mailing list