all:
	make -C c++ all

clean:
	rm -f *~
	make -C c++ clean

depend:
	make -C c++ depend

count:
	make -C c++ count

