LDFLAGS=-s
OTHER_LIBS=xanim/libxanim.a

project:: mpegDecode/mpegDecode xanim/libxanim.a

clean::
	cd xanim; make clean
	cd mpegDecode; make clean
