Code Search for Developers
 
 
  

Makefile from matplotlib at Krugle


Show Makefile syntax highlighted


F2PY=f2py

#F2PY=/usr/local/txpython/local/Frameworks/Python.framework/Versions/2.5/bin/f2py

clean:
	rm -f fib.pyf example.so

fib.pyf: fib.f
	rm -f fib.pyf
	$(F2PY) fib.f -h fib.pyf -m example

example: fib.pyf
	$(F2PY) -c fib.pyf fib.f






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

  Makefile
  fib.f
  fib.pyf
  fib.pyf.new