# OCaml-Shout examples.
#
# Copyright 2003-2006 by the Savonet team
#
# $Id: Makefile 1673 2004-05-30 20:19:26Z jcristau $

all: shoutfile

clean: clean-shoutfile

distclean:
	rm -rf autom4te.cache config.log config.status
	rm -f Makefile.shoutfile

shoutfile:
	make -f Makefile.shoutfile

clean-shoutfile:
	make -f Makefile.shoutfile clean

.PHONY: clean-shoutfile distclean clean all
