
usage:
	@perl -ne 'if (/^([a-z]\S+):/){ print "\t$$1\n";  }' makefile
create:
	make -i -f feature.mk create
	make -i -f contig.mk create
	make -i -f organism.mk create
	make -i -f gene.mk create
	make -i -f cds.mk create
	make -i -f mrna.mk create
	make -i -f scrna.mk create
	make -i -f trna.mk create
	make -i -f rrna.mk create
	make -i -f repeat_region.mk create
	make -i -f misc_rna.mk create
	make -i -f misc_feature.mk create
	make -i -f source.mk create
alter:
	make -i -f feature.mk alter
	make -i -f contig.mk alter
	make -i -f organism.mk alter
	make -i -f gene.mk alter
	make -i -f cds.mk alter
	make -i -f mrna.mk alter
	make -i -f scrna.mk alter
	make -i -f trna.mk alter
	make -i -f rrna.mk alter
	make -i -f repeat_region.mk alter
	make -i -f misc_rna.mk alter
	make -i -f misc_feature.mk alter
	make -i -f source.mk alter
uncompress:
	make -i -f feature.mk uncompress
	make -i -f contig.mk uncompress
	make -i -f organism.mk uncompress
	make -i -f gene.mk uncompress
	make -i -f cds.mk uncompress
	make -i -f mrna.mk uncompress
	make -i -f scrna.mk uncompress
	make -i -f trna.mk uncompress
	make -i -f rrna.mk uncompress
	make -i -f repeat_region.mk uncompress
	make -i -f misc_rna.mk uncompress
	make -i -f misc_feature.mk uncompress
	make -i -f source.mk uncompress
load:
	make -i -f feature.mk load
	make -i -f contig.mk load
	make -i -f organism.mk load
	make -i -f gene.mk load
	make -i -f cds.mk load
	make -i -f mrna.mk load
	make -i -f scrna.mk load
	make -i -f trna.mk load
	make -i -f rrna.mk load
	make -i -f repeat_region.mk load
	make -i -f misc_rna.mk load
	make -i -f misc_feature.mk load
	make -i -f source.mk load
recompress:
	make -i -f feature.mk recompress
	make -i -f contig.mk recompress
	make -i -f organism.mk recompress
	make -i -f gene.mk recompress
	make -i -f cds.mk recompress
	make -i -f mrna.mk recompress
	make -i -f scrna.mk recompress
	make -i -f trna.mk recompress
	make -i -f rrna.mk recompress
	make -i -f repeat_region.mk recompress
	make -i -f misc_rna.mk recompress
	make -i -f misc_feature.mk recompress
	make -i -f source.mk recompress
all:
	make -i -f feature.mk all
	make -i -f contig.mk all
	make -i -f organism.mk all
	make -i -f gene.mk all
	make -i -f cds.mk all
	make -i -f mrna.mk all
	make -i -f scrna.mk all
	make -i -f trna.mk all
	make -i -f rrna.mk all
	make -i -f repeat_region.mk all
	make -i -f misc_rna.mk all
	make -i -f misc_feature.mk all
	make -i -f source.mk all
drop:
	make -i -f feature.mk drop
	make -i -f contig.mk drop
	make -i -f organism.mk drop
	make -i -f gene.mk drop
	make -i -f cds.mk drop
	make -i -f mrna.mk drop
	make -i -f scrna.mk drop
	make -i -f trna.mk drop
	make -i -f rrna.mk drop
	make -i -f repeat_region.mk drop
	make -i -f misc_rna.mk drop
	make -i -f misc_feature.mk drop
	make -i -f source.mk drop
