LUCYNC=lucync -dbuff

all: \
	casu_dac04 \
	boucaron_eurasip07 \
	xue_iccd10 \
	mpeg

casu_dac04:
	$(LUCYNC) -nbones 2 casu_dac04.ls

boucaron_eurasip07:
	$(LUCYNC) -nbones 3 boucaron_eurasip07.ls

xue_iccd10:
	$(LUCYNC) -nbones 4 -obj r xue_iccd10.ls

mpeg:
	$(LUCYNC) -nbones 2 -obj r mpeg.ls

clean: 
	rm -f *annot *.el
realclean: clean
	rm -f *~
cleanall: realclean