MAKESUBDIRS=coccigui

all:
all.opt:

depend:

clean:
	set -e; for i in $(MAKESUBDIRS); do $(MAKE) -C $$i clean; done
	rm -f *.pyc

distclean: clean
