diff Makefile @ 666:4dacfe92a6ff

More, better makefiles Generalize the python makefile a little bit; now likely to work on multiple Linux platforms. Also adjust it to bring it into line with the calling convention of the top-level makefile, and include bindings/pd in BINDINGDIRS.
author mas01cr
date Wed, 03 Feb 2010 10:28:09 +0000
parents 72810ed81817
children 096feb57c7d6
line wrap: on
line diff
--- a/Makefile	Tue Feb 02 22:22:49 2010 +0000
+++ b/Makefile	Wed Feb 03 10:28:09 2010 +0000
@@ -7,7 +7,7 @@
 LIBGSL=$(shell pkg-config --libs gsl)
 
 TESTDIRS=tests libtests
-BINDINGDIRS=bindings/sb-alien bindings/pd
+BINDINGDIRS=bindings/sb-alien bindings/pd bindings/python
 
 PREFIX=/usr/local
 EXEC_PREFIX=$(PREFIX)