File tree Expand file tree Collapse file tree 4 files changed +1545
-1212
lines changed
Expand file tree Collapse file tree 4 files changed +1545
-1212
lines changed Original file line number Diff line number Diff line change @@ -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
@@ -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
You can’t perform that action at this time.
0 commit comments