all: annotation cgn genomic metadata pgn phenome physical sgn sgn_people sgn_submit tomato_gff

annotation cgn genomic metadata pgn phenome physical sgn sgn_people sgn_submit tomato_gff : ./cdbigen.pl
	./cdbigen.pl -q $@ `pwd`/Auto >> .genlist
	echo 'All modules/classes in this directory are generated by cdbigen.pl.  Any modification of them will be fruitless.' > `pwd`/Auto/README

clean: .genlist
	rm -rf Auto
	rm .genlist
