
all::
	$(MAKE) -f Makefile.dynamic

static::
	$(MAKE) -f Makefile.static

clean::
	rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core example.py


