
default: AlsaPlayer.o

AlsaPlayer.o: AlsaPlayer.hs Makefile
	`which ghc` -Wall -fffi -fth -O --make $< -fglasgow-exts

AlsaPlayer.hs: AlsaPlayer.hsc Makefile
	`which hsc2hs` -o $@ $< -L -lalsaplayer -i alsaplayer/control.h

clean:
	rm -f AlsaPlayer.hs *.o *.hi

