@@ -42,7 +42,7 @@ OBJS = main.o vcfindex.o tabix.o \
4242 regidx.o smpl_ilist.o csq.o vcfbuf.o \
4343 mpileup.o bam2bcf.o bam2bcf_indel.o bam2bcf_iaux.o read_consensus.o bam_sample.o \
4444 vcfsort.o cols.o extsort.o dist.o abuf.o \
45- ccall.o em.o prob1.o kmin.o str_finder.o
45+ ccall.o em.o prob1.o kmin.o str_finder.o gff.o
4646PLUGIN_OBJS = vcfplugin.o
4747
4848prefix = /usr/local
@@ -246,7 +246,7 @@ vcfgtcheck.o: vcfgtcheck.c $(htslib_vcf_h) $(htslib_synced_bcf_reader_h) $(htsli
246246vcfindex.o : vcfindex.c $(htslib_vcf_h ) $(htslib_tbx_h ) $(htslib_kstring_h ) $(htslib_bgzf_h ) $(bcftools_h )
247247vcfisec.o : vcfisec.c $(htslib_vcf_h ) $(htslib_synced_bcf_reader_h ) $(htslib_vcfutils_h ) $(htslib_hts_os_h ) $(bcftools_h ) $(filter_h )
248248vcfmerge.o : vcfmerge.c $(htslib_vcf_h ) $(htslib_synced_bcf_reader_h ) $(htslib_vcfutils_h ) $(htslib_faidx_h ) regidx.h $(bcftools_h ) vcmp.h $(htslib_khash_h )
249- vcfnorm.o : vcfnorm.c $(htslib_vcf_h ) $(htslib_synced_bcf_reader_h ) $(htslib_faidx_h ) $(htslib_khash_str2int_h ) $(bcftools_h ) rbuf.h abuf.h
249+ vcfnorm.o : vcfnorm.c $(htslib_vcf_h ) $(htslib_synced_bcf_reader_h ) $(htslib_faidx_h ) $(htslib_khash_str2int_h ) $(bcftools_h ) rbuf.h abuf.h gff.h
250250vcfquery.o : vcfquery.c $(htslib_vcf_h ) $(htslib_synced_bcf_reader_h ) $(htslib_khash_str2int_h ) $(htslib_vcfutils_h ) $(bcftools_h ) $(filter_h ) $(convert_h ) $(smpl_ilist_h )
251251vcfroh.o : vcfroh.c $(htslib_vcf_h ) $(htslib_synced_bcf_reader_h ) $(htslib_kstring_h ) $(htslib_kseq_h ) $(htslib_bgzf_h ) $(bcftools_h ) HMM.h $(smpl_ilist_h ) $(filter_h )
252252vcfcnv.o : vcfcnv.c $(htslib_vcf_h ) $(htslib_synced_bcf_reader_h ) $(htslib_kstring_h ) $(htslib_kfunc_h ) $(htslib_khash_str2int_h ) $(bcftools_h ) HMM.h rbuf.h
@@ -289,6 +289,7 @@ vcfbuf.o: vcfbuf.c $(htslib_vcf_h) $(htslib_vcfutils_h) $(htslib_hts_os_h) $(bcf
289289abuf.o : abuf.c $(htslib_vcf_h ) $(bcftools_h ) rbuf.h abuf.h
290290extsort.o : extsort.c $(bcftools_h ) extsort.h kheap.h
291291smpl_ilist.o : smpl_ilist.c $(bcftools_h ) $(smpl_ilist_h )
292+ gff.o : gff.c gff.h regidx.h
292293csq.o : csq.c $(htslib_hts_h ) $(htslib_vcf_h ) $(htslib_synced_bcf_reader_h ) $(htslib_khash_h ) $(htslib_khash_str2int_h ) $(htslib_kseq_h ) $(htslib_faidx_h ) $(bcftools_h ) $(filter_h ) regidx.h kheap.h $(smpl_ilist_h ) rbuf.h
293294
294295# test programs
0 commit comments