Code Search for Developers
 
 
  

Makefile from matplotlib at Krugle


Show Makefile syntax highlighted

all:
	python setup.py build_ext --inplace

test:   all
	python run_test.py

.PHONY: clean
clean:
	rm -rf *~ *.so *.c *.o build




See more files for this project here

matplotlib

Matplotlib is a pure python plotting library with the goal of making\r\npublication quality plots using a syntax familiar to matlab users. \r\nThe library uses Numeric for handling large\r\ndata sets and supports a variety of output backends

Project homepage: http://sourceforge.net/projects/matplotlib
Programming language(s): C,C++,Python
License: other

  MANIFEST
  Makefile
  c_numpy.pxd
  c_python.pxd
  notes
  numpyx.c
  numpyx.pyx
  run_test.py
  setup.py