@@ -252,6 +252,7 @@ cram_samtools_h = cram/cram_samtools.h $(htslib_sam_h)
252
252
cram_structs_h = cram/cram_structs.h $(htslib_thread_pool_h ) $(htslib_cram_h ) cram/string_alloc.h cram/mFILE.h $(htslib_khash_h )
253
253
cram_open_trace_file_h = cram/open_trace_file.h cram/mFILE.h
254
254
bcf_sr_sort_h = bcf_sr_sort.h $(htslib_synced_bcf_reader_h ) $(htslib_kbitset_h )
255
+ fuzz_settings_h = fuzz_settings.h
255
256
header_h = header.h cram/string_alloc.h cram/pooled_alloc.h $(htslib_khash_h ) $(htslib_kstring_h ) $(htslib_sam_h )
256
257
hfile_internal_h = hfile_internal.h $(htslib_hts_defs_h ) $(htslib_hfile_h ) $(textutils_internal_h )
257
258
hts_internal_h = hts_internal.h $(htslib_hts_h ) $(textutils_internal_h )
@@ -456,8 +457,8 @@ hfile_s3.o hfile_s3.pico: hfile_s3.c config.h $(hfile_internal_h) $(htslib_hts_h
456
457
hts.o hts.pico : hts.c config.h os/lzma_stub.h $(htslib_hts_h ) $(htslib_bgzf_h ) $(cram_h ) $(htslib_hfile_h ) $(htslib_hts_endian_h ) version.h config_vars.h $(hts_internal_h ) $(hfile_internal_h ) $(sam_internal_h ) $(htslib_hts_expr_h ) $(htslib_hts_os_h ) $(htslib_khash_h ) $(htslib_kseq_h ) $(htslib_ksort_h ) $(htslib_tbx_h ) $(htscodecs_htscodecs_h )
457
458
hts_expr.o hts_expr.pico : hts_expr.c config.h $(htslib_hts_expr_h ) $(htslib_hts_log_h ) $(textutils_internal_h )
458
459
hts_os.o hts_os.pico : hts_os.c config.h $(htslib_hts_defs_h ) os/rand.c
459
- vcf.o vcf.pico : vcf.c config.h $(htslib_vcf_h ) $(htslib_bgzf_h ) $(htslib_tbx_h ) $(htslib_hfile_h ) $(hts_internal_h ) $(htslib_khash_str2int_h ) $(htslib_kstring_h ) $(htslib_sam_h ) $(htslib_khash_h ) $(htslib_kseq_h ) $(htslib_hts_endian_h )
460
- sam.o sam.pico : sam.c config.h $(htslib_hts_defs_h ) $(htslib_sam_h ) $(htslib_bgzf_h ) $(cram_h ) $(hts_internal_h ) $(sam_internal_h ) $(htslib_hfile_h ) $(htslib_hts_endian_h ) $(htslib_hts_expr_h ) $(header_h ) $(htslib_khash_h ) $(htslib_kseq_h ) $(htslib_kstring_h )
460
+ vcf.o vcf.pico : vcf.c config.h $(fuzz_settings_h ) $( htslib_vcf_h ) $(htslib_bgzf_h ) $(htslib_tbx_h ) $(htslib_hfile_h ) $(hts_internal_h ) $(htslib_khash_str2int_h ) $(htslib_kstring_h ) $(htslib_sam_h ) $(htslib_khash_h ) $(htslib_kseq_h ) $(htslib_hts_endian_h )
461
+ sam.o sam.pico : sam.c config.h $(fuzz_settings_h ) $( htslib_hts_defs_h ) $(htslib_sam_h ) $(htslib_bgzf_h ) $(cram_h ) $(hts_internal_h ) $(sam_internal_h ) $(htslib_hfile_h ) $(htslib_hts_endian_h ) $(htslib_hts_expr_h ) $(header_h ) $(htslib_khash_h ) $(htslib_kseq_h ) $(htslib_kstring_h )
461
462
sam_mods.o sam_mods.pico : sam_mods.c config.h $(htslib_sam_h ) $(textutils_internal_h )
462
463
tbx.o tbx.pico : tbx.c config.h $(htslib_tbx_h ) $(htslib_bgzf_h ) $(htslib_hts_endian_h ) $(hts_internal_h ) $(htslib_khash_h )
463
464
faidx.o faidx.pico : faidx.c config.h $(htslib_bgzf_h ) $(htslib_faidx_h ) $(htslib_hfile_h ) $(htslib_khash_h ) $(htslib_kstring_h ) $(hts_internal_h )
@@ -475,12 +476,12 @@ probaln.o probaln.pico: probaln.c config.h $(htslib_hts_h)
475
476
realn.o realn.pico : realn.c config.h $(htslib_hts_h ) $(htslib_sam_h )
476
477
textutils.o textutils.pico : textutils.c config.h $(htslib_hfile_h ) $(htslib_kstring_h ) $(htslib_sam_h ) $(hts_internal_h )
477
478
478
- cram/cram_codecs.o cram/cram_codecs.pico : cram/cram_codecs.c config.h $(htslib_hts_endian_h ) $(htscodecs_varint_h ) $(htscodecs_pack_h ) $(htscodecs_rle_h ) $(cram_h )
479
+ cram/cram_codecs.o cram/cram_codecs.pico : cram/cram_codecs.c config.h $(fuzz_settings_h ) $( htslib_hts_endian_h ) $(htscodecs_varint_h ) $(htscodecs_pack_h ) $(htscodecs_rle_h ) $(cram_h )
479
480
cram/cram_decode.o cram/cram_decode.pico : cram/cram_decode.c config.h $(cram_h ) $(cram_os_h ) $(htslib_hts_h )
480
481
cram/cram_encode.o cram/cram_encode.pico : cram/cram_encode.c config.h $(cram_h ) $(cram_os_h ) $(sam_internal_h ) $(htslib_hts_h ) $(htslib_hts_endian_h ) $(textutils_internal_h )
481
482
cram/cram_external.o cram/cram_external.pico : cram/cram_external.c config.h $(htscodecs_rANS_static4x16_h ) $(htslib_hfile_h ) $(cram_h )
482
483
cram/cram_index.o cram/cram_index.pico : cram/cram_index.c config.h $(htslib_bgzf_h ) $(htslib_hfile_h ) $(hts_internal_h ) $(cram_h ) $(cram_os_h )
483
- cram/cram_io.o cram/cram_io.pico : cram/cram_io.c config.h os/lzma_stub.h $(cram_h ) $(cram_os_h ) $(htslib_hts_h ) $(cram_open_trace_file_h ) $(htscodecs_rANS_static_h ) $(htscodecs_rANS_static4x16_h ) $(htscodecs_arith_dynamic_h ) $(htscodecs_tokenise_name3_h ) $(htscodecs_fqzcomp_qual_h ) $(htscodecs_varint_h ) $(htslib_hfile_h ) $(htslib_bgzf_h ) $(htslib_faidx_h ) $(hts_internal_h )
484
+ cram/cram_io.o cram/cram_io.pico : cram/cram_io.c config.h os/lzma_stub.h $(fuzz_settings_h ) $( cram_h ) $(cram_os_h ) $(htslib_hts_h ) $(cram_open_trace_file_h ) $(htscodecs_rANS_static_h ) $(htscodecs_rANS_static4x16_h ) $(htscodecs_arith_dynamic_h ) $(htscodecs_tokenise_name3_h ) $(htscodecs_fqzcomp_qual_h ) $(htscodecs_varint_h ) $(htslib_hfile_h ) $(htslib_bgzf_h ) $(htslib_faidx_h ) $(hts_internal_h )
484
485
cram/cram_stats.o cram/cram_stats.pico : cram/cram_stats.c config.h $(cram_h ) $(cram_os_h )
485
486
cram/mFILE.o cram/mFILE.pico : cram/mFILE.c config.h $(htslib_hts_log_h ) $(cram_os_h ) cram/mFILE.h
486
487
cram/open_trace_file.o cram/open_trace_file.pico : cram/open_trace_file.c config.h $(cram_os_h ) $(cram_open_trace_file_h ) $(cram_misc_h ) $(htslib_hfile_h ) $(htslib_hts_log_h ) $(htslib_hts_h )
0 commit comments