all:
	(cd libtoolame; make)
	(cd frontend; make)
	(cd simplefrontend; make);

distclean:
	(cd libtoolame; make distclean)
	(cd frontend; make distclean)
	(cd simplefrontend; make distclean)
