default_target: all
.PHONY : default_target
.NOTPARALLEL:
.SUFFIXES:
% : %,v
% : RCS/%
% : RCS/%,v
% : SCCS/s.%
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
$(VERBOSE)MAKESILENT = -s
$(VERBOSE).SILENT:
cmake_force:
.PHONY : cmake_force
SHELL = /bin/sh
CMAKE_COMMAND = /usr/bin/cmake
RM = /usr/bin/cmake -E rm -f
EQUALS = =
CMAKE_SOURCE_DIR = /home/milesg/Projects/blosc2-rs/blosc2-sys/c-blosc2
CMAKE_BINARY_DIR = /home/milesg/Projects/blosc2-rs/blosc2-sys
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
/usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
package/fast: package
.PHONY : package/fast
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/milesg/Projects/blosc2-rs/blosc2-sys/CPackSourceConfig.cmake
.PHONY : package_source
package_source/fast: package_source
.PHONY : package_source/fast
test:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
test/fast: test
.PHONY : test/fast
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DEV\" \"LIB\" \"Unspecified\""
.PHONY : list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/milesg/Projects/blosc2-rs/blosc2-sys/CMakeFiles /home/milesg/Projects/blosc2-rs/blosc2-sys//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/milesg/Projects/blosc2-rs/blosc2-sys/CMakeFiles 0
.PHONY : all
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean
clean/fast: clean
.PHONY : clean/fast
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
preinstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
uninstall: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall
.PHONY : uninstall
uninstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
.PHONY : uninstall/fast
zlib: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zlib
.PHONY : zlib
zlib/fast:
$(MAKE) $(MAKESILENT) -f internal-complibs/zlib-ng-2.0.7/CMakeFiles/zlib.dir/build.make internal-complibs/zlib-ng-2.0.7/CMakeFiles/zlib.dir/build
.PHONY : zlib/fast
test_ndlz: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ndlz
.PHONY : test_ndlz
test_ndlz/fast:
$(MAKE) $(MAKESILENT) -f plugins/codecs/ndlz/CMakeFiles/test_ndlz.dir/build.make plugins/codecs/ndlz/CMakeFiles/test_ndlz.dir/build
.PHONY : test_ndlz/fast
test_zfp_acc_float: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_zfp_acc_float
.PHONY : test_zfp_acc_float
test_zfp_acc_float/fast:
$(MAKE) $(MAKESILENT) -f plugins/codecs/zfp/CMakeFiles/test_zfp_acc_float.dir/build.make plugins/codecs/zfp/CMakeFiles/test_zfp_acc_float.dir/build
.PHONY : test_zfp_acc_float/fast
test_zfp_prec_float: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_zfp_prec_float
.PHONY : test_zfp_prec_float
test_zfp_prec_float/fast:
$(MAKE) $(MAKESILENT) -f plugins/codecs/zfp/CMakeFiles/test_zfp_prec_float.dir/build.make plugins/codecs/zfp/CMakeFiles/test_zfp_prec_float.dir/build
.PHONY : test_zfp_prec_float/fast
test_zfp_rate_float: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_zfp_rate_float
.PHONY : test_zfp_rate_float
test_zfp_rate_float/fast:
$(MAKE) $(MAKESILENT) -f plugins/codecs/zfp/CMakeFiles/test_zfp_rate_float.dir/build.make plugins/codecs/zfp/CMakeFiles/test_zfp_rate_float.dir/build
.PHONY : test_zfp_rate_float/fast
test_zfp_rate_getitem: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_zfp_rate_getitem
.PHONY : test_zfp_rate_getitem
test_zfp_rate_getitem/fast:
$(MAKE) $(MAKESILENT) -f plugins/codecs/zfp/CMakeFiles/test_zfp_rate_getitem.dir/build.make plugins/codecs/zfp/CMakeFiles/test_zfp_rate_getitem.dir/build
.PHONY : test_zfp_rate_getitem/fast
test_ndcell: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ndcell
.PHONY : test_ndcell
test_ndcell/fast:
$(MAKE) $(MAKESILENT) -f plugins/filters/ndcell/CMakeFiles/test_ndcell.dir/build.make plugins/filters/ndcell/CMakeFiles/test_ndcell.dir/build
.PHONY : test_ndcell/fast
test_ndmean_repart: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ndmean_repart
.PHONY : test_ndmean_repart
test_ndmean_repart/fast:
$(MAKE) $(MAKESILENT) -f plugins/filters/ndmean/CMakeFiles/test_ndmean_repart.dir/build.make plugins/filters/ndmean/CMakeFiles/test_ndmean_repart.dir/build
.PHONY : test_ndmean_repart/fast
test_ndmean_mean: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ndmean_mean
.PHONY : test_ndmean_mean
test_ndmean_mean/fast:
$(MAKE) $(MAKESILENT) -f plugins/filters/ndmean/CMakeFiles/test_ndmean_mean.dir/build.make plugins/filters/ndmean/CMakeFiles/test_ndmean_mean.dir/build
.PHONY : test_ndmean_mean/fast
test_bytedelta: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_bytedelta
.PHONY : test_bytedelta
test_bytedelta/fast:
$(MAKE) $(MAKESILENT) -f plugins/filters/bytedelta/CMakeFiles/test_bytedelta.dir/build.make plugins/filters/bytedelta/CMakeFiles/test_bytedelta.dir/build
.PHONY : test_bytedelta/fast
test_int_trunc: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_int_trunc
.PHONY : test_int_trunc
test_int_trunc/fast:
$(MAKE) $(MAKESILENT) -f plugins/filters/int_trunc/CMakeFiles/test_int_trunc.dir/build.make plugins/filters/int_trunc/CMakeFiles/test_int_trunc.dir/build
.PHONY : test_int_trunc/fast
blosc2_shared: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 blosc2_shared
.PHONY : blosc2_shared
blosc2_shared/fast:
$(MAKE) $(MAKESILENT) -f blosc/CMakeFiles/blosc2_shared.dir/build.make blosc/CMakeFiles/blosc2_shared.dir/build
.PHONY : blosc2_shared/fast
blosc2_static: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 blosc2_static
.PHONY : blosc2_static
blosc2_static/fast:
$(MAKE) $(MAKESILENT) -f blosc/CMakeFiles/blosc2_static.dir/build.make blosc/CMakeFiles/blosc2_static.dir/build
.PHONY : blosc2_static/fast
blosc_testing: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 blosc_testing
.PHONY : blosc_testing
blosc_testing/fast:
$(MAKE) $(MAKESILENT) -f blosc/CMakeFiles/blosc_testing.dir/build.make blosc/CMakeFiles/blosc_testing.dir/build
.PHONY : blosc_testing/fast
test_b2nd_append: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_append
.PHONY : test_b2nd_append
test_b2nd_append/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_append.dir/build.make tests/CMakeFiles/test_b2nd_append.dir/build
.PHONY : test_b2nd_append/fast
test_b2nd_copy: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_copy
.PHONY : test_b2nd_copy
test_b2nd_copy/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_copy.dir/build.make tests/CMakeFiles/test_b2nd_copy.dir/build
.PHONY : test_b2nd_copy/fast
test_b2nd_copy_buffer: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_copy_buffer
.PHONY : test_b2nd_copy_buffer
test_b2nd_copy_buffer/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_copy_buffer.dir/build.make tests/CMakeFiles/test_b2nd_copy_buffer.dir/build
.PHONY : test_b2nd_copy_buffer/fast
test_b2nd_delete: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_delete
.PHONY : test_b2nd_delete
test_b2nd_delete/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_delete.dir/build.make tests/CMakeFiles/test_b2nd_delete.dir/build
.PHONY : test_b2nd_delete/fast
test_b2nd_full: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_full
.PHONY : test_b2nd_full
test_b2nd_full/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_full.dir/build.make tests/CMakeFiles/test_b2nd_full.dir/build
.PHONY : test_b2nd_full/fast
test_b2nd_get_slice: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_get_slice
.PHONY : test_b2nd_get_slice
test_b2nd_get_slice/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_get_slice.dir/build.make tests/CMakeFiles/test_b2nd_get_slice.dir/build
.PHONY : test_b2nd_get_slice/fast
test_b2nd_get_slice_buffer: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_get_slice_buffer
.PHONY : test_b2nd_get_slice_buffer
test_b2nd_get_slice_buffer/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_get_slice_buffer.dir/build.make tests/CMakeFiles/test_b2nd_get_slice_buffer.dir/build
.PHONY : test_b2nd_get_slice_buffer/fast
test_b2nd_insert: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_insert
.PHONY : test_b2nd_insert
test_b2nd_insert/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_insert.dir/build.make tests/CMakeFiles/test_b2nd_insert.dir/build
.PHONY : test_b2nd_insert/fast
test_b2nd_metalayers: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_metalayers
.PHONY : test_b2nd_metalayers
test_b2nd_metalayers/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_metalayers.dir/build.make tests/CMakeFiles/test_b2nd_metalayers.dir/build
.PHONY : test_b2nd_metalayers/fast
test_b2nd_open_offset: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_open_offset
.PHONY : test_b2nd_open_offset
test_b2nd_open_offset/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_open_offset.dir/build.make tests/CMakeFiles/test_b2nd_open_offset.dir/build
.PHONY : test_b2nd_open_offset/fast
test_b2nd_persistency: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_persistency
.PHONY : test_b2nd_persistency
test_b2nd_persistency/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_persistency.dir/build.make tests/CMakeFiles/test_b2nd_persistency.dir/build
.PHONY : test_b2nd_persistency/fast
test_b2nd_resize: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_resize
.PHONY : test_b2nd_resize
test_b2nd_resize/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_resize.dir/build.make tests/CMakeFiles/test_b2nd_resize.dir/build
.PHONY : test_b2nd_resize/fast
test_b2nd_roundtrip: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_roundtrip
.PHONY : test_b2nd_roundtrip
test_b2nd_roundtrip/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_roundtrip.dir/build.make tests/CMakeFiles/test_b2nd_roundtrip.dir/build
.PHONY : test_b2nd_roundtrip/fast
test_b2nd_save: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_save
.PHONY : test_b2nd_save
test_b2nd_save/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_save.dir/build.make tests/CMakeFiles/test_b2nd_save.dir/build
.PHONY : test_b2nd_save/fast
test_b2nd_serialize: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_serialize
.PHONY : test_b2nd_serialize
test_b2nd_serialize/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_serialize.dir/build.make tests/CMakeFiles/test_b2nd_serialize.dir/build
.PHONY : test_b2nd_serialize/fast
test_b2nd_set_slice_buffer: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_set_slice_buffer
.PHONY : test_b2nd_set_slice_buffer
test_b2nd_set_slice_buffer/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_set_slice_buffer.dir/build.make tests/CMakeFiles/test_b2nd_set_slice_buffer.dir/build
.PHONY : test_b2nd_set_slice_buffer/fast
test_b2nd_squeeze: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_squeeze
.PHONY : test_b2nd_squeeze
test_b2nd_squeeze/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_squeeze.dir/build.make tests/CMakeFiles/test_b2nd_squeeze.dir/build
.PHONY : test_b2nd_squeeze/fast
test_b2nd_squeeze_index: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_squeeze_index
.PHONY : test_b2nd_squeeze_index
test_b2nd_squeeze_index/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_squeeze_index.dir/build.make tests/CMakeFiles/test_b2nd_squeeze_index.dir/build
.PHONY : test_b2nd_squeeze_index/fast
test_b2nd_uninit: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_uninit
.PHONY : test_b2nd_uninit
test_b2nd_uninit/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_uninit.dir/build.make tests/CMakeFiles/test_b2nd_uninit.dir/build
.PHONY : test_b2nd_uninit/fast
test_b2nd_zeros: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_zeros
.PHONY : test_b2nd_zeros
test_b2nd_zeros/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_zeros.dir/build.make tests/CMakeFiles/test_b2nd_zeros.dir/build
.PHONY : test_b2nd_zeros/fast
generate_inputs_corpus: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate_inputs_corpus
.PHONY : generate_inputs_corpus
generate_inputs_corpus/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/generate_inputs_corpus.dir/build.make tests/CMakeFiles/generate_inputs_corpus.dir/build
.PHONY : generate_inputs_corpus/fast
test_api: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_api
.PHONY : test_api
test_api/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_api.dir/build.make tests/CMakeFiles/test_api.dir/build
.PHONY : test_api/fast
test_bitshuffle_leftovers: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_bitshuffle_leftovers
.PHONY : test_bitshuffle_leftovers
test_bitshuffle_leftovers/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_bitshuffle_leftovers.dir/build.make tests/CMakeFiles/test_bitshuffle_leftovers.dir/build
.PHONY : test_bitshuffle_leftovers/fast
test_blosc1_compat: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_blosc1_compat
.PHONY : test_blosc1_compat
test_blosc1_compat/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_blosc1_compat.dir/build.make tests/CMakeFiles/test_blosc1_compat.dir/build
.PHONY : test_blosc1_compat/fast
test_change_nthreads_append: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_change_nthreads_append
.PHONY : test_change_nthreads_append
test_change_nthreads_append/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_change_nthreads_append.dir/build.make tests/CMakeFiles/test_change_nthreads_append.dir/build
.PHONY : test_change_nthreads_append/fast
test_compress_roundtrip: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_compress_roundtrip
.PHONY : test_compress_roundtrip
test_compress_roundtrip/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_compress_roundtrip.dir/build.make tests/CMakeFiles/test_compress_roundtrip.dir/build
.PHONY : test_compress_roundtrip/fast
test_compressor: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_compressor
.PHONY : test_compressor
test_compressor/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_compressor.dir/build.make tests/CMakeFiles/test_compressor.dir/build
.PHONY : test_compressor/fast
test_contexts: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_contexts
.PHONY : test_contexts
test_contexts/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_contexts.dir/build.make tests/CMakeFiles/test_contexts.dir/build
.PHONY : test_contexts/fast
test_copy: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_copy
.PHONY : test_copy
test_copy/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_copy.dir/build.make tests/CMakeFiles/test_copy.dir/build
.PHONY : test_copy/fast
test_delete_chunk: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_delete_chunk
.PHONY : test_delete_chunk
test_delete_chunk/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_delete_chunk.dir/build.make tests/CMakeFiles/test_delete_chunk.dir/build
.PHONY : test_delete_chunk/fast
test_delta: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_delta
.PHONY : test_delta
test_delta/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_delta.dir/build.make tests/CMakeFiles/test_delta.dir/build
.PHONY : test_delta/fast
test_delta_schunk: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_delta_schunk
.PHONY : test_delta_schunk
test_delta_schunk/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_delta_schunk.dir/build.make tests/CMakeFiles/test_delta_schunk.dir/build
.PHONY : test_delta_schunk/fast
test_dict_schunk: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_dict_schunk
.PHONY : test_dict_schunk
test_dict_schunk/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_dict_schunk.dir/build.make tests/CMakeFiles/test_dict_schunk.dir/build
.PHONY : test_dict_schunk/fast
test_empty_buffer: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_empty_buffer
.PHONY : test_empty_buffer
test_empty_buffer/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_empty_buffer.dir/build.make tests/CMakeFiles/test_empty_buffer.dir/build
.PHONY : test_empty_buffer/fast
test_fill_special: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_fill_special
.PHONY : test_fill_special
test_fill_special/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_fill_special.dir/build.make tests/CMakeFiles/test_fill_special.dir/build
.PHONY : test_fill_special/fast
test_filters: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_filters
.PHONY : test_filters
test_filters/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_filters.dir/build.make tests/CMakeFiles/test_filters.dir/build
.PHONY : test_filters/fast
test_frame: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_frame
.PHONY : test_frame
test_frame/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_frame.dir/build.make tests/CMakeFiles/test_frame.dir/build
.PHONY : test_frame/fast
test_frame_get_offsets: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_frame_get_offsets
.PHONY : test_frame_get_offsets
test_frame_get_offsets/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_frame_get_offsets.dir/build.make tests/CMakeFiles/test_frame_get_offsets.dir/build
.PHONY : test_frame_get_offsets/fast
test_frame_offset: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_frame_offset
.PHONY : test_frame_offset
test_frame_offset/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_frame_offset.dir/build.make tests/CMakeFiles/test_frame_offset.dir/build
.PHONY : test_frame_offset/fast
test_get_slice_buffer: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_get_slice_buffer
.PHONY : test_get_slice_buffer
test_get_slice_buffer/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_get_slice_buffer.dir/build.make tests/CMakeFiles/test_get_slice_buffer.dir/build
.PHONY : test_get_slice_buffer/fast
test_get_slice_nchunks: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_get_slice_nchunks
.PHONY : test_get_slice_nchunks
test_get_slice_nchunks/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_get_slice_nchunks.dir/build.make tests/CMakeFiles/test_get_slice_nchunks.dir/build
.PHONY : test_get_slice_nchunks/fast
test_getitem: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_getitem
.PHONY : test_getitem
test_getitem/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_getitem.dir/build.make tests/CMakeFiles/test_getitem.dir/build
.PHONY : test_getitem/fast
test_getitem_delta: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_getitem_delta
.PHONY : test_getitem_delta
test_getitem_delta/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_getitem_delta.dir/build.make tests/CMakeFiles/test_getitem_delta.dir/build
.PHONY : test_getitem_delta/fast
test_insert_chunk: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_insert_chunk
.PHONY : test_insert_chunk
test_insert_chunk/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_insert_chunk.dir/build.make tests/CMakeFiles/test_insert_chunk.dir/build
.PHONY : test_insert_chunk/fast
test_lazychunk: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_lazychunk
.PHONY : test_lazychunk
test_lazychunk/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_lazychunk.dir/build.make tests/CMakeFiles/test_lazychunk.dir/build
.PHONY : test_lazychunk/fast
test_lazychunk_memcpyed: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_lazychunk_memcpyed
.PHONY : test_lazychunk_memcpyed
test_lazychunk_memcpyed/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_lazychunk_memcpyed.dir/build.make tests/CMakeFiles/test_lazychunk_memcpyed.dir/build
.PHONY : test_lazychunk_memcpyed/fast
test_maskout: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_maskout
.PHONY : test_maskout
test_maskout/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_maskout.dir/build.make tests/CMakeFiles/test_maskout.dir/build
.PHONY : test_maskout/fast
test_maxout: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_maxout
.PHONY : test_maxout
test_maxout/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_maxout.dir/build.make tests/CMakeFiles/test_maxout.dir/build
.PHONY : test_maxout/fast
test_noinit: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_noinit
.PHONY : test_noinit
test_noinit/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_noinit.dir/build.make tests/CMakeFiles/test_noinit.dir/build
.PHONY : test_noinit/fast
test_nolock: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_nolock
.PHONY : test_nolock
test_nolock/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_nolock.dir/build.make tests/CMakeFiles/test_nolock.dir/build
.PHONY : test_nolock/fast
test_nthreads: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_nthreads
.PHONY : test_nthreads
test_nthreads/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_nthreads.dir/build.make tests/CMakeFiles/test_nthreads.dir/build
.PHONY : test_nthreads/fast
test_postfilter: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_postfilter
.PHONY : test_postfilter
test_postfilter/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_postfilter.dir/build.make tests/CMakeFiles/test_postfilter.dir/build
.PHONY : test_postfilter/fast
test_prefilter: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_prefilter
.PHONY : test_prefilter
test_prefilter/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_prefilter.dir/build.make tests/CMakeFiles/test_prefilter.dir/build
.PHONY : test_prefilter/fast
test_reorder_offsets: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_reorder_offsets
.PHONY : test_reorder_offsets
test_reorder_offsets/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_reorder_offsets.dir/build.make tests/CMakeFiles/test_reorder_offsets.dir/build
.PHONY : test_reorder_offsets/fast
test_schunk: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_schunk
.PHONY : test_schunk
test_schunk/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_schunk.dir/build.make tests/CMakeFiles/test_schunk.dir/build
.PHONY : test_schunk/fast
test_schunk_frame: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_schunk_frame
.PHONY : test_schunk_frame
test_schunk_frame/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_schunk_frame.dir/build.make tests/CMakeFiles/test_schunk_frame.dir/build
.PHONY : test_schunk_frame/fast
test_schunk_header: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_schunk_header
.PHONY : test_schunk_header
test_schunk_header/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_schunk_header.dir/build.make tests/CMakeFiles/test_schunk_header.dir/build
.PHONY : test_schunk_header/fast
test_set_slice_buffer: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_set_slice_buffer
.PHONY : test_set_slice_buffer
test_set_slice_buffer/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_set_slice_buffer.dir/build.make tests/CMakeFiles/test_set_slice_buffer.dir/build
.PHONY : test_set_slice_buffer/fast
test_sframe: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_sframe
.PHONY : test_sframe
test_sframe/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_sframe.dir/build.make tests/CMakeFiles/test_sframe.dir/build
.PHONY : test_sframe/fast
test_sframe_lazychunk: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_sframe_lazychunk
.PHONY : test_sframe_lazychunk
test_sframe_lazychunk/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_sframe_lazychunk.dir/build.make tests/CMakeFiles/test_sframe_lazychunk.dir/build
.PHONY : test_sframe_lazychunk/fast
test_shuffle_roundtrip_avx2: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_shuffle_roundtrip_avx2
.PHONY : test_shuffle_roundtrip_avx2
test_shuffle_roundtrip_avx2/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_shuffle_roundtrip_avx2.dir/build.make tests/CMakeFiles/test_shuffle_roundtrip_avx2.dir/build
.PHONY : test_shuffle_roundtrip_avx2/fast
test_shuffle_roundtrip_generic: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_shuffle_roundtrip_generic
.PHONY : test_shuffle_roundtrip_generic
test_shuffle_roundtrip_generic/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_shuffle_roundtrip_generic.dir/build.make tests/CMakeFiles/test_shuffle_roundtrip_generic.dir/build
.PHONY : test_shuffle_roundtrip_generic/fast
test_shuffle_roundtrip_sse2: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_shuffle_roundtrip_sse2
.PHONY : test_shuffle_roundtrip_sse2
test_shuffle_roundtrip_sse2/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_shuffle_roundtrip_sse2.dir/build.make tests/CMakeFiles/test_shuffle_roundtrip_sse2.dir/build
.PHONY : test_shuffle_roundtrip_sse2/fast
test_small_chunks: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_small_chunks
.PHONY : test_small_chunks
test_small_chunks/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_small_chunks.dir/build.make tests/CMakeFiles/test_small_chunks.dir/build
.PHONY : test_small_chunks/fast
test_udio: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_udio
.PHONY : test_udio
test_udio/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_udio.dir/build.make tests/CMakeFiles/test_udio.dir/build
.PHONY : test_udio/fast
test_update_chunk: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_update_chunk
.PHONY : test_update_chunk
test_update_chunk/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_update_chunk.dir/build.make tests/CMakeFiles/test_update_chunk.dir/build
.PHONY : test_update_chunk/fast
test_urcodecs: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_urcodecs
.PHONY : test_urcodecs
test_urcodecs/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_urcodecs.dir/build.make tests/CMakeFiles/test_urcodecs.dir/build
.PHONY : test_urcodecs/fast
test_urfilters: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_urfilters
.PHONY : test_urfilters
test_urfilters/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_urfilters.dir/build.make tests/CMakeFiles/test_urfilters.dir/build
.PHONY : test_urfilters/fast
test_zero_runlen: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_zero_runlen
.PHONY : test_zero_runlen
test_zero_runlen/fast:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_zero_runlen.dir/build.make tests/CMakeFiles/test_zero_runlen.dir/build
.PHONY : test_zero_runlen/fast
filegen: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 filegen
.PHONY : filegen
filegen/fast:
$(MAKE) $(MAKESILENT) -f compat/CMakeFiles/filegen.dir/build.make compat/CMakeFiles/filegen.dir/build
.PHONY : filegen/fast
fuzz_compress_chunk: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_compress_chunk
.PHONY : fuzz_compress_chunk
fuzz_compress_chunk/fast:
$(MAKE) $(MAKESILENT) -f tests/fuzz/CMakeFiles/fuzz_compress_chunk.dir/build.make tests/fuzz/CMakeFiles/fuzz_compress_chunk.dir/build
.PHONY : fuzz_compress_chunk/fast
fuzz_compress_frame: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_compress_frame
.PHONY : fuzz_compress_frame
fuzz_compress_frame/fast:
$(MAKE) $(MAKESILENT) -f tests/fuzz/CMakeFiles/fuzz_compress_frame.dir/build.make tests/fuzz/CMakeFiles/fuzz_compress_frame.dir/build
.PHONY : fuzz_compress_frame/fast
fuzz_decompress_chunk: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_decompress_chunk
.PHONY : fuzz_decompress_chunk
fuzz_decompress_chunk/fast:
$(MAKE) $(MAKESILENT) -f tests/fuzz/CMakeFiles/fuzz_decompress_chunk.dir/build.make tests/fuzz/CMakeFiles/fuzz_decompress_chunk.dir/build
.PHONY : fuzz_decompress_chunk/fast
fuzz_decompress_frame: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_decompress_frame
.PHONY : fuzz_decompress_frame
fuzz_decompress_frame/fast:
$(MAKE) $(MAKESILENT) -f tests/fuzz/CMakeFiles/fuzz_decompress_frame.dir/build.make tests/fuzz/CMakeFiles/fuzz_decompress_frame.dir/build
.PHONY : fuzz_decompress_frame/fast
b2bench: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2bench
.PHONY : b2bench
b2bench/fast:
$(MAKE) $(MAKESILENT) -f bench/CMakeFiles/b2bench.dir/build.make bench/CMakeFiles/b2bench.dir/build
.PHONY : b2bench/fast
delta_schunk: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 delta_schunk
.PHONY : delta_schunk
delta_schunk/fast:
$(MAKE) $(MAKESILENT) -f bench/CMakeFiles/delta_schunk.dir/build.make bench/CMakeFiles/delta_schunk.dir/build
.PHONY : delta_schunk/fast
trunc_prec_schunk: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 trunc_prec_schunk
.PHONY : trunc_prec_schunk
trunc_prec_schunk/fast:
$(MAKE) $(MAKESILENT) -f bench/CMakeFiles/trunc_prec_schunk.dir/build.make bench/CMakeFiles/trunc_prec_schunk.dir/build
.PHONY : trunc_prec_schunk/fast
sum_openmp: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sum_openmp
.PHONY : sum_openmp
sum_openmp/fast:
$(MAKE) $(MAKESILENT) -f bench/CMakeFiles/sum_openmp.dir/build.make bench/CMakeFiles/sum_openmp.dir/build
.PHONY : sum_openmp/fast
zero_runlen: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zero_runlen
.PHONY : zero_runlen
zero_runlen/fast:
$(MAKE) $(MAKESILENT) -f bench/CMakeFiles/zero_runlen.dir/build.make bench/CMakeFiles/zero_runlen.dir/build
.PHONY : zero_runlen/fast
create_frame: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 create_frame
.PHONY : create_frame
create_frame/fast:
$(MAKE) $(MAKESILENT) -f bench/CMakeFiles/create_frame.dir/build.make bench/CMakeFiles/create_frame.dir/build
.PHONY : create_frame/fast
sframe_bench: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sframe_bench
.PHONY : sframe_bench
sframe_bench/fast:
$(MAKE) $(MAKESILENT) -f bench/CMakeFiles/sframe_bench.dir/build.make bench/CMakeFiles/sframe_bench.dir/build
.PHONY : sframe_bench/fast
b2nd_bench_get_slice: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_bench_get_slice
.PHONY : b2nd_bench_get_slice
b2nd_bench_get_slice/fast:
$(MAKE) $(MAKESILENT) -f bench/b2nd/CMakeFiles/b2nd_bench_get_slice.dir/build.make bench/b2nd/CMakeFiles/b2nd_bench_get_slice.dir/build
.PHONY : b2nd_bench_get_slice/fast
b2nd_bench_stack_append: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_bench_stack_append
.PHONY : b2nd_bench_stack_append
b2nd_bench_stack_append/fast:
$(MAKE) $(MAKESILENT) -f bench/b2nd/CMakeFiles/b2nd_bench_stack_append.dir/build.make bench/b2nd/CMakeFiles/b2nd_bench_stack_append.dir/build
.PHONY : b2nd_bench_stack_append/fast
b2nd_bench_zfp_getitem: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_bench_zfp_getitem
.PHONY : b2nd_bench_zfp_getitem
b2nd_bench_zfp_getitem/fast:
$(MAKE) $(MAKESILENT) -f bench/b2nd/CMakeFiles/b2nd_bench_zfp_getitem.dir/build.make bench/b2nd/CMakeFiles/b2nd_bench_zfp_getitem.dir/build
.PHONY : b2nd_bench_zfp_getitem/fast
contexts: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 contexts
.PHONY : contexts
contexts/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/contexts.dir/build.make examples/CMakeFiles/contexts.dir/build
.PHONY : contexts/fast
instrument_codec: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 instrument_codec
.PHONY : instrument_codec
instrument_codec/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/instrument_codec.dir/build.make examples/CMakeFiles/instrument_codec.dir/build
.PHONY : instrument_codec/fast
delta_schunk_ex: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 delta_schunk_ex
.PHONY : delta_schunk_ex
delta_schunk_ex/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/delta_schunk_ex.dir/build.make examples/CMakeFiles/delta_schunk_ex.dir/build
.PHONY : delta_schunk_ex/fast
multithread: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 multithread
.PHONY : multithread
multithread/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/multithread.dir/build.make examples/CMakeFiles/multithread.dir/build
.PHONY : multithread/fast
simple: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 simple
.PHONY : simple
simple/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/build
.PHONY : simple/fast
frame_metalayers: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_metalayers
.PHONY : frame_metalayers
frame_metalayers/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_metalayers.dir/build.make examples/CMakeFiles/frame_metalayers.dir/build
.PHONY : frame_metalayers/fast
noinit: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 noinit
.PHONY : noinit
noinit/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/noinit.dir/build.make examples/CMakeFiles/noinit.dir/build
.PHONY : noinit/fast
find_roots: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 find_roots
.PHONY : find_roots
find_roots/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/find_roots.dir/build.make examples/CMakeFiles/find_roots.dir/build
.PHONY : find_roots/fast
schunk_simple: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 schunk_simple
.PHONY : schunk_simple
schunk_simple/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/schunk_simple.dir/build.make examples/CMakeFiles/schunk_simple.dir/build
.PHONY : schunk_simple/fast
frame_simple: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_simple
.PHONY : frame_simple
frame_simple/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_simple.dir/build.make examples/CMakeFiles/frame_simple.dir/build
.PHONY : frame_simple/fast
schunk_postfilter: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 schunk_postfilter
.PHONY : schunk_postfilter
schunk_postfilter/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/schunk_postfilter.dir/build.make examples/CMakeFiles/schunk_postfilter.dir/build
.PHONY : schunk_postfilter/fast
urcodecs: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 urcodecs
.PHONY : urcodecs
urcodecs/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/urcodecs.dir/build.make examples/CMakeFiles/urcodecs.dir/build
.PHONY : urcodecs/fast
urfilters: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 urfilters
.PHONY : urfilters
urfilters/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/urfilters.dir/build.make examples/CMakeFiles/urfilters.dir/build
.PHONY : urfilters/fast
frame_vlmetalayers: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_vlmetalayers
.PHONY : frame_vlmetalayers
frame_vlmetalayers/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_vlmetalayers.dir/build.make examples/CMakeFiles/frame_vlmetalayers.dir/build
.PHONY : frame_vlmetalayers/fast
sframe_simple: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sframe_simple
.PHONY : sframe_simple
sframe_simple/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/sframe_simple.dir/build.make examples/CMakeFiles/sframe_simple.dir/build
.PHONY : sframe_simple/fast
frame_backed_schunk: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_backed_schunk
.PHONY : frame_backed_schunk
frame_backed_schunk/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_backed_schunk.dir/build.make examples/CMakeFiles/frame_backed_schunk.dir/build
.PHONY : frame_backed_schunk/fast
compress_file: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 compress_file
.PHONY : compress_file
compress_file/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/compress_file.dir/build.make examples/CMakeFiles/compress_file.dir/build
.PHONY : compress_file/fast
decompress_file: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 decompress_file
.PHONY : decompress_file
decompress_file/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/decompress_file.dir/build.make examples/CMakeFiles/decompress_file.dir/build
.PHONY : decompress_file/fast
frame_offset: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_offset
.PHONY : frame_offset
frame_offset/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_offset.dir/build.make examples/CMakeFiles/frame_offset.dir/build
.PHONY : frame_offset/fast
frame_roundtrip: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_roundtrip
.PHONY : frame_roundtrip
frame_roundtrip/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_roundtrip.dir/build.make examples/CMakeFiles/frame_roundtrip.dir/build
.PHONY : frame_roundtrip/fast
get_set_slice: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 get_set_slice
.PHONY : get_set_slice
get_set_slice/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/get_set_slice.dir/build.make examples/CMakeFiles/get_set_slice.dir/build
.PHONY : get_set_slice/fast
get_blocksize: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 get_blocksize
.PHONY : get_blocksize
get_blocksize/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/get_blocksize.dir/build.make examples/CMakeFiles/get_blocksize.dir/build
.PHONY : get_blocksize/fast
zstd_dict: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zstd_dict
.PHONY : zstd_dict
zstd_dict/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/zstd_dict.dir/build.make examples/CMakeFiles/zstd_dict.dir/build
.PHONY : zstd_dict/fast
frame_big: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_big
.PHONY : frame_big
frame_big/fast:
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_big.dir/build.make examples/CMakeFiles/frame_big.dir/build
.PHONY : frame_big/fast
b2nd_example_empty_shape: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_empty_shape
.PHONY : b2nd_example_empty_shape
b2nd_example_empty_shape/fast:
$(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_empty_shape.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_empty_shape.dir/build
.PHONY : b2nd_example_empty_shape/fast
b2nd_example_frame_generator: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_frame_generator
.PHONY : b2nd_example_frame_generator
b2nd_example_frame_generator/fast:
$(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_frame_generator.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_frame_generator.dir/build
.PHONY : b2nd_example_frame_generator/fast
b2nd_example_oindex: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_oindex
.PHONY : b2nd_example_oindex
b2nd_example_oindex/fast:
$(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_oindex.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_oindex.dir/build
.PHONY : b2nd_example_oindex/fast
b2nd_example_plainbuffer: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_plainbuffer
.PHONY : b2nd_example_plainbuffer
b2nd_example_plainbuffer/fast:
$(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_plainbuffer.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_plainbuffer.dir/build
.PHONY : b2nd_example_plainbuffer/fast
b2nd_example_plugins_codecs: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_plugins_codecs
.PHONY : b2nd_example_plugins_codecs
b2nd_example_plugins_codecs/fast:
$(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_plugins_codecs.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_plugins_codecs.dir/build
.PHONY : b2nd_example_plugins_codecs/fast
b2nd_example_plugins_filters: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_plugins_filters
.PHONY : b2nd_example_plugins_filters
b2nd_example_plugins_filters/fast:
$(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_plugins_filters.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_plugins_filters.dir/build
.PHONY : b2nd_example_plugins_filters/fast
b2nd_example_print_meta: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_print_meta
.PHONY : b2nd_example_print_meta
b2nd_example_print_meta/fast:
$(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_print_meta.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_print_meta.dir/build
.PHONY : b2nd_example_print_meta/fast
b2nd_example_serialize: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_serialize
.PHONY : b2nd_example_serialize
b2nd_example_serialize/fast:
$(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_serialize.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_serialize.dir/build
.PHONY : b2nd_example_serialize/fast
b2nd_example_stack_images: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_stack_images
.PHONY : b2nd_example_stack_images
b2nd_example_stack_images/fast:
$(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_stack_images.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_stack_images.dir/build
.PHONY : b2nd_example_stack_images/fast
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... package"
@echo "... package_source"
@echo "... rebuild_cache"
@echo "... test"
@echo "... uninstall"
@echo "... b2bench"
@echo "... b2nd_bench_get_slice"
@echo "... b2nd_bench_stack_append"
@echo "... b2nd_bench_zfp_getitem"
@echo "... b2nd_example_empty_shape"
@echo "... b2nd_example_frame_generator"
@echo "... b2nd_example_oindex"
@echo "... b2nd_example_plainbuffer"
@echo "... b2nd_example_plugins_codecs"
@echo "... b2nd_example_plugins_filters"
@echo "... b2nd_example_print_meta"
@echo "... b2nd_example_serialize"
@echo "... b2nd_example_stack_images"
@echo "... blosc2_shared"
@echo "... blosc2_static"
@echo "... blosc_testing"
@echo "... compress_file"
@echo "... contexts"
@echo "... create_frame"
@echo "... decompress_file"
@echo "... delta_schunk"
@echo "... delta_schunk_ex"
@echo "... filegen"
@echo "... find_roots"
@echo "... frame_backed_schunk"
@echo "... frame_big"
@echo "... frame_metalayers"
@echo "... frame_offset"
@echo "... frame_roundtrip"
@echo "... frame_simple"
@echo "... frame_vlmetalayers"
@echo "... fuzz_compress_chunk"
@echo "... fuzz_compress_frame"
@echo "... fuzz_decompress_chunk"
@echo "... fuzz_decompress_frame"
@echo "... generate_inputs_corpus"
@echo "... get_blocksize"
@echo "... get_set_slice"
@echo "... instrument_codec"
@echo "... multithread"
@echo "... noinit"
@echo "... schunk_postfilter"
@echo "... schunk_simple"
@echo "... sframe_bench"
@echo "... sframe_simple"
@echo "... simple"
@echo "... sum_openmp"
@echo "... test_api"
@echo "... test_b2nd_append"
@echo "... test_b2nd_copy"
@echo "... test_b2nd_copy_buffer"
@echo "... test_b2nd_delete"
@echo "... test_b2nd_full"
@echo "... test_b2nd_get_slice"
@echo "... test_b2nd_get_slice_buffer"
@echo "... test_b2nd_insert"
@echo "... test_b2nd_metalayers"
@echo "... test_b2nd_open_offset"
@echo "... test_b2nd_persistency"
@echo "... test_b2nd_resize"
@echo "... test_b2nd_roundtrip"
@echo "... test_b2nd_save"
@echo "... test_b2nd_serialize"
@echo "... test_b2nd_set_slice_buffer"
@echo "... test_b2nd_squeeze"
@echo "... test_b2nd_squeeze_index"
@echo "... test_b2nd_uninit"
@echo "... test_b2nd_zeros"
@echo "... test_bitshuffle_leftovers"
@echo "... test_blosc1_compat"
@echo "... test_bytedelta"
@echo "... test_change_nthreads_append"
@echo "... test_compress_roundtrip"
@echo "... test_compressor"
@echo "... test_contexts"
@echo "... test_copy"
@echo "... test_delete_chunk"
@echo "... test_delta"
@echo "... test_delta_schunk"
@echo "... test_dict_schunk"
@echo "... test_empty_buffer"
@echo "... test_fill_special"
@echo "... test_filters"
@echo "... test_frame"
@echo "... test_frame_get_offsets"
@echo "... test_frame_offset"
@echo "... test_get_slice_buffer"
@echo "... test_get_slice_nchunks"
@echo "... test_getitem"
@echo "... test_getitem_delta"
@echo "... test_insert_chunk"
@echo "... test_int_trunc"
@echo "... test_lazychunk"
@echo "... test_lazychunk_memcpyed"
@echo "... test_maskout"
@echo "... test_maxout"
@echo "... test_ndcell"
@echo "... test_ndlz"
@echo "... test_ndmean_mean"
@echo "... test_ndmean_repart"
@echo "... test_noinit"
@echo "... test_nolock"
@echo "... test_nthreads"
@echo "... test_postfilter"
@echo "... test_prefilter"
@echo "... test_reorder_offsets"
@echo "... test_schunk"
@echo "... test_schunk_frame"
@echo "... test_schunk_header"
@echo "... test_set_slice_buffer"
@echo "... test_sframe"
@echo "... test_sframe_lazychunk"
@echo "... test_shuffle_roundtrip_avx2"
@echo "... test_shuffle_roundtrip_generic"
@echo "... test_shuffle_roundtrip_sse2"
@echo "... test_small_chunks"
@echo "... test_udio"
@echo "... test_update_chunk"
@echo "... test_urcodecs"
@echo "... test_urfilters"
@echo "... test_zero_runlen"
@echo "... test_zfp_acc_float"
@echo "... test_zfp_prec_float"
@echo "... test_zfp_rate_float"
@echo "... test_zfp_rate_getitem"
@echo "... trunc_prec_schunk"
@echo "... urcodecs"
@echo "... urfilters"
@echo "... zero_runlen"
@echo "... zlib"
@echo "... zstd_dict"
.PHONY : help
cmake_check_build_system:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system