diff --git "a/build/CMakeFiles/Makefile2" "b/build/CMakeFiles/Makefile2" --- "a/build/CMakeFiles/Makefile2" +++ "b/build/CMakeFiles/Makefile2" @@ -65,11 +65,13 @@ CMAKE_BINARY_DIR = /home/ubuntu/thrust/build # The main recursive "all" target. all: CMakeFiles/thrust.headers.dir/all all: testing/all +all: examples/all all: dependencies/cub/all .PHONY : all # The main recursive "preinstall" target. preinstall: testing/preinstall +preinstall: examples/preinstall preinstall: dependencies/cub/preinstall .PHONY : preinstall @@ -106,6 +108,7 @@ clean: CMakeFiles/ContinuousCoverage.dir/clean clean: CMakeFiles/ContinuousMemCheck.dir/clean clean: CMakeFiles/ContinuousSubmit.dir/clean clean: testing/clean +clean: examples/clean clean: dependencies/cub/clean .PHONY : clean @@ -697,6 +700,227 @@ dependencies/cub/test/cmake/preinstall: dependencies/cub/test/cmake/clean: .PHONY : dependencies/cub/test/cmake/clean +#============================================================================= +# Directory level rules for directory examples + +# Recursive "all" directory target. +examples/all: examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/all +examples/all: examples/CMakeFiles/thrust.example.basic_vector.dir/all +examples/all: examples/CMakeFiles/thrust.example.bounding_box.dir/all +examples/all: examples/CMakeFiles/thrust.example.bucket_sort2d.dir/all +examples/all: examples/CMakeFiles/thrust.example.constant_iterator.dir/all +examples/all: examples/CMakeFiles/thrust.example.counting_iterator.dir/all +examples/all: examples/CMakeFiles/thrust.example.device_ptr.dir/all +examples/all: examples/CMakeFiles/thrust.example.discrete_voronoi.dir/all +examples/all: examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/all +examples/all: examples/CMakeFiles/thrust.example.expand.dir/all +examples/all: examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/all +examples/all: examples/CMakeFiles/thrust.example.histogram.dir/all +examples/all: examples/CMakeFiles/thrust.example.lambda.dir/all +examples/all: examples/CMakeFiles/thrust.example.lexicographical_sort.dir/all +examples/all: examples/CMakeFiles/thrust.example.max_abs_diff.dir/all +examples/all: examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/all +examples/all: examples/CMakeFiles/thrust.example.minmax.dir/all +examples/all: examples/CMakeFiles/thrust.example.mode.dir/all +examples/all: examples/CMakeFiles/thrust.example.monte_carlo.dir/all +examples/all: examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/all +examples/all: examples/CMakeFiles/thrust.example.mr_basic.dir/all +examples/all: examples/CMakeFiles/thrust.example.norm.dir/all +examples/all: examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/all +examples/all: examples/CMakeFiles/thrust.example.permutation_iterator.dir/all +examples/all: examples/CMakeFiles/thrust.example.raw_reference_cast.dir/all +examples/all: examples/CMakeFiles/thrust.example.remove_points2d.dir/all +examples/all: examples/CMakeFiles/thrust.example.repeated_range.dir/all +examples/all: examples/CMakeFiles/thrust.example.run_length_decoding.dir/all +examples/all: examples/CMakeFiles/thrust.example.run_length_encoding.dir/all +examples/all: examples/CMakeFiles/thrust.example.saxpy.dir/all +examples/all: examples/CMakeFiles/thrust.example.scan_by_key.dir/all +examples/all: examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/all +examples/all: examples/CMakeFiles/thrust.example.set_operations.dir/all +examples/all: examples/CMakeFiles/thrust.example.simple_moving_average.dir/all +examples/all: examples/CMakeFiles/thrust.example.sort.dir/all +examples/all: examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/all +examples/all: examples/CMakeFiles/thrust.example.sparse_vector.dir/all +examples/all: examples/CMakeFiles/thrust.example.stream_compaction.dir/all +examples/all: examples/CMakeFiles/thrust.example.strided_range.dir/all +examples/all: examples/CMakeFiles/thrust.example.sum.dir/all +examples/all: examples/CMakeFiles/thrust.example.sum_rows.dir/all +examples/all: examples/CMakeFiles/thrust.example.summary_statistics.dir/all +examples/all: examples/CMakeFiles/thrust.example.summed_area_table.dir/all +examples/all: examples/CMakeFiles/thrust.example.tiled_range.dir/all +examples/all: examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/all +examples/all: examples/CMakeFiles/thrust.example.transform_iterator.dir/all +examples/all: examples/CMakeFiles/thrust.example.transform_output_iterator.dir/all +examples/all: examples/CMakeFiles/thrust.example.uninitialized_vector.dir/all +examples/all: examples/CMakeFiles/thrust.example.version.dir/all +examples/all: examples/CMakeFiles/thrust.example.weld_vertices.dir/all +examples/all: examples/CMakeFiles/thrust.example.word_count.dir/all +examples/all: examples/cmake/all +examples/all: examples/cuda/all +.PHONY : examples/all + +# Recursive "preinstall" directory target. +examples/preinstall: examples/cmake/preinstall +examples/preinstall: examples/cuda/preinstall +.PHONY : examples/preinstall + +# Recursive "clean" directory target. +examples/clean: examples/CMakeFiles/thrust.examples.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.basic_vector.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.basic_vector.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.bounding_box.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.bounding_box.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.bucket_sort2d.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.constant_iterator.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.constant_iterator.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.counting_iterator.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.counting_iterator.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.device_ptr.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.device_ptr.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.discrete_voronoi.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.expand.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.expand.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.histogram.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.histogram.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.lambda.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.lambda.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.lexicographical_sort.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.max_abs_diff.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.minmax.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.minmax.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.mode.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.mode.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.monte_carlo.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.monte_carlo.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.mr_basic.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.mr_basic.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.norm.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.norm.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.permutation_iterator.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.raw_reference_cast.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.remove_points2d.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.remove_points2d.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.repeated_range.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.repeated_range.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.run_length_decoding.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.run_length_encoding.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.saxpy.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.saxpy.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.scan_by_key.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.scan_by_key.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.set_operations.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.set_operations.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.simple_moving_average.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.sort.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.sort.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.sparse_vector.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.sparse_vector.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.stream_compaction.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.stream_compaction.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.strided_range.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.strided_range.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.sum.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.sum.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.sum_rows.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.sum_rows.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.summary_statistics.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.summary_statistics.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.summed_area_table.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.summed_area_table.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.tiled_range.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.tiled_range.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.transform_iterator.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.transform_iterator.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.transform_output_iterator.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.uninitialized_vector.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.version.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.version.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.weld_vertices.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.weld_vertices.dir/clean +examples/clean: examples/CMakeFiles/thrust.example.word_count.dir/clean +examples/clean: examples/CMakeFiles/thrust.all.example.word_count.dir/clean +examples/clean: examples/cmake/clean +examples/clean: examples/cuda/clean +.PHONY : examples/clean + +#============================================================================= +# Directory level rules for directory examples/cmake + +# Recursive "all" directory target. +examples/cmake/all: +.PHONY : examples/cmake/all + +# Recursive "preinstall" directory target. +examples/cmake/preinstall: +.PHONY : examples/cmake/preinstall + +# Recursive "clean" directory target. +examples/cmake/clean: +.PHONY : examples/cmake/clean + +#============================================================================= +# Directory level rules for directory examples/cuda + +# Recursive "all" directory target. +examples/cuda/all: examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/all +examples/cuda/all: examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/all +examples/cuda/all: examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/all +examples/cuda/all: examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/all +examples/cuda/all: examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/all +examples/cuda/all: examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/all +examples/cuda/all: examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/all +.PHONY : examples/cuda/all + +# Recursive "preinstall" directory target. +examples/cuda/preinstall: +.PHONY : examples/cuda/preinstall + +# Recursive "clean" directory target. +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/clean +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/clean +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/clean +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/clean +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/clean +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/clean +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/clean +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/clean +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/clean +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/clean +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/clean +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/clean +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/clean +examples/cuda/clean: examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/clean +.PHONY : examples/cuda/clean + #============================================================================= # Directory level rules for directory testing @@ -1565,6 +1789,7 @@ testing/unittest/clean: testing/unittest/CMakeFiles/thrust.test.framework.dir/cl # All Build rule for target. CMakeFiles/thrust.all.dir/all: CMakeFiles/thrust.headers.dir/all CMakeFiles/thrust.all.dir/all: testing/CMakeFiles/thrust.tests.dir/all +CMakeFiles/thrust.all.dir/all: examples/CMakeFiles/thrust.examples.dir/all $(MAKE) $(MAKESILENT) -f CMakeFiles/thrust.all.dir/build.make CMakeFiles/thrust.all.dir/depend $(MAKE) $(MAKESILENT) -f CMakeFiles/thrust.all.dir/build.make CMakeFiles/thrust.all.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all" @@ -1572,7 +1797,7 @@ CMakeFiles/thrust.all.dir/all: testing/CMakeFiles/thrust.tests.dir/all # Build rule for subdir invocation for target. CMakeFiles/thrust.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 56 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 60 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/thrust.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : CMakeFiles/thrust.all.dir/rule @@ -1598,7 +1823,7 @@ CMakeFiles/thrust.all.headers.dir/all: CMakeFiles/thrust.headers.dir/all # Build rule for subdir invocation for target. CMakeFiles/thrust.all.headers.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 12 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 11 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/thrust.all.headers.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : CMakeFiles/thrust.all.headers.dir/rule @@ -1619,12 +1844,12 @@ CMakeFiles/thrust.all.headers.dir/clean: CMakeFiles/thrust.headers.dir/all: $(MAKE) $(MAKESILENT) -f CMakeFiles/thrust.headers.dir/build.make CMakeFiles/thrust.headers.dir/depend $(MAKE) $(MAKESILENT) -f CMakeFiles/thrust.headers.dir/build.make CMakeFiles/thrust.headers.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=45,46,47,48,49,50,51,52,53,54,55,56 "Built target thrust.headers" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=50,51,52,53,54,55,56,57,58,59,60 "Built target thrust.headers" .PHONY : CMakeFiles/thrust.headers.dir/all # Build rule for subdir invocation for target. CMakeFiles/thrust.headers.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 12 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 11 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/thrust.headers.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : CMakeFiles/thrust.headers.dir/rule @@ -2618,7 +2843,7 @@ testing/CMakeFiles/thrust.tests.dir/all: testing/cuda/CMakeFiles/thrust.test.cud # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.tests.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 44 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 40 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.tests.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.tests.dir/rule @@ -2644,7 +2869,7 @@ testing/CMakeFiles/thrust.test.adjacent_difference.dir/all: testing/unittest/CMa # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.adjacent_difference.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.adjacent_difference.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.adjacent_difference.dir/rule @@ -2670,7 +2895,7 @@ testing/CMakeFiles/thrust.all.test.adjacent_difference.dir/all: testing/CMakeFil # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.adjacent_difference.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.adjacent_difference.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.adjacent_difference.dir/rule @@ -2696,7 +2921,7 @@ testing/CMakeFiles/thrust.test.advance.dir/all: testing/unittest/CMakeFiles/thru # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.advance.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.advance.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.advance.dir/rule @@ -2722,7 +2947,7 @@ testing/CMakeFiles/thrust.all.test.advance.dir/all: testing/CMakeFiles/thrust.te # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.advance.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.advance.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.advance.dir/rule @@ -2743,12 +2968,12 @@ testing/CMakeFiles/thrust.all.test.advance.dir/clean: testing/CMakeFiles/thrust.test.alignment.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.alignment.dir/build.make testing/CMakeFiles/thrust.test.alignment.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.alignment.dir/build.make testing/CMakeFiles/thrust.test.alignment.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=57 "Built target thrust.test.alignment" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=61 "Built target thrust.test.alignment" .PHONY : testing/CMakeFiles/thrust.test.alignment.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.alignment.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.alignment.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.alignment.dir/rule @@ -2774,7 +2999,7 @@ testing/CMakeFiles/thrust.all.test.alignment.dir/all: testing/CMakeFiles/thrust. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.alignment.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.alignment.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.alignment.dir/rule @@ -2800,7 +3025,7 @@ testing/CMakeFiles/thrust.test.allocator.dir/all: testing/unittest/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.allocator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.allocator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.allocator.dir/rule @@ -2826,7 +3051,7 @@ testing/CMakeFiles/thrust.all.test.allocator.dir/all: testing/CMakeFiles/thrust. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.allocator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.allocator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.allocator.dir/rule @@ -2852,7 +3077,7 @@ testing/CMakeFiles/thrust.test.allocator_aware_policies.dir/all: testing/unittes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.allocator_aware_policies.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.allocator_aware_policies.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.allocator_aware_policies.dir/rule @@ -2878,7 +3103,7 @@ testing/CMakeFiles/thrust.all.test.allocator_aware_policies.dir/all: testing/CMa # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.allocator_aware_policies.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.allocator_aware_policies.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.allocator_aware_policies.dir/rule @@ -2899,7 +3124,7 @@ testing/CMakeFiles/thrust.all.test.allocator_aware_policies.dir/clean: testing/CMakeFiles/thrust.test.async_copy.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.async_copy.dir/build.make testing/CMakeFiles/thrust.test.async_copy.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.async_copy.dir/build.make testing/CMakeFiles/thrust.test.async_copy.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.async_copy" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=64 "Built target thrust.test.async_copy" .PHONY : testing/CMakeFiles/thrust.test.async_copy.dir/all # Build rule for subdir invocation for target. @@ -2956,7 +3181,7 @@ testing/CMakeFiles/thrust.test.async_for_each.dir/all: testing/unittest/CMakeFil # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.async_for_each.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.async_for_each.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.async_for_each.dir/rule @@ -2982,7 +3207,7 @@ testing/CMakeFiles/thrust.all.test.async_for_each.dir/all: testing/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.async_for_each.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.async_for_each.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.async_for_each.dir/rule @@ -3008,7 +3233,7 @@ testing/CMakeFiles/thrust.test.async_reduce.dir/all: testing/unittest/CMakeFiles # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.async_reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.async_reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.async_reduce.dir/rule @@ -3034,7 +3259,7 @@ testing/CMakeFiles/thrust.all.test.async_reduce.dir/all: testing/CMakeFiles/thru # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.async_reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.async_reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.async_reduce.dir/rule @@ -3060,7 +3285,7 @@ testing/CMakeFiles/thrust.test.async_reduce_into.dir/all: testing/unittest/CMake # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.async_reduce_into.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.async_reduce_into.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.async_reduce_into.dir/rule @@ -3086,7 +3311,7 @@ testing/CMakeFiles/thrust.all.test.async_reduce_into.dir/all: testing/CMakeFiles # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.async_reduce_into.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.async_reduce_into.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.async_reduce_into.dir/rule @@ -3107,12 +3332,12 @@ testing/CMakeFiles/thrust.all.test.async_reduce_into.dir/clean: testing/CMakeFiles/thrust.test.async_sort.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.async_sort.dir/build.make testing/CMakeFiles/thrust.test.async_sort.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.async_sort.dir/build.make testing/CMakeFiles/thrust.test.async_sort.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=61 "Built target thrust.test.async_sort" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.async_sort" .PHONY : testing/CMakeFiles/thrust.test.async_sort.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.async_sort.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.async_sort.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.async_sort.dir/rule @@ -3138,7 +3363,7 @@ testing/CMakeFiles/thrust.all.test.async_sort.dir/all: testing/CMakeFiles/thrust # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.async_sort.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.async_sort.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.async_sort.dir/rule @@ -3164,7 +3389,7 @@ testing/CMakeFiles/thrust.test.async_transform.dir/all: testing/unittest/CMakeFi # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.async_transform.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.async_transform.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.async_transform.dir/rule @@ -3190,7 +3415,7 @@ testing/CMakeFiles/thrust.all.test.async_transform.dir/all: testing/CMakeFiles/t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.async_transform.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.async_transform.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.async_transform.dir/rule @@ -3211,7 +3436,7 @@ testing/CMakeFiles/thrust.all.test.async_transform.dir/clean: testing/CMakeFiles/thrust.test.binary_search.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.binary_search.dir/build.make testing/CMakeFiles/thrust.test.binary_search.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.binary_search.dir/build.make testing/CMakeFiles/thrust.test.binary_search.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.binary_search" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=65 "Built target thrust.test.binary_search" .PHONY : testing/CMakeFiles/thrust.test.binary_search.dir/all # Build rule for subdir invocation for target. @@ -3268,7 +3493,7 @@ testing/CMakeFiles/thrust.test.binary_search_descending.dir/all: testing/unittes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.binary_search_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.binary_search_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.binary_search_descending.dir/rule @@ -3294,7 +3519,7 @@ testing/CMakeFiles/thrust.all.test.binary_search_descending.dir/all: testing/CMa # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.binary_search_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.binary_search_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.binary_search_descending.dir/rule @@ -3320,7 +3545,7 @@ testing/CMakeFiles/thrust.test.binary_search_vector.dir/all: testing/unittest/CM # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.binary_search_vector.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.binary_search_vector.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.binary_search_vector.dir/rule @@ -3346,7 +3571,7 @@ testing/CMakeFiles/thrust.all.test.binary_search_vector.dir/all: testing/CMakeFi # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.binary_search_vector.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.binary_search_vector.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.binary_search_vector.dir/rule @@ -3367,12 +3592,12 @@ testing/CMakeFiles/thrust.all.test.binary_search_vector.dir/clean: testing/CMakeFiles/thrust.test.binary_search_vector_descending.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.binary_search_vector_descending.dir/build.make testing/CMakeFiles/thrust.test.binary_search_vector_descending.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.binary_search_vector_descending.dir/build.make testing/CMakeFiles/thrust.test.binary_search_vector_descending.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=62 "Built target thrust.test.binary_search_vector_descending" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.binary_search_vector_descending" .PHONY : testing/CMakeFiles/thrust.test.binary_search_vector_descending.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.binary_search_vector_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.binary_search_vector_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.binary_search_vector_descending.dir/rule @@ -3398,7 +3623,7 @@ testing/CMakeFiles/thrust.all.test.binary_search_vector_descending.dir/all: test # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.binary_search_vector_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.binary_search_vector_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.binary_search_vector_descending.dir/rule @@ -3424,7 +3649,7 @@ testing/CMakeFiles/thrust.test.caching_allocator.dir/all: testing/unittest/CMake # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.caching_allocator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.caching_allocator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.caching_allocator.dir/rule @@ -3450,7 +3675,7 @@ testing/CMakeFiles/thrust.all.test.caching_allocator.dir/all: testing/CMakeFiles # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.caching_allocator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.caching_allocator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.caching_allocator.dir/rule @@ -3476,7 +3701,7 @@ testing/CMakeFiles/thrust.test.complex.dir/all: testing/unittest/CMakeFiles/thru # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.complex.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.complex.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.complex.dir/rule @@ -3502,7 +3727,7 @@ testing/CMakeFiles/thrust.all.test.complex.dir/all: testing/CMakeFiles/thrust.te # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.complex.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.complex.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.complex.dir/rule @@ -3523,7 +3748,7 @@ testing/CMakeFiles/thrust.all.test.complex.dir/clean: testing/CMakeFiles/thrust.test.complex_transform.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.complex_transform.dir/build.make testing/CMakeFiles/thrust.test.complex_transform.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.complex_transform.dir/build.make testing/CMakeFiles/thrust.test.complex_transform.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.complex_transform" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=66 "Built target thrust.test.complex_transform" .PHONY : testing/CMakeFiles/thrust.test.complex_transform.dir/all # Build rule for subdir invocation for target. @@ -3580,7 +3805,7 @@ testing/CMakeFiles/thrust.test.constant_iterator.dir/all: testing/unittest/CMake # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.constant_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.constant_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.constant_iterator.dir/rule @@ -3606,7 +3831,7 @@ testing/CMakeFiles/thrust.all.test.constant_iterator.dir/all: testing/CMakeFiles # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.constant_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.constant_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.constant_iterator.dir/rule @@ -3632,7 +3857,7 @@ testing/CMakeFiles/thrust.test.copy.dir/all: testing/unittest/CMakeFiles/thrust. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.copy.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.copy.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.copy.dir/rule @@ -3658,7 +3883,7 @@ testing/CMakeFiles/thrust.all.test.copy.dir/all: testing/CMakeFiles/thrust.test. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.copy.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.copy.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.copy.dir/rule @@ -3679,12 +3904,12 @@ testing/CMakeFiles/thrust.all.test.copy.dir/clean: testing/CMakeFiles/thrust.test.copy_n.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.copy_n.dir/build.make testing/CMakeFiles/thrust.test.copy_n.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.copy_n.dir/build.make testing/CMakeFiles/thrust.test.copy_n.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=63 "Built target thrust.test.copy_n" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.copy_n" .PHONY : testing/CMakeFiles/thrust.test.copy_n.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.copy_n.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.copy_n.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.copy_n.dir/rule @@ -3710,7 +3935,7 @@ testing/CMakeFiles/thrust.all.test.copy_n.dir/all: testing/CMakeFiles/thrust.tes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.copy_n.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.copy_n.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.copy_n.dir/rule @@ -3736,7 +3961,7 @@ testing/CMakeFiles/thrust.test.count.dir/all: testing/unittest/CMakeFiles/thrust # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.count.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.count.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.count.dir/rule @@ -3762,7 +3987,7 @@ testing/CMakeFiles/thrust.all.test.count.dir/all: testing/CMakeFiles/thrust.test # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.count.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.count.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.count.dir/rule @@ -3788,7 +4013,7 @@ testing/CMakeFiles/thrust.test.counting_iterator.dir/all: testing/unittest/CMake # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.counting_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.counting_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.counting_iterator.dir/rule @@ -3814,7 +4039,7 @@ testing/CMakeFiles/thrust.all.test.counting_iterator.dir/all: testing/CMakeFiles # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.counting_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.counting_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.counting_iterator.dir/rule @@ -3835,7 +4060,7 @@ testing/CMakeFiles/thrust.all.test.counting_iterator.dir/clean: testing/CMakeFiles/thrust.test.cstdint.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.cstdint.dir/build.make testing/CMakeFiles/thrust.test.cstdint.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.cstdint.dir/build.make testing/CMakeFiles/thrust.test.cstdint.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cstdint" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=67 "Built target thrust.test.cstdint" .PHONY : testing/CMakeFiles/thrust.test.cstdint.dir/all # Build rule for subdir invocation for target. @@ -3887,7 +4112,7 @@ testing/CMakeFiles/thrust.all.test.cstdint.dir/clean: testing/CMakeFiles/thrust.test.decompose.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.decompose.dir/build.make testing/CMakeFiles/thrust.test.decompose.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.decompose.dir/build.make testing/CMakeFiles/thrust.test.decompose.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.decompose" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=77 "Built target thrust.test.decompose" .PHONY : testing/CMakeFiles/thrust.test.decompose.dir/all # Build rule for subdir invocation for target. @@ -3944,7 +4169,7 @@ testing/CMakeFiles/thrust.test.dependencies_aware_policies.dir/all: testing/unit # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.dependencies_aware_policies.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.dependencies_aware_policies.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.dependencies_aware_policies.dir/rule @@ -3970,7 +4195,7 @@ testing/CMakeFiles/thrust.all.test.dependencies_aware_policies.dir/all: testing/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.dependencies_aware_policies.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.dependencies_aware_policies.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.dependencies_aware_policies.dir/rule @@ -3991,12 +4216,12 @@ testing/CMakeFiles/thrust.all.test.dependencies_aware_policies.dir/clean: testing/CMakeFiles/thrust.test.dereference.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.dereference.dir/build.make testing/CMakeFiles/thrust.test.dereference.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.dereference.dir/build.make testing/CMakeFiles/thrust.test.dereference.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=75 "Built target thrust.test.dereference" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.dereference" .PHONY : testing/CMakeFiles/thrust.test.dereference.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.dereference.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.dereference.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.dereference.dir/rule @@ -4022,7 +4247,7 @@ testing/CMakeFiles/thrust.all.test.dereference.dir/all: testing/CMakeFiles/thrus # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.dereference.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.dereference.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.dereference.dir/rule @@ -4048,7 +4273,7 @@ testing/CMakeFiles/thrust.test.device_delete.dir/all: testing/unittest/CMakeFile # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.device_delete.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.device_delete.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.device_delete.dir/rule @@ -4074,7 +4299,7 @@ testing/CMakeFiles/thrust.all.test.device_delete.dir/all: testing/CMakeFiles/thr # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.device_delete.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.device_delete.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.device_delete.dir/rule @@ -4100,7 +4325,7 @@ testing/CMakeFiles/thrust.test.device_ptr.dir/all: testing/unittest/CMakeFiles/t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.device_ptr.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.device_ptr.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.device_ptr.dir/rule @@ -4126,7 +4351,7 @@ testing/CMakeFiles/thrust.all.test.device_ptr.dir/all: testing/CMakeFiles/thrust # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.device_ptr.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.device_ptr.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.device_ptr.dir/rule @@ -4152,7 +4377,7 @@ testing/CMakeFiles/thrust.test.device_reference.dir/all: testing/unittest/CMakeF # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.device_reference.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.device_reference.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.device_reference.dir/rule @@ -4178,7 +4403,7 @@ testing/CMakeFiles/thrust.all.test.device_reference.dir/all: testing/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.device_reference.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.device_reference.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.device_reference.dir/rule @@ -4199,7 +4424,7 @@ testing/CMakeFiles/thrust.all.test.device_reference.dir/clean: testing/CMakeFiles/thrust.test.discard_iterator.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.discard_iterator.dir/build.make testing/CMakeFiles/thrust.test.discard_iterator.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.discard_iterator.dir/build.make testing/CMakeFiles/thrust.test.discard_iterator.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.discard_iterator" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=78 "Built target thrust.test.discard_iterator" .PHONY : testing/CMakeFiles/thrust.test.discard_iterator.dir/all # Build rule for subdir invocation for target. @@ -4251,12 +4476,12 @@ testing/CMakeFiles/thrust.all.test.discard_iterator.dir/clean: testing/CMakeFiles/thrust.test.distance.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.distance.dir/build.make testing/CMakeFiles/thrust.test.distance.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.distance.dir/build.make testing/CMakeFiles/thrust.test.distance.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=76 "Built target thrust.test.distance" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.distance" .PHONY : testing/CMakeFiles/thrust.test.distance.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.distance.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.distance.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.distance.dir/rule @@ -4282,7 +4507,7 @@ testing/CMakeFiles/thrust.all.test.distance.dir/all: testing/CMakeFiles/thrust.t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.distance.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.distance.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.distance.dir/rule @@ -4308,7 +4533,7 @@ testing/CMakeFiles/thrust.test.equal.dir/all: testing/unittest/CMakeFiles/thrust # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.equal.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.equal.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.equal.dir/rule @@ -4334,7 +4559,7 @@ testing/CMakeFiles/thrust.all.test.equal.dir/all: testing/CMakeFiles/thrust.test # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.equal.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.equal.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.equal.dir/rule @@ -4360,7 +4585,7 @@ testing/CMakeFiles/thrust.test.event.dir/all: testing/unittest/CMakeFiles/thrust # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.event.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.event.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.event.dir/rule @@ -4386,7 +4611,7 @@ testing/CMakeFiles/thrust.all.test.event.dir/all: testing/CMakeFiles/thrust.test # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.event.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.event.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.event.dir/rule @@ -4412,7 +4637,7 @@ testing/CMakeFiles/thrust.test.fill.dir/all: testing/unittest/CMakeFiles/thrust. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.fill.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.fill.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.fill.dir/rule @@ -4438,7 +4663,7 @@ testing/CMakeFiles/thrust.all.test.fill.dir/all: testing/CMakeFiles/thrust.test. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.fill.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.fill.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.fill.dir/rule @@ -4464,7 +4689,7 @@ testing/CMakeFiles/thrust.test.find.dir/all: testing/unittest/CMakeFiles/thrust. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.find.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.find.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.find.dir/rule @@ -4490,7 +4715,7 @@ testing/CMakeFiles/thrust.all.test.find.dir/all: testing/CMakeFiles/thrust.test. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.find.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.find.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.find.dir/rule @@ -4511,7 +4736,7 @@ testing/CMakeFiles/thrust.all.test.find.dir/clean: testing/CMakeFiles/thrust.test.for_each.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.for_each.dir/build.make testing/CMakeFiles/thrust.test.for_each.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.for_each.dir/build.make testing/CMakeFiles/thrust.test.for_each.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.for_each" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=79 "Built target thrust.test.for_each" .PHONY : testing/CMakeFiles/thrust.test.for_each.dir/all # Build rule for subdir invocation for target. @@ -4568,7 +4793,7 @@ testing/CMakeFiles/thrust.test.functional.dir/all: testing/unittest/CMakeFiles/t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.functional.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.functional.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.functional.dir/rule @@ -4594,7 +4819,7 @@ testing/CMakeFiles/thrust.all.test.functional.dir/all: testing/CMakeFiles/thrust # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.functional.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.functional.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.functional.dir/rule @@ -4620,7 +4845,7 @@ testing/CMakeFiles/thrust.test.functional_arithmetic.dir/all: testing/unittest/C # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.functional_arithmetic.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.functional_arithmetic.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.functional_arithmetic.dir/rule @@ -4646,7 +4871,7 @@ testing/CMakeFiles/thrust.all.test.functional_arithmetic.dir/all: testing/CMakeF # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.functional_arithmetic.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.functional_arithmetic.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.functional_arithmetic.dir/rule @@ -4672,7 +4897,7 @@ testing/CMakeFiles/thrust.test.functional_bitwise.dir/all: testing/unittest/CMak # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.functional_bitwise.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.functional_bitwise.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.functional_bitwise.dir/rule @@ -4698,7 +4923,7 @@ testing/CMakeFiles/thrust.all.test.functional_bitwise.dir/all: testing/CMakeFile # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.functional_bitwise.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.functional_bitwise.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.functional_bitwise.dir/rule @@ -4719,7 +4944,7 @@ testing/CMakeFiles/thrust.all.test.functional_bitwise.dir/clean: testing/CMakeFiles/thrust.test.functional_logical.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.functional_logical.dir/build.make testing/CMakeFiles/thrust.test.functional_logical.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.functional_logical.dir/build.make testing/CMakeFiles/thrust.test.functional_logical.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.functional_logical" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=80 "Built target thrust.test.functional_logical" .PHONY : testing/CMakeFiles/thrust.test.functional_logical.dir/all # Build rule for subdir invocation for target. @@ -4771,12 +4996,12 @@ testing/CMakeFiles/thrust.all.test.functional_logical.dir/clean: testing/CMakeFiles/thrust.test.functional_placeholders_arithmetic.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.functional_placeholders_arithmetic.dir/build.make testing/CMakeFiles/thrust.test.functional_placeholders_arithmetic.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.functional_placeholders_arithmetic.dir/build.make testing/CMakeFiles/thrust.test.functional_placeholders_arithmetic.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=78 "Built target thrust.test.functional_placeholders_arithmetic" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.functional_placeholders_arithmetic" .PHONY : testing/CMakeFiles/thrust.test.functional_placeholders_arithmetic.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.functional_placeholders_arithmetic.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.functional_placeholders_arithmetic.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.functional_placeholders_arithmetic.dir/rule @@ -4802,7 +5027,7 @@ testing/CMakeFiles/thrust.all.test.functional_placeholders_arithmetic.dir/all: t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.functional_placeholders_arithmetic.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.functional_placeholders_arithmetic.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.functional_placeholders_arithmetic.dir/rule @@ -4828,7 +5053,7 @@ testing/CMakeFiles/thrust.test.functional_placeholders_bitwise.dir/all: testing/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.functional_placeholders_bitwise.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.functional_placeholders_bitwise.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.functional_placeholders_bitwise.dir/rule @@ -4854,7 +5079,7 @@ testing/CMakeFiles/thrust.all.test.functional_placeholders_bitwise.dir/all: test # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.functional_placeholders_bitwise.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.functional_placeholders_bitwise.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.functional_placeholders_bitwise.dir/rule @@ -4880,7 +5105,7 @@ testing/CMakeFiles/thrust.test.functional_placeholders_compound_assignment.dir/a # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.functional_placeholders_compound_assignment.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.functional_placeholders_compound_assignment.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.functional_placeholders_compound_assignment.dir/rule @@ -4906,7 +5131,7 @@ testing/CMakeFiles/thrust.all.test.functional_placeholders_compound_assignment.d # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.functional_placeholders_compound_assignment.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.functional_placeholders_compound_assignment.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.functional_placeholders_compound_assignment.dir/rule @@ -4932,7 +5157,7 @@ testing/CMakeFiles/thrust.test.functional_placeholders_logical.dir/all: testing/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.functional_placeholders_logical.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.functional_placeholders_logical.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.functional_placeholders_logical.dir/rule @@ -4958,7 +5183,7 @@ testing/CMakeFiles/thrust.all.test.functional_placeholders_logical.dir/all: test # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.functional_placeholders_logical.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.functional_placeholders_logical.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.functional_placeholders_logical.dir/rule @@ -4984,7 +5209,7 @@ testing/CMakeFiles/thrust.test.functional_placeholders_miscellaneous.dir/all: te # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.functional_placeholders_miscellaneous.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.functional_placeholders_miscellaneous.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.functional_placeholders_miscellaneous.dir/rule @@ -5010,7 +5235,7 @@ testing/CMakeFiles/thrust.all.test.functional_placeholders_miscellaneous.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.functional_placeholders_miscellaneous.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.functional_placeholders_miscellaneous.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.functional_placeholders_miscellaneous.dir/rule @@ -5036,7 +5261,7 @@ testing/CMakeFiles/thrust.test.functional_placeholders_relational.dir/all: testi # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.functional_placeholders_relational.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.functional_placeholders_relational.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.functional_placeholders_relational.dir/rule @@ -5062,7 +5287,7 @@ testing/CMakeFiles/thrust.all.test.functional_placeholders_relational.dir/all: t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.functional_placeholders_relational.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.functional_placeholders_relational.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.functional_placeholders_relational.dir/rule @@ -5083,12 +5308,12 @@ testing/CMakeFiles/thrust.all.test.functional_placeholders_relational.dir/clean: testing/CMakeFiles/thrust.test.future.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.future.dir/build.make testing/CMakeFiles/thrust.test.future.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.future.dir/build.make testing/CMakeFiles/thrust.test.future.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=79 "Built target thrust.test.future" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=81 "Built target thrust.test.future" .PHONY : testing/CMakeFiles/thrust.test.future.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.future.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.future.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.future.dir/rule @@ -5114,7 +5339,7 @@ testing/CMakeFiles/thrust.all.test.future.dir/all: testing/CMakeFiles/thrust.tes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.future.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.future.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.future.dir/rule @@ -5140,7 +5365,7 @@ testing/CMakeFiles/thrust.test.gather.dir/all: testing/unittest/CMakeFiles/thrus # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.gather.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.gather.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.gather.dir/rule @@ -5166,7 +5391,7 @@ testing/CMakeFiles/thrust.all.test.gather.dir/all: testing/CMakeFiles/thrust.tes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.gather.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.gather.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.gather.dir/rule @@ -5192,7 +5417,7 @@ testing/CMakeFiles/thrust.test.generate.dir/all: testing/unittest/CMakeFiles/thr # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.generate.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.generate.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.generate.dir/rule @@ -5218,7 +5443,7 @@ testing/CMakeFiles/thrust.all.test.generate.dir/all: testing/CMakeFiles/thrust.t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.generate.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.generate.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.generate.dir/rule @@ -5244,7 +5469,7 @@ testing/CMakeFiles/thrust.test.generate_const_iterators.dir/all: testing/unittes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.generate_const_iterators.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.generate_const_iterators.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.generate_const_iterators.dir/rule @@ -5270,7 +5495,7 @@ testing/CMakeFiles/thrust.all.test.generate_const_iterators.dir/all: testing/CMa # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.generate_const_iterators.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.generate_const_iterators.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.generate_const_iterators.dir/rule @@ -5296,7 +5521,7 @@ testing/CMakeFiles/thrust.test.inner_product.dir/all: testing/unittest/CMakeFile # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.inner_product.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.inner_product.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.inner_product.dir/rule @@ -5322,7 +5547,7 @@ testing/CMakeFiles/thrust.all.test.inner_product.dir/all: testing/CMakeFiles/thr # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.inner_product.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.inner_product.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.inner_product.dir/rule @@ -5343,12 +5568,12 @@ testing/CMakeFiles/thrust.all.test.inner_product.dir/clean: testing/CMakeFiles/thrust.test.is_contiguous_iterator.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.is_contiguous_iterator.dir/build.make testing/CMakeFiles/thrust.test.is_contiguous_iterator.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.is_contiguous_iterator.dir/build.make testing/CMakeFiles/thrust.test.is_contiguous_iterator.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=80 "Built target thrust.test.is_contiguous_iterator" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.is_contiguous_iterator" .PHONY : testing/CMakeFiles/thrust.test.is_contiguous_iterator.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.is_contiguous_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.is_contiguous_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.is_contiguous_iterator.dir/rule @@ -5374,7 +5599,7 @@ testing/CMakeFiles/thrust.all.test.is_contiguous_iterator.dir/all: testing/CMake # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.is_contiguous_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.is_contiguous_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.is_contiguous_iterator.dir/rule @@ -5395,7 +5620,7 @@ testing/CMakeFiles/thrust.all.test.is_contiguous_iterator.dir/clean: testing/CMakeFiles/thrust.test.is_operator_function_object.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.is_operator_function_object.dir/build.make testing/CMakeFiles/thrust.test.is_operator_function_object.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.is_operator_function_object.dir/build.make testing/CMakeFiles/thrust.test.is_operator_function_object.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.is_operator_function_object" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=82 "Built target thrust.test.is_operator_function_object" .PHONY : testing/CMakeFiles/thrust.test.is_operator_function_object.dir/all # Build rule for subdir invocation for target. @@ -5452,7 +5677,7 @@ testing/CMakeFiles/thrust.test.is_partitioned.dir/all: testing/unittest/CMakeFil # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.is_partitioned.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.is_partitioned.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.is_partitioned.dir/rule @@ -5478,7 +5703,7 @@ testing/CMakeFiles/thrust.all.test.is_partitioned.dir/all: testing/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.is_partitioned.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.is_partitioned.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.is_partitioned.dir/rule @@ -5504,7 +5729,7 @@ testing/CMakeFiles/thrust.test.is_sorted.dir/all: testing/unittest/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.is_sorted.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.is_sorted.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.is_sorted.dir/rule @@ -5530,7 +5755,7 @@ testing/CMakeFiles/thrust.all.test.is_sorted.dir/all: testing/CMakeFiles/thrust. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.is_sorted.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.is_sorted.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.is_sorted.dir/rule @@ -5556,7 +5781,7 @@ testing/CMakeFiles/thrust.test.is_sorted_until.dir/all: testing/unittest/CMakeFi # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.is_sorted_until.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.is_sorted_until.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.is_sorted_until.dir/rule @@ -5582,7 +5807,7 @@ testing/CMakeFiles/thrust.all.test.is_sorted_until.dir/all: testing/CMakeFiles/t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.is_sorted_until.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.is_sorted_until.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.is_sorted_until.dir/rule @@ -5608,7 +5833,7 @@ testing/CMakeFiles/thrust.test.logical.dir/all: testing/unittest/CMakeFiles/thru # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.logical.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.logical.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.logical.dir/rule @@ -5634,7 +5859,7 @@ testing/CMakeFiles/thrust.all.test.logical.dir/all: testing/CMakeFiles/thrust.te # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.logical.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.logical.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.logical.dir/rule @@ -5655,12 +5880,12 @@ testing/CMakeFiles/thrust.all.test.logical.dir/clean: testing/CMakeFiles/thrust.test.max_element.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.max_element.dir/build.make testing/CMakeFiles/thrust.test.max_element.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.max_element.dir/build.make testing/CMakeFiles/thrust.test.max_element.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=81 "Built target thrust.test.max_element" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.max_element" .PHONY : testing/CMakeFiles/thrust.test.max_element.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.max_element.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.max_element.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.max_element.dir/rule @@ -5686,7 +5911,7 @@ testing/CMakeFiles/thrust.all.test.max_element.dir/all: testing/CMakeFiles/thrus # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.max_element.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.max_element.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.max_element.dir/rule @@ -5707,7 +5932,7 @@ testing/CMakeFiles/thrust.all.test.max_element.dir/clean: testing/CMakeFiles/thrust.test.memory.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.memory.dir/build.make testing/CMakeFiles/thrust.test.memory.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.memory.dir/build.make testing/CMakeFiles/thrust.test.memory.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.memory" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=83 "Built target thrust.test.memory" .PHONY : testing/CMakeFiles/thrust.test.memory.dir/all # Build rule for subdir invocation for target. @@ -5764,7 +5989,7 @@ testing/CMakeFiles/thrust.test.merge.dir/all: testing/unittest/CMakeFiles/thrust # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.merge.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.merge.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.merge.dir/rule @@ -5790,7 +6015,7 @@ testing/CMakeFiles/thrust.all.test.merge.dir/all: testing/CMakeFiles/thrust.test # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.merge.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.merge.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.merge.dir/rule @@ -5816,7 +6041,7 @@ testing/CMakeFiles/thrust.test.merge_by_key.dir/all: testing/unittest/CMakeFiles # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.merge_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.merge_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.merge_by_key.dir/rule @@ -5842,7 +6067,7 @@ testing/CMakeFiles/thrust.all.test.merge_by_key.dir/all: testing/CMakeFiles/thru # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.merge_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.merge_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.merge_by_key.dir/rule @@ -5868,7 +6093,7 @@ testing/CMakeFiles/thrust.test.merge_key_value.dir/all: testing/unittest/CMakeFi # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.merge_key_value.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.merge_key_value.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.merge_key_value.dir/rule @@ -5894,7 +6119,7 @@ testing/CMakeFiles/thrust.all.test.merge_key_value.dir/all: testing/CMakeFiles/t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.merge_key_value.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.merge_key_value.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.merge_key_value.dir/rule @@ -5915,12 +6140,12 @@ testing/CMakeFiles/thrust.all.test.merge_key_value.dir/clean: testing/CMakeFiles/thrust.test.metaprogamming.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.metaprogamming.dir/build.make testing/CMakeFiles/thrust.test.metaprogamming.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.metaprogamming.dir/build.make testing/CMakeFiles/thrust.test.metaprogamming.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=82 "Built target thrust.test.metaprogamming" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.metaprogamming" .PHONY : testing/CMakeFiles/thrust.test.metaprogamming.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.metaprogamming.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.metaprogamming.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.metaprogamming.dir/rule @@ -5946,7 +6171,7 @@ testing/CMakeFiles/thrust.all.test.metaprogamming.dir/all: testing/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.metaprogamming.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.metaprogamming.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.metaprogamming.dir/rule @@ -5972,7 +6197,7 @@ testing/CMakeFiles/thrust.test.min_and_max.dir/all: testing/unittest/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.min_and_max.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.min_and_max.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.min_and_max.dir/rule @@ -5998,7 +6223,7 @@ testing/CMakeFiles/thrust.all.test.min_and_max.dir/all: testing/CMakeFiles/thrus # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.min_and_max.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.min_and_max.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.min_and_max.dir/rule @@ -6019,7 +6244,7 @@ testing/CMakeFiles/thrust.all.test.min_and_max.dir/clean: testing/CMakeFiles/thrust.test.min_element.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.min_element.dir/build.make testing/CMakeFiles/thrust.test.min_element.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.min_element.dir/build.make testing/CMakeFiles/thrust.test.min_element.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.min_element" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=84 "Built target thrust.test.min_element" .PHONY : testing/CMakeFiles/thrust.test.min_element.dir/all # Build rule for subdir invocation for target. @@ -6076,7 +6301,7 @@ testing/CMakeFiles/thrust.test.minmax_element.dir/all: testing/unittest/CMakeFil # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.minmax_element.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.minmax_element.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.minmax_element.dir/rule @@ -6102,7 +6327,7 @@ testing/CMakeFiles/thrust.all.test.minmax_element.dir/all: testing/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.minmax_element.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.minmax_element.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.minmax_element.dir/rule @@ -6128,7 +6353,7 @@ testing/CMakeFiles/thrust.test.mismatch.dir/all: testing/unittest/CMakeFiles/thr # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.mismatch.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.mismatch.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.mismatch.dir/rule @@ -6154,7 +6379,7 @@ testing/CMakeFiles/thrust.all.test.mismatch.dir/all: testing/CMakeFiles/thrust.t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.mismatch.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.mismatch.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.mismatch.dir/rule @@ -6180,7 +6405,7 @@ testing/CMakeFiles/thrust.test.mr_disjoint_pool.dir/all: testing/unittest/CMakeF # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.mr_disjoint_pool.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.mr_disjoint_pool.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.mr_disjoint_pool.dir/rule @@ -6206,7 +6431,7 @@ testing/CMakeFiles/thrust.all.test.mr_disjoint_pool.dir/all: testing/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.mr_disjoint_pool.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.mr_disjoint_pool.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.mr_disjoint_pool.dir/rule @@ -6227,12 +6452,12 @@ testing/CMakeFiles/thrust.all.test.mr_disjoint_pool.dir/clean: testing/CMakeFiles/thrust.test.mr_new.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.mr_new.dir/build.make testing/CMakeFiles/thrust.test.mr_new.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.mr_new.dir/build.make testing/CMakeFiles/thrust.test.mr_new.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=83 "Built target thrust.test.mr_new" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.mr_new" .PHONY : testing/CMakeFiles/thrust.test.mr_new.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.mr_new.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.mr_new.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.mr_new.dir/rule @@ -6258,7 +6483,7 @@ testing/CMakeFiles/thrust.all.test.mr_new.dir/all: testing/CMakeFiles/thrust.tes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.mr_new.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.mr_new.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.mr_new.dir/rule @@ -6284,7 +6509,7 @@ testing/CMakeFiles/thrust.test.mr_pool.dir/all: testing/unittest/CMakeFiles/thru # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.mr_pool.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.mr_pool.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.mr_pool.dir/rule @@ -6310,7 +6535,7 @@ testing/CMakeFiles/thrust.all.test.mr_pool.dir/all: testing/CMakeFiles/thrust.te # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.mr_pool.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.mr_pool.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.mr_pool.dir/rule @@ -6331,7 +6556,7 @@ testing/CMakeFiles/thrust.all.test.mr_pool.dir/clean: testing/CMakeFiles/thrust.test.mr_pool_options.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.mr_pool_options.dir/build.make testing/CMakeFiles/thrust.test.mr_pool_options.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.mr_pool_options.dir/build.make testing/CMakeFiles/thrust.test.mr_pool_options.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.mr_pool_options" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=85 "Built target thrust.test.mr_pool_options" .PHONY : testing/CMakeFiles/thrust.test.mr_pool_options.dir/all # Build rule for subdir invocation for target. @@ -6388,7 +6613,7 @@ testing/CMakeFiles/thrust.test.namespace_wrapped.dir/all: testing/unittest/CMake # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.namespace_wrapped.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.namespace_wrapped.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.namespace_wrapped.dir/rule @@ -6414,7 +6639,7 @@ testing/CMakeFiles/thrust.all.test.namespace_wrapped.dir/all: testing/CMakeFiles # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.namespace_wrapped.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.namespace_wrapped.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.namespace_wrapped.dir/rule @@ -6440,7 +6665,7 @@ testing/CMakeFiles/thrust.test.out_of_memory_recovery.dir/all: testing/unittest/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.out_of_memory_recovery.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.out_of_memory_recovery.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.out_of_memory_recovery.dir/rule @@ -6466,7 +6691,7 @@ testing/CMakeFiles/thrust.all.test.out_of_memory_recovery.dir/all: testing/CMake # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.out_of_memory_recovery.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.out_of_memory_recovery.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.out_of_memory_recovery.dir/rule @@ -6487,12 +6712,12 @@ testing/CMakeFiles/thrust.all.test.out_of_memory_recovery.dir/clean: testing/CMakeFiles/thrust.test.pair.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.pair.dir/build.make testing/CMakeFiles/thrust.test.pair.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.pair.dir/build.make testing/CMakeFiles/thrust.test.pair.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=84 "Built target thrust.test.pair" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.pair" .PHONY : testing/CMakeFiles/thrust.test.pair.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.pair.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.pair.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.pair.dir/rule @@ -6518,7 +6743,7 @@ testing/CMakeFiles/thrust.all.test.pair.dir/all: testing/CMakeFiles/thrust.test. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.pair.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.pair.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.pair.dir/rule @@ -6544,7 +6769,7 @@ testing/CMakeFiles/thrust.test.pair_reduce.dir/all: testing/unittest/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.pair_reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.pair_reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.pair_reduce.dir/rule @@ -6570,7 +6795,7 @@ testing/CMakeFiles/thrust.all.test.pair_reduce.dir/all: testing/CMakeFiles/thrus # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.pair_reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.pair_reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.pair_reduce.dir/rule @@ -6596,7 +6821,7 @@ testing/CMakeFiles/thrust.test.pair_scan.dir/all: testing/unittest/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.pair_scan.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.pair_scan.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.pair_scan.dir/rule @@ -6622,7 +6847,7 @@ testing/CMakeFiles/thrust.all.test.pair_scan.dir/all: testing/CMakeFiles/thrust. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.pair_scan.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.pair_scan.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.pair_scan.dir/rule @@ -6643,7 +6868,7 @@ testing/CMakeFiles/thrust.all.test.pair_scan.dir/clean: testing/CMakeFiles/thrust.test.pair_scan_by_key.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.pair_scan_by_key.dir/build.make testing/CMakeFiles/thrust.test.pair_scan_by_key.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.pair_scan_by_key.dir/build.make testing/CMakeFiles/thrust.test.pair_scan_by_key.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.pair_scan_by_key" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=86 "Built target thrust.test.pair_scan_by_key" .PHONY : testing/CMakeFiles/thrust.test.pair_scan_by_key.dir/all # Build rule for subdir invocation for target. @@ -6700,7 +6925,7 @@ testing/CMakeFiles/thrust.test.pair_sort.dir/all: testing/unittest/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.pair_sort.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.pair_sort.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.pair_sort.dir/rule @@ -6726,7 +6951,7 @@ testing/CMakeFiles/thrust.all.test.pair_sort.dir/all: testing/CMakeFiles/thrust. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.pair_sort.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.pair_sort.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.pair_sort.dir/rule @@ -6752,7 +6977,7 @@ testing/CMakeFiles/thrust.test.pair_sort_by_key.dir/all: testing/unittest/CMakeF # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.pair_sort_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.pair_sort_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.pair_sort_by_key.dir/rule @@ -6778,7 +7003,7 @@ testing/CMakeFiles/thrust.all.test.pair_sort_by_key.dir/all: testing/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.pair_sort_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.pair_sort_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.pair_sort_by_key.dir/rule @@ -6799,12 +7024,12 @@ testing/CMakeFiles/thrust.all.test.pair_sort_by_key.dir/clean: testing/CMakeFiles/thrust.test.pair_transform.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.pair_transform.dir/build.make testing/CMakeFiles/thrust.test.pair_transform.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.pair_transform.dir/build.make testing/CMakeFiles/thrust.test.pair_transform.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=85 "Built target thrust.test.pair_transform" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.pair_transform" .PHONY : testing/CMakeFiles/thrust.test.pair_transform.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.pair_transform.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.pair_transform.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.pair_transform.dir/rule @@ -6830,7 +7055,7 @@ testing/CMakeFiles/thrust.all.test.pair_transform.dir/all: testing/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.pair_transform.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.pair_transform.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.pair_transform.dir/rule @@ -6856,7 +7081,7 @@ testing/CMakeFiles/thrust.test.partition.dir/all: testing/unittest/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.partition.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.partition.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.partition.dir/rule @@ -6882,7 +7107,7 @@ testing/CMakeFiles/thrust.all.test.partition.dir/all: testing/CMakeFiles/thrust. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.partition.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.partition.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.partition.dir/rule @@ -6908,7 +7133,7 @@ testing/CMakeFiles/thrust.test.partition_point.dir/all: testing/unittest/CMakeFi # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.partition_point.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.partition_point.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.partition_point.dir/rule @@ -6934,7 +7159,7 @@ testing/CMakeFiles/thrust.all.test.partition_point.dir/all: testing/CMakeFiles/t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.partition_point.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.partition_point.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.partition_point.dir/rule @@ -6960,7 +7185,7 @@ testing/CMakeFiles/thrust.test.permutation_iterator.dir/all: testing/unittest/CM # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.permutation_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.permutation_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.permutation_iterator.dir/rule @@ -6986,7 +7211,7 @@ testing/CMakeFiles/thrust.all.test.permutation_iterator.dir/all: testing/CMakeFi # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.permutation_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.permutation_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.permutation_iterator.dir/rule @@ -7007,7 +7232,7 @@ testing/CMakeFiles/thrust.all.test.permutation_iterator.dir/clean: testing/CMakeFiles/thrust.test.preprocessor.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.preprocessor.dir/build.make testing/CMakeFiles/thrust.test.preprocessor.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.preprocessor.dir/build.make testing/CMakeFiles/thrust.test.preprocessor.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.preprocessor" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=87 "Built target thrust.test.preprocessor" .PHONY : testing/CMakeFiles/thrust.test.preprocessor.dir/all # Build rule for subdir invocation for target. @@ -7064,7 +7289,7 @@ testing/CMakeFiles/thrust.test.random.dir/all: testing/unittest/CMakeFiles/thrus # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.random.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.random.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.random.dir/rule @@ -7090,7 +7315,7 @@ testing/CMakeFiles/thrust.all.test.random.dir/all: testing/CMakeFiles/thrust.tes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.random.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.random.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.random.dir/rule @@ -7111,12 +7336,12 @@ testing/CMakeFiles/thrust.all.test.random.dir/clean: testing/CMakeFiles/thrust.test.reduce.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.reduce.dir/build.make testing/CMakeFiles/thrust.test.reduce.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.reduce.dir/build.make testing/CMakeFiles/thrust.test.reduce.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=86 "Built target thrust.test.reduce" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.reduce" .PHONY : testing/CMakeFiles/thrust.test.reduce.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.reduce.dir/rule @@ -7142,7 +7367,7 @@ testing/CMakeFiles/thrust.all.test.reduce.dir/all: testing/CMakeFiles/thrust.tes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.reduce.dir/rule @@ -7168,7 +7393,7 @@ testing/CMakeFiles/thrust.test.reduce_by_key.dir/all: testing/unittest/CMakeFile # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.reduce_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.reduce_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.reduce_by_key.dir/rule @@ -7194,7 +7419,7 @@ testing/CMakeFiles/thrust.all.test.reduce_by_key.dir/all: testing/CMakeFiles/thr # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.reduce_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.reduce_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.reduce_by_key.dir/rule @@ -7220,7 +7445,7 @@ testing/CMakeFiles/thrust.test.reduce_large.dir/all: testing/unittest/CMakeFiles # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.reduce_large.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.reduce_large.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.reduce_large.dir/rule @@ -7246,7 +7471,7 @@ testing/CMakeFiles/thrust.all.test.reduce_large.dir/all: testing/CMakeFiles/thru # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.reduce_large.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.reduce_large.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.reduce_large.dir/rule @@ -7272,7 +7497,7 @@ testing/CMakeFiles/thrust.test.remove.dir/all: testing/unittest/CMakeFiles/thrus # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.remove.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.remove.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.remove.dir/rule @@ -7298,7 +7523,7 @@ testing/CMakeFiles/thrust.all.test.remove.dir/all: testing/CMakeFiles/thrust.tes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.remove.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.remove.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.remove.dir/rule @@ -7319,7 +7544,7 @@ testing/CMakeFiles/thrust.all.test.remove.dir/clean: testing/CMakeFiles/thrust.test.replace.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.replace.dir/build.make testing/CMakeFiles/thrust.test.replace.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.replace.dir/build.make testing/CMakeFiles/thrust.test.replace.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.replace" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=88 "Built target thrust.test.replace" .PHONY : testing/CMakeFiles/thrust.test.replace.dir/all # Build rule for subdir invocation for target. @@ -7371,12 +7596,12 @@ testing/CMakeFiles/thrust.all.test.replace.dir/clean: testing/CMakeFiles/thrust.test.reverse.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.reverse.dir/build.make testing/CMakeFiles/thrust.test.reverse.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.reverse.dir/build.make testing/CMakeFiles/thrust.test.reverse.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=87 "Built target thrust.test.reverse" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.reverse" .PHONY : testing/CMakeFiles/thrust.test.reverse.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.reverse.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.reverse.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.reverse.dir/rule @@ -7402,7 +7627,7 @@ testing/CMakeFiles/thrust.all.test.reverse.dir/all: testing/CMakeFiles/thrust.te # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.reverse.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.reverse.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.reverse.dir/rule @@ -7428,7 +7653,7 @@ testing/CMakeFiles/thrust.test.reverse_iterator.dir/all: testing/unittest/CMakeF # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.reverse_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.reverse_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.reverse_iterator.dir/rule @@ -7454,7 +7679,7 @@ testing/CMakeFiles/thrust.all.test.reverse_iterator.dir/all: testing/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.reverse_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.reverse_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.reverse_iterator.dir/rule @@ -7480,7 +7705,7 @@ testing/CMakeFiles/thrust.test.scan.dir/all: testing/unittest/CMakeFiles/thrust. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.scan.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.scan.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.scan.dir/rule @@ -7506,7 +7731,7 @@ testing/CMakeFiles/thrust.all.test.scan.dir/all: testing/CMakeFiles/thrust.test. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.scan.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.scan.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.scan.dir/rule @@ -7532,7 +7757,7 @@ testing/CMakeFiles/thrust.test.scan_by_key.exclusive.dir/all: testing/unittest/C # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.scan_by_key.exclusive.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.scan_by_key.exclusive.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.scan_by_key.exclusive.dir/rule @@ -7558,7 +7783,7 @@ testing/CMakeFiles/thrust.all.test.scan_by_key.exclusive.dir/all: testing/CMakeF # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.scan_by_key.exclusive.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.scan_by_key.exclusive.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.scan_by_key.exclusive.dir/rule @@ -7584,7 +7809,7 @@ testing/CMakeFiles/thrust.test.scan_by_key.inclusive.dir/all: testing/unittest/C # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.scan_by_key.inclusive.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.scan_by_key.inclusive.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.scan_by_key.inclusive.dir/rule @@ -7610,7 +7835,7 @@ testing/CMakeFiles/thrust.all.test.scan_by_key.inclusive.dir/all: testing/CMakeF # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.scan_by_key.inclusive.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.scan_by_key.inclusive.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.scan_by_key.inclusive.dir/rule @@ -7631,7 +7856,7 @@ testing/CMakeFiles/thrust.all.test.scan_by_key.inclusive.dir/clean: testing/CMakeFiles/thrust.test.scatter.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.scatter.dir/build.make testing/CMakeFiles/thrust.test.scatter.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.scatter.dir/build.make testing/CMakeFiles/thrust.test.scatter.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.scatter" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=89 "Built target thrust.test.scatter" .PHONY : testing/CMakeFiles/thrust.test.scatter.dir/all # Build rule for subdir invocation for target. @@ -7683,12 +7908,12 @@ testing/CMakeFiles/thrust.all.test.scatter.dir/clean: testing/CMakeFiles/thrust.test.sequence.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.sequence.dir/build.make testing/CMakeFiles/thrust.test.sequence.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.sequence.dir/build.make testing/CMakeFiles/thrust.test.sequence.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=88 "Built target thrust.test.sequence" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.sequence" .PHONY : testing/CMakeFiles/thrust.test.sequence.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.sequence.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.sequence.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.sequence.dir/rule @@ -7714,7 +7939,7 @@ testing/CMakeFiles/thrust.all.test.sequence.dir/all: testing/CMakeFiles/thrust.t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.sequence.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.sequence.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.sequence.dir/rule @@ -7740,7 +7965,7 @@ testing/CMakeFiles/thrust.test.set_difference.dir/all: testing/unittest/CMakeFil # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_difference.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_difference.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_difference.dir/rule @@ -7766,7 +7991,7 @@ testing/CMakeFiles/thrust.all.test.set_difference.dir/all: testing/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_difference.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_difference.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_difference.dir/rule @@ -7792,7 +8017,7 @@ testing/CMakeFiles/thrust.test.set_difference_by_key.dir/all: testing/unittest/C # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_difference_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_difference_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_difference_by_key.dir/rule @@ -7818,7 +8043,7 @@ testing/CMakeFiles/thrust.all.test.set_difference_by_key.dir/all: testing/CMakeF # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_difference_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_difference_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_difference_by_key.dir/rule @@ -7844,7 +8069,7 @@ testing/CMakeFiles/thrust.test.set_difference_by_key_descending.dir/all: testing # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_difference_by_key_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_difference_by_key_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_difference_by_key_descending.dir/rule @@ -7870,7 +8095,7 @@ testing/CMakeFiles/thrust.all.test.set_difference_by_key_descending.dir/all: tes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_difference_by_key_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_difference_by_key_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_difference_by_key_descending.dir/rule @@ -7896,7 +8121,7 @@ testing/CMakeFiles/thrust.test.set_difference_descending.dir/all: testing/unitte # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_difference_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_difference_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_difference_descending.dir/rule @@ -7922,7 +8147,7 @@ testing/CMakeFiles/thrust.all.test.set_difference_descending.dir/all: testing/CM # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_difference_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_difference_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_difference_descending.dir/rule @@ -7943,12 +8168,12 @@ testing/CMakeFiles/thrust.all.test.set_difference_descending.dir/clean: testing/CMakeFiles/thrust.test.set_difference_key_value.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.set_difference_key_value.dir/build.make testing/CMakeFiles/thrust.test.set_difference_key_value.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.set_difference_key_value.dir/build.make testing/CMakeFiles/thrust.test.set_difference_key_value.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=89 "Built target thrust.test.set_difference_key_value" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=90 "Built target thrust.test.set_difference_key_value" .PHONY : testing/CMakeFiles/thrust.test.set_difference_key_value.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_difference_key_value.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_difference_key_value.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_difference_key_value.dir/rule @@ -7974,7 +8199,7 @@ testing/CMakeFiles/thrust.all.test.set_difference_key_value.dir/all: testing/CMa # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_difference_key_value.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_difference_key_value.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_difference_key_value.dir/rule @@ -8000,7 +8225,7 @@ testing/CMakeFiles/thrust.test.set_intersection.dir/all: testing/unittest/CMakeF # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_intersection.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_intersection.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_intersection.dir/rule @@ -8026,7 +8251,7 @@ testing/CMakeFiles/thrust.all.test.set_intersection.dir/all: testing/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_intersection.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_intersection.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_intersection.dir/rule @@ -8052,7 +8277,7 @@ testing/CMakeFiles/thrust.test.set_intersection_by_key.dir/all: testing/unittest # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_intersection_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_intersection_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_intersection_by_key.dir/rule @@ -8078,7 +8303,7 @@ testing/CMakeFiles/thrust.all.test.set_intersection_by_key.dir/all: testing/CMak # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_intersection_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_intersection_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_intersection_by_key.dir/rule @@ -8104,7 +8329,7 @@ testing/CMakeFiles/thrust.test.set_intersection_by_key_descending.dir/all: testi # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_intersection_by_key_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_intersection_by_key_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_intersection_by_key_descending.dir/rule @@ -8130,7 +8355,7 @@ testing/CMakeFiles/thrust.all.test.set_intersection_by_key_descending.dir/all: t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_intersection_by_key_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_intersection_by_key_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_intersection_by_key_descending.dir/rule @@ -8156,7 +8381,7 @@ testing/CMakeFiles/thrust.test.set_intersection_descending.dir/all: testing/unit # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_intersection_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_intersection_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_intersection_descending.dir/rule @@ -8182,7 +8407,7 @@ testing/CMakeFiles/thrust.all.test.set_intersection_descending.dir/all: testing/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_intersection_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_intersection_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_intersection_descending.dir/rule @@ -8208,7 +8433,7 @@ testing/CMakeFiles/thrust.test.set_intersection_key_value.dir/all: testing/unitt # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_intersection_key_value.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_intersection_key_value.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_intersection_key_value.dir/rule @@ -8234,7 +8459,7 @@ testing/CMakeFiles/thrust.all.test.set_intersection_key_value.dir/all: testing/C # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_intersection_key_value.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_intersection_key_value.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_intersection_key_value.dir/rule @@ -8255,12 +8480,12 @@ testing/CMakeFiles/thrust.all.test.set_intersection_key_value.dir/clean: testing/CMakeFiles/thrust.test.set_symmetric_difference.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.set_symmetric_difference.dir/build.make testing/CMakeFiles/thrust.test.set_symmetric_difference.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.set_symmetric_difference.dir/build.make testing/CMakeFiles/thrust.test.set_symmetric_difference.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=90 "Built target thrust.test.set_symmetric_difference" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=91 "Built target thrust.test.set_symmetric_difference" .PHONY : testing/CMakeFiles/thrust.test.set_symmetric_difference.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_symmetric_difference.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_symmetric_difference.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_symmetric_difference.dir/rule @@ -8286,7 +8511,7 @@ testing/CMakeFiles/thrust.all.test.set_symmetric_difference.dir/all: testing/CMa # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_symmetric_difference.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_symmetric_difference.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_symmetric_difference.dir/rule @@ -8312,7 +8537,7 @@ testing/CMakeFiles/thrust.test.set_symmetric_difference_by_key.dir/all: testing/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_symmetric_difference_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_symmetric_difference_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_symmetric_difference_by_key.dir/rule @@ -8338,7 +8563,7 @@ testing/CMakeFiles/thrust.all.test.set_symmetric_difference_by_key.dir/all: test # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_symmetric_difference_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_symmetric_difference_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_symmetric_difference_by_key.dir/rule @@ -8364,7 +8589,7 @@ testing/CMakeFiles/thrust.test.set_symmetric_difference_by_key_descending.dir/al # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_symmetric_difference_by_key_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_symmetric_difference_by_key_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_symmetric_difference_by_key_descending.dir/rule @@ -8390,7 +8615,7 @@ testing/CMakeFiles/thrust.all.test.set_symmetric_difference_by_key_descending.di # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_symmetric_difference_by_key_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_symmetric_difference_by_key_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_symmetric_difference_by_key_descending.dir/rule @@ -8416,7 +8641,7 @@ testing/CMakeFiles/thrust.test.set_symmetric_difference_descending.dir/all: test # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_symmetric_difference_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_symmetric_difference_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_symmetric_difference_descending.dir/rule @@ -8442,7 +8667,7 @@ testing/CMakeFiles/thrust.all.test.set_symmetric_difference_descending.dir/all: # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_symmetric_difference_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_symmetric_difference_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_symmetric_difference_descending.dir/rule @@ -8468,7 +8693,7 @@ testing/CMakeFiles/thrust.test.set_union.dir/all: testing/unittest/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_union.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_union.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_union.dir/rule @@ -8494,7 +8719,7 @@ testing/CMakeFiles/thrust.all.test.set_union.dir/all: testing/CMakeFiles/thrust. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_union.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_union.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_union.dir/rule @@ -8515,12 +8740,12 @@ testing/CMakeFiles/thrust.all.test.set_union.dir/clean: testing/CMakeFiles/thrust.test.set_union_by_key.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.set_union_by_key.dir/build.make testing/CMakeFiles/thrust.test.set_union_by_key.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.set_union_by_key.dir/build.make testing/CMakeFiles/thrust.test.set_union_by_key.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=91 "Built target thrust.test.set_union_by_key" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.set_union_by_key" .PHONY : testing/CMakeFiles/thrust.test.set_union_by_key.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_union_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_union_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_union_by_key.dir/rule @@ -8546,7 +8771,7 @@ testing/CMakeFiles/thrust.all.test.set_union_by_key.dir/all: testing/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_union_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_union_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_union_by_key.dir/rule @@ -8567,7 +8792,7 @@ testing/CMakeFiles/thrust.all.test.set_union_by_key.dir/clean: testing/CMakeFiles/thrust.test.set_union_by_key_descending.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.set_union_by_key_descending.dir/build.make testing/CMakeFiles/thrust.test.set_union_by_key_descending.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.set_union_by_key_descending.dir/build.make testing/CMakeFiles/thrust.test.set_union_by_key_descending.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.set_union_by_key_descending" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=92 "Built target thrust.test.set_union_by_key_descending" .PHONY : testing/CMakeFiles/thrust.test.set_union_by_key_descending.dir/all # Build rule for subdir invocation for target. @@ -8624,7 +8849,7 @@ testing/CMakeFiles/thrust.test.set_union_descending.dir/all: testing/unittest/CM # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_union_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_union_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_union_descending.dir/rule @@ -8650,7 +8875,7 @@ testing/CMakeFiles/thrust.all.test.set_union_descending.dir/all: testing/CMakeFi # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_union_descending.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_union_descending.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_union_descending.dir/rule @@ -8676,7 +8901,7 @@ testing/CMakeFiles/thrust.test.set_union_key_value.dir/all: testing/unittest/CMa # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.set_union_key_value.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.set_union_key_value.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.set_union_key_value.dir/rule @@ -8702,7 +8927,7 @@ testing/CMakeFiles/thrust.all.test.set_union_key_value.dir/all: testing/CMakeFil # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.set_union_key_value.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.set_union_key_value.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.set_union_key_value.dir/rule @@ -8728,7 +8953,7 @@ testing/CMakeFiles/thrust.test.shuffle.dir/all: testing/unittest/CMakeFiles/thru # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.shuffle.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.shuffle.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.shuffle.dir/rule @@ -8754,7 +8979,7 @@ testing/CMakeFiles/thrust.all.test.shuffle.dir/all: testing/CMakeFiles/thrust.te # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.shuffle.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.shuffle.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.shuffle.dir/rule @@ -8780,7 +9005,7 @@ testing/CMakeFiles/thrust.test.sort.dir/all: testing/unittest/CMakeFiles/thrust. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.sort.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.sort.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.sort.dir/rule @@ -8806,7 +9031,7 @@ testing/CMakeFiles/thrust.all.test.sort.dir/all: testing/CMakeFiles/thrust.test. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.sort.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.sort.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.sort.dir/rule @@ -8827,12 +9052,12 @@ testing/CMakeFiles/thrust.all.test.sort.dir/clean: testing/CMakeFiles/thrust.test.sort_by_key.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.sort_by_key.dir/build.make testing/CMakeFiles/thrust.test.sort_by_key.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.sort_by_key.dir/build.make testing/CMakeFiles/thrust.test.sort_by_key.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=92 "Built target thrust.test.sort_by_key" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.sort_by_key" .PHONY : testing/CMakeFiles/thrust.test.sort_by_key.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.sort_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.sort_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.sort_by_key.dir/rule @@ -8858,7 +9083,7 @@ testing/CMakeFiles/thrust.all.test.sort_by_key.dir/all: testing/CMakeFiles/thrus # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.sort_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.sort_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.sort_by_key.dir/rule @@ -8879,7 +9104,7 @@ testing/CMakeFiles/thrust.all.test.sort_by_key.dir/clean: testing/CMakeFiles/thrust.test.sort_by_key_variable_bits.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.sort_by_key_variable_bits.dir/build.make testing/CMakeFiles/thrust.test.sort_by_key_variable_bits.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.sort_by_key_variable_bits.dir/build.make testing/CMakeFiles/thrust.test.sort_by_key_variable_bits.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.sort_by_key_variable_bits" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=93 "Built target thrust.test.sort_by_key_variable_bits" .PHONY : testing/CMakeFiles/thrust.test.sort_by_key_variable_bits.dir/all # Build rule for subdir invocation for target. @@ -8936,7 +9161,7 @@ testing/CMakeFiles/thrust.test.sort_permutation_iterator.dir/all: testing/unitte # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.sort_permutation_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.sort_permutation_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.sort_permutation_iterator.dir/rule @@ -8962,7 +9187,7 @@ testing/CMakeFiles/thrust.all.test.sort_permutation_iterator.dir/all: testing/CM # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.sort_permutation_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.sort_permutation_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.sort_permutation_iterator.dir/rule @@ -8988,7 +9213,7 @@ testing/CMakeFiles/thrust.test.sort_variable_bits.dir/all: testing/unittest/CMak # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.sort_variable_bits.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.sort_variable_bits.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.sort_variable_bits.dir/rule @@ -9014,7 +9239,7 @@ testing/CMakeFiles/thrust.all.test.sort_variable_bits.dir/all: testing/CMakeFile # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.sort_variable_bits.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.sort_variable_bits.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.sort_variable_bits.dir/rule @@ -9040,7 +9265,7 @@ testing/CMakeFiles/thrust.test.stable_sort.dir/all: testing/unittest/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.stable_sort.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.stable_sort.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.stable_sort.dir/rule @@ -9066,7 +9291,7 @@ testing/CMakeFiles/thrust.all.test.stable_sort.dir/all: testing/CMakeFiles/thrus # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.stable_sort.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.stable_sort.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.stable_sort.dir/rule @@ -9092,7 +9317,7 @@ testing/CMakeFiles/thrust.test.stable_sort_by_key.dir/all: testing/unittest/CMak # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.stable_sort_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.stable_sort_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.stable_sort_by_key.dir/rule @@ -9118,7 +9343,7 @@ testing/CMakeFiles/thrust.all.test.stable_sort_by_key.dir/all: testing/CMakeFile # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.stable_sort_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.stable_sort_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.stable_sort_by_key.dir/rule @@ -9139,12 +9364,12 @@ testing/CMakeFiles/thrust.all.test.stable_sort_by_key.dir/clean: testing/CMakeFiles/thrust.test.stable_sort_by_key_large_keys.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.stable_sort_by_key_large_keys.dir/build.make testing/CMakeFiles/thrust.test.stable_sort_by_key_large_keys.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.stable_sort_by_key_large_keys.dir/build.make testing/CMakeFiles/thrust.test.stable_sort_by_key_large_keys.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=93 "Built target thrust.test.stable_sort_by_key_large_keys" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.stable_sort_by_key_large_keys" .PHONY : testing/CMakeFiles/thrust.test.stable_sort_by_key_large_keys.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.stable_sort_by_key_large_keys.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.stable_sort_by_key_large_keys.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.stable_sort_by_key_large_keys.dir/rule @@ -9170,7 +9395,7 @@ testing/CMakeFiles/thrust.all.test.stable_sort_by_key_large_keys.dir/all: testin # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.stable_sort_by_key_large_keys.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.stable_sort_by_key_large_keys.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.stable_sort_by_key_large_keys.dir/rule @@ -9196,7 +9421,7 @@ testing/CMakeFiles/thrust.test.stable_sort_by_key_large_keys_and_values.dir/all: # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.stable_sort_by_key_large_keys_and_values.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.stable_sort_by_key_large_keys_and_values.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.stable_sort_by_key_large_keys_and_values.dir/rule @@ -9222,7 +9447,7 @@ testing/CMakeFiles/thrust.all.test.stable_sort_by_key_large_keys_and_values.dir/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.stable_sort_by_key_large_keys_and_values.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.stable_sort_by_key_large_keys_and_values.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.stable_sort_by_key_large_keys_and_values.dir/rule @@ -9243,7 +9468,7 @@ testing/CMakeFiles/thrust.all.test.stable_sort_by_key_large_keys_and_values.dir/ testing/CMakeFiles/thrust.test.stable_sort_by_key_large_values.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.stable_sort_by_key_large_values.dir/build.make testing/CMakeFiles/thrust.test.stable_sort_by_key_large_values.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.stable_sort_by_key_large_values.dir/build.make testing/CMakeFiles/thrust.test.stable_sort_by_key_large_values.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.stable_sort_by_key_large_values" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=94 "Built target thrust.test.stable_sort_by_key_large_values" .PHONY : testing/CMakeFiles/thrust.test.stable_sort_by_key_large_values.dir/all # Build rule for subdir invocation for target. @@ -9300,7 +9525,7 @@ testing/CMakeFiles/thrust.test.stable_sort_large.dir/all: testing/unittest/CMake # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.stable_sort_large.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.stable_sort_large.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.stable_sort_large.dir/rule @@ -9326,7 +9551,7 @@ testing/CMakeFiles/thrust.all.test.stable_sort_large.dir/all: testing/CMakeFiles # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.stable_sort_large.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.stable_sort_large.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.stable_sort_large.dir/rule @@ -9352,7 +9577,7 @@ testing/CMakeFiles/thrust.test.swap_ranges.dir/all: testing/unittest/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.swap_ranges.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.swap_ranges.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.swap_ranges.dir/rule @@ -9378,7 +9603,7 @@ testing/CMakeFiles/thrust.all.test.swap_ranges.dir/all: testing/CMakeFiles/thrus # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.swap_ranges.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.swap_ranges.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.swap_ranges.dir/rule @@ -9399,12 +9624,12 @@ testing/CMakeFiles/thrust.all.test.swap_ranges.dir/clean: testing/CMakeFiles/thrust.test.tabulate.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.tabulate.dir/build.make testing/CMakeFiles/thrust.test.tabulate.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.tabulate.dir/build.make testing/CMakeFiles/thrust.test.tabulate.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=94 "Built target thrust.test.tabulate" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.tabulate" .PHONY : testing/CMakeFiles/thrust.test.tabulate.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.tabulate.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.tabulate.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.tabulate.dir/rule @@ -9430,7 +9655,7 @@ testing/CMakeFiles/thrust.all.test.tabulate.dir/all: testing/CMakeFiles/thrust.t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.tabulate.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.tabulate.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.tabulate.dir/rule @@ -9456,7 +9681,7 @@ testing/CMakeFiles/thrust.test.transform.dir/all: testing/unittest/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.transform.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.transform.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.transform.dir/rule @@ -9482,7 +9707,7 @@ testing/CMakeFiles/thrust.all.test.transform.dir/all: testing/CMakeFiles/thrust. # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.transform.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.transform.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.transform.dir/rule @@ -9508,7 +9733,7 @@ testing/CMakeFiles/thrust.test.transform_input_output_iterator.dir/all: testing/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.transform_input_output_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.transform_input_output_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.transform_input_output_iterator.dir/rule @@ -9534,7 +9759,7 @@ testing/CMakeFiles/thrust.all.test.transform_input_output_iterator.dir/all: test # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.transform_input_output_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.transform_input_output_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.transform_input_output_iterator.dir/rule @@ -9555,7 +9780,7 @@ testing/CMakeFiles/thrust.all.test.transform_input_output_iterator.dir/clean: testing/CMakeFiles/thrust.test.transform_iterator.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.transform_iterator.dir/build.make testing/CMakeFiles/thrust.test.transform_iterator.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.transform_iterator.dir/build.make testing/CMakeFiles/thrust.test.transform_iterator.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.transform_iterator" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=95 "Built target thrust.test.transform_iterator" .PHONY : testing/CMakeFiles/thrust.test.transform_iterator.dir/all # Build rule for subdir invocation for target. @@ -9612,7 +9837,7 @@ testing/CMakeFiles/thrust.test.transform_output_iterator.dir/all: testing/unitte # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.transform_output_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.transform_output_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.transform_output_iterator.dir/rule @@ -9638,7 +9863,7 @@ testing/CMakeFiles/thrust.all.test.transform_output_iterator.dir/all: testing/CM # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.transform_output_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.transform_output_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.transform_output_iterator.dir/rule @@ -9664,7 +9889,7 @@ testing/CMakeFiles/thrust.test.transform_output_iterator_reduce_by_key.dir/all: # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.transform_output_iterator_reduce_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.transform_output_iterator_reduce_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.transform_output_iterator_reduce_by_key.dir/rule @@ -9690,7 +9915,7 @@ testing/CMakeFiles/thrust.all.test.transform_output_iterator_reduce_by_key.dir/a # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.transform_output_iterator_reduce_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.transform_output_iterator_reduce_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.transform_output_iterator_reduce_by_key.dir/rule @@ -9711,12 +9936,12 @@ testing/CMakeFiles/thrust.all.test.transform_output_iterator_reduce_by_key.dir/c testing/CMakeFiles/thrust.test.transform_reduce.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.transform_reduce.dir/build.make testing/CMakeFiles/thrust.test.transform_reduce.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.transform_reduce.dir/build.make testing/CMakeFiles/thrust.test.transform_reduce.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=95 "Built target thrust.test.transform_reduce" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.transform_reduce" .PHONY : testing/CMakeFiles/thrust.test.transform_reduce.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.transform_reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.transform_reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.transform_reduce.dir/rule @@ -9742,7 +9967,7 @@ testing/CMakeFiles/thrust.all.test.transform_reduce.dir/all: testing/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.transform_reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.transform_reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.transform_reduce.dir/rule @@ -9768,7 +9993,7 @@ testing/CMakeFiles/thrust.test.transform_scan.dir/all: testing/unittest/CMakeFil # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.transform_scan.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.transform_scan.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.transform_scan.dir/rule @@ -9794,7 +10019,7 @@ testing/CMakeFiles/thrust.all.test.transform_scan.dir/all: testing/CMakeFiles/th # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.transform_scan.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.transform_scan.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.transform_scan.dir/rule @@ -9820,7 +10045,7 @@ testing/CMakeFiles/thrust.test.trivial_sequence.dir/all: testing/unittest/CMakeF # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.trivial_sequence.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.trivial_sequence.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.trivial_sequence.dir/rule @@ -9846,7 +10071,7 @@ testing/CMakeFiles/thrust.all.test.trivial_sequence.dir/all: testing/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.trivial_sequence.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.trivial_sequence.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.trivial_sequence.dir/rule @@ -9867,7 +10092,7 @@ testing/CMakeFiles/thrust.all.test.trivial_sequence.dir/clean: testing/CMakeFiles/thrust.test.tuple.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.tuple.dir/build.make testing/CMakeFiles/thrust.test.tuple.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.tuple.dir/build.make testing/CMakeFiles/thrust.test.tuple.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.tuple" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=96 "Built target thrust.test.tuple" .PHONY : testing/CMakeFiles/thrust.test.tuple.dir/all # Build rule for subdir invocation for target. @@ -9924,7 +10149,7 @@ testing/CMakeFiles/thrust.test.tuple_algorithms.dir/all: testing/unittest/CMakeF # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.tuple_algorithms.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.tuple_algorithms.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.tuple_algorithms.dir/rule @@ -9950,7 +10175,7 @@ testing/CMakeFiles/thrust.all.test.tuple_algorithms.dir/all: testing/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.tuple_algorithms.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.tuple_algorithms.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.tuple_algorithms.dir/rule @@ -9971,12 +10196,12 @@ testing/CMakeFiles/thrust.all.test.tuple_algorithms.dir/clean: testing/CMakeFiles/thrust.test.tuple_reduce.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.tuple_reduce.dir/build.make testing/CMakeFiles/thrust.test.tuple_reduce.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.tuple_reduce.dir/build.make testing/CMakeFiles/thrust.test.tuple_reduce.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=96 "Built target thrust.test.tuple_reduce" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.tuple_reduce" .PHONY : testing/CMakeFiles/thrust.test.tuple_reduce.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.tuple_reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.tuple_reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.tuple_reduce.dir/rule @@ -10002,7 +10227,7 @@ testing/CMakeFiles/thrust.all.test.tuple_reduce.dir/all: testing/CMakeFiles/thru # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.tuple_reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.tuple_reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.tuple_reduce.dir/rule @@ -10028,7 +10253,7 @@ testing/CMakeFiles/thrust.test.tuple_scan.dir/all: testing/unittest/CMakeFiles/t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.tuple_scan.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.tuple_scan.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.tuple_scan.dir/rule @@ -10054,7 +10279,7 @@ testing/CMakeFiles/thrust.all.test.tuple_scan.dir/all: testing/CMakeFiles/thrust # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.tuple_scan.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.tuple_scan.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.tuple_scan.dir/rule @@ -10080,7 +10305,7 @@ testing/CMakeFiles/thrust.test.tuple_sort.dir/all: testing/unittest/CMakeFiles/t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.tuple_sort.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.tuple_sort.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.tuple_sort.dir/rule @@ -10106,7 +10331,7 @@ testing/CMakeFiles/thrust.all.test.tuple_sort.dir/all: testing/CMakeFiles/thrust # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.tuple_sort.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.tuple_sort.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.tuple_sort.dir/rule @@ -10132,7 +10357,7 @@ testing/CMakeFiles/thrust.test.tuple_transform.dir/all: testing/unittest/CMakeFi # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.tuple_transform.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.tuple_transform.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.tuple_transform.dir/rule @@ -10158,7 +10383,7 @@ testing/CMakeFiles/thrust.all.test.tuple_transform.dir/all: testing/CMakeFiles/t # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.tuple_transform.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.tuple_transform.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.tuple_transform.dir/rule @@ -10179,7 +10404,7 @@ testing/CMakeFiles/thrust.all.test.tuple_transform.dir/clean: testing/CMakeFiles/thrust.test.type_traits.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.type_traits.dir/build.make testing/CMakeFiles/thrust.test.type_traits.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.type_traits.dir/build.make testing/CMakeFiles/thrust.test.type_traits.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.type_traits" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=97 "Built target thrust.test.type_traits" .PHONY : testing/CMakeFiles/thrust.test.type_traits.dir/all # Build rule for subdir invocation for target. @@ -10236,7 +10461,7 @@ testing/CMakeFiles/thrust.test.uninitialized_copy.dir/all: testing/unittest/CMak # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.uninitialized_copy.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.uninitialized_copy.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.uninitialized_copy.dir/rule @@ -10262,7 +10487,7 @@ testing/CMakeFiles/thrust.all.test.uninitialized_copy.dir/all: testing/CMakeFile # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.uninitialized_copy.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.uninitialized_copy.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.uninitialized_copy.dir/rule @@ -10283,12 +10508,12 @@ testing/CMakeFiles/thrust.all.test.uninitialized_copy.dir/clean: testing/CMakeFiles/thrust.test.uninitialized_fill.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.uninitialized_fill.dir/build.make testing/CMakeFiles/thrust.test.uninitialized_fill.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.uninitialized_fill.dir/build.make testing/CMakeFiles/thrust.test.uninitialized_fill.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=97 "Built target thrust.test.uninitialized_fill" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.uninitialized_fill" .PHONY : testing/CMakeFiles/thrust.test.uninitialized_fill.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.uninitialized_fill.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.uninitialized_fill.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.uninitialized_fill.dir/rule @@ -10314,7 +10539,7 @@ testing/CMakeFiles/thrust.all.test.uninitialized_fill.dir/all: testing/CMakeFile # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.uninitialized_fill.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.uninitialized_fill.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.uninitialized_fill.dir/rule @@ -10340,7 +10565,7 @@ testing/CMakeFiles/thrust.test.unique.dir/all: testing/unittest/CMakeFiles/thrus # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.unique.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.unique.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.unique.dir/rule @@ -10366,7 +10591,7 @@ testing/CMakeFiles/thrust.all.test.unique.dir/all: testing/CMakeFiles/thrust.tes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.unique.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.unique.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.unique.dir/rule @@ -10392,7 +10617,7 @@ testing/CMakeFiles/thrust.test.unique_by_key.dir/all: testing/unittest/CMakeFile # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.unique_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.unique_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.unique_by_key.dir/rule @@ -10418,7 +10643,7 @@ testing/CMakeFiles/thrust.all.test.unique_by_key.dir/all: testing/CMakeFiles/thr # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.unique_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.unique_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.unique_by_key.dir/rule @@ -10444,7 +10669,7 @@ testing/CMakeFiles/thrust.test.unittest_static_assert.dir/all: testing/unittest/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.unittest_static_assert.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.unittest_static_assert.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.unittest_static_assert.dir/rule @@ -10470,7 +10695,7 @@ testing/CMakeFiles/thrust.all.test.unittest_static_assert.dir/all: testing/CMake # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.unittest_static_assert.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.unittest_static_assert.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.unittest_static_assert.dir/rule @@ -10491,7 +10716,7 @@ testing/CMakeFiles/thrust.all.test.unittest_static_assert.dir/clean: testing/CMakeFiles/thrust.test.unittest_tester.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.unittest_tester.dir/build.make testing/CMakeFiles/thrust.test.unittest_tester.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.unittest_tester.dir/build.make testing/CMakeFiles/thrust.test.unittest_tester.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.unittest_tester" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=98 "Built target thrust.test.unittest_tester" .PHONY : testing/CMakeFiles/thrust.test.unittest_tester.dir/all # Build rule for subdir invocation for target. @@ -10543,12 +10768,12 @@ testing/CMakeFiles/thrust.all.test.unittest_tester.dir/clean: testing/CMakeFiles/thrust.test.universal_memory.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.universal_memory.dir/build.make testing/CMakeFiles/thrust.test.universal_memory.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.universal_memory.dir/build.make testing/CMakeFiles/thrust.test.universal_memory.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=98 "Built target thrust.test.universal_memory" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.universal_memory" .PHONY : testing/CMakeFiles/thrust.test.universal_memory.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.universal_memory.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.universal_memory.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.universal_memory.dir/rule @@ -10574,7 +10799,7 @@ testing/CMakeFiles/thrust.all.test.universal_memory.dir/all: testing/CMakeFiles/ # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.universal_memory.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.universal_memory.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.universal_memory.dir/rule @@ -10600,7 +10825,7 @@ testing/CMakeFiles/thrust.test.vector.dir/all: testing/unittest/CMakeFiles/thrus # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.vector.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.vector.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.vector.dir/rule @@ -10626,7 +10851,7 @@ testing/CMakeFiles/thrust.all.test.vector.dir/all: testing/CMakeFiles/thrust.tes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.vector.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.vector.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.vector.dir/rule @@ -10652,7 +10877,7 @@ testing/CMakeFiles/thrust.test.vector_allocators.dir/all: testing/unittest/CMake # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.vector_allocators.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.vector_allocators.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.vector_allocators.dir/rule @@ -10678,7 +10903,7 @@ testing/CMakeFiles/thrust.all.test.vector_allocators.dir/all: testing/CMakeFiles # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.vector_allocators.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.vector_allocators.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.vector_allocators.dir/rule @@ -10704,7 +10929,7 @@ testing/CMakeFiles/thrust.test.vector_insert.dir/all: testing/unittest/CMakeFile # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.vector_insert.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.vector_insert.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.vector_insert.dir/rule @@ -10730,7 +10955,7 @@ testing/CMakeFiles/thrust.all.test.vector_insert.dir/all: testing/CMakeFiles/thr # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.vector_insert.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.vector_insert.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.vector_insert.dir/rule @@ -10756,7 +10981,7 @@ testing/CMakeFiles/thrust.test.vector_manipulation.dir/all: testing/unittest/CMa # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.vector_manipulation.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.vector_manipulation.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.vector_manipulation.dir/rule @@ -10782,7 +11007,7 @@ testing/CMakeFiles/thrust.all.test.vector_manipulation.dir/all: testing/CMakeFil # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.vector_manipulation.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.vector_manipulation.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.vector_manipulation.dir/rule @@ -10803,7 +11028,7 @@ testing/CMakeFiles/thrust.all.test.vector_manipulation.dir/clean: testing/CMakeFiles/thrust.test.zip_function.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.zip_function.dir/build.make testing/CMakeFiles/thrust.test.zip_function.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.zip_function.dir/build.make testing/CMakeFiles/thrust.test.zip_function.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.zip_function" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=99 "Built target thrust.test.zip_function" .PHONY : testing/CMakeFiles/thrust.test.zip_function.dir/all # Build rule for subdir invocation for target. @@ -10855,12 +11080,12 @@ testing/CMakeFiles/thrust.all.test.zip_function.dir/clean: testing/CMakeFiles/thrust.test.zip_iterator.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.zip_iterator.dir/build.make testing/CMakeFiles/thrust.test.zip_iterator.dir/depend $(MAKE) $(MAKESILENT) -f testing/CMakeFiles/thrust.test.zip_iterator.dir/build.make testing/CMakeFiles/thrust.test.zip_iterator.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=99 "Built target thrust.test.zip_iterator" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.zip_iterator" .PHONY : testing/CMakeFiles/thrust.test.zip_iterator.dir/all # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.zip_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.zip_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.zip_iterator.dir/rule @@ -10886,7 +11111,7 @@ testing/CMakeFiles/thrust.all.test.zip_iterator.dir/all: testing/CMakeFiles/thru # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.zip_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.zip_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.zip_iterator.dir/rule @@ -10912,7 +11137,7 @@ testing/CMakeFiles/thrust.test.zip_iterator_reduce.dir/all: testing/unittest/CMa # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.zip_iterator_reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.zip_iterator_reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.zip_iterator_reduce.dir/rule @@ -10938,7 +11163,7 @@ testing/CMakeFiles/thrust.all.test.zip_iterator_reduce.dir/all: testing/CMakeFil # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.zip_iterator_reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.zip_iterator_reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.zip_iterator_reduce.dir/rule @@ -10964,7 +11189,7 @@ testing/CMakeFiles/thrust.test.zip_iterator_reduce_by_key.dir/all: testing/unitt # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.zip_iterator_reduce_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.zip_iterator_reduce_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.zip_iterator_reduce_by_key.dir/rule @@ -10990,7 +11215,7 @@ testing/CMakeFiles/thrust.all.test.zip_iterator_reduce_by_key.dir/all: testing/C # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.zip_iterator_reduce_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.zip_iterator_reduce_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.zip_iterator_reduce_by_key.dir/rule @@ -11016,7 +11241,7 @@ testing/CMakeFiles/thrust.test.zip_iterator_scan.dir/all: testing/unittest/CMake # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.zip_iterator_scan.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.zip_iterator_scan.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.zip_iterator_scan.dir/rule @@ -11042,7 +11267,7 @@ testing/CMakeFiles/thrust.all.test.zip_iterator_scan.dir/all: testing/CMakeFiles # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.zip_iterator_scan.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.zip_iterator_scan.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.zip_iterator_scan.dir/rule @@ -11068,7 +11293,7 @@ testing/CMakeFiles/thrust.test.zip_iterator_sort.dir/all: testing/unittest/CMake # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.zip_iterator_sort.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.zip_iterator_sort.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.zip_iterator_sort.dir/rule @@ -11094,7 +11319,7 @@ testing/CMakeFiles/thrust.all.test.zip_iterator_sort.dir/all: testing/CMakeFiles # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.zip_iterator_sort.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.zip_iterator_sort.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.zip_iterator_sort.dir/rule @@ -11120,7 +11345,7 @@ testing/CMakeFiles/thrust.test.zip_iterator_sort_by_key.dir/all: testing/unittes # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.test.zip_iterator_sort_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.test.zip_iterator_sort_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.test.zip_iterator_sort_by_key.dir/rule @@ -11146,7 +11371,7 @@ testing/CMakeFiles/thrust.all.test.zip_iterator_sort_by_key.dir/all: testing/CMa # Build rule for subdir invocation for target. testing/CMakeFiles/thrust.all.test.zip_iterator_sort_by_key.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/CMakeFiles/thrust.all.test.zip_iterator_sort_by_key.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/CMakeFiles/thrust.all.test.zip_iterator_sort_by_key.dir/rule @@ -11167,12 +11392,12 @@ testing/CMakeFiles/thrust.all.test.zip_iterator_sort_by_key.dir/clean: testing/unittest/CMakeFiles/thrust.test.framework.dir/all: $(MAKE) $(MAKESILENT) -f testing/unittest/CMakeFiles/thrust.test.framework.dir/build.make testing/unittest/CMakeFiles/thrust.test.framework.dir/depend $(MAKE) $(MAKESILENT) -f testing/unittest/CMakeFiles/thrust.test.framework.dir/build.make testing/unittest/CMakeFiles/thrust.test.framework.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=77 "Built target thrust.test.framework" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.framework" .PHONY : testing/unittest/CMakeFiles/thrust.test.framework.dir/all # Build rule for subdir invocation for target. testing/unittest/CMakeFiles/thrust.test.framework.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/unittest/CMakeFiles/thrust.test.framework.dir/rule @@ -11198,7 +11423,7 @@ testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.all.dir/all: testi # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.all.dir/rule @@ -11231,7 +11456,7 @@ testing/async/CMakeFiles/thrust.test.async.exclusive_scan.all.dir/all: testing/a # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.exclusive_scan.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.all.dir/rule @@ -11257,7 +11482,7 @@ testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/ # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/rule @@ -11283,7 +11508,7 @@ testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.counting_iterator. # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.counting_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.counting_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.counting_iterator.dir/rule @@ -11309,7 +11534,7 @@ testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/all # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/rule @@ -11335,7 +11560,7 @@ testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.discard_output.dir # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.discard_output.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.discard_output.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.discard_output.dir/rule @@ -11361,7 +11586,7 @@ testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/all: # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/rule @@ -11387,7 +11612,7 @@ testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_indices.dir/ # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_indices.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_indices.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_indices.dir/rule @@ -11408,12 +11633,12 @@ testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_indices.dir/ testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/depend $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=58 "Built target thrust.test.async.exclusive_scan.large_types" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=62 "Built target thrust.test.async.exclusive_scan.large_types" .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/all # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/rule @@ -11439,7 +11664,7 @@ testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_types.dir/al # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_types.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_types.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_types.dir/rule @@ -11465,7 +11690,7 @@ testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/all: t # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/rule @@ -11491,7 +11716,7 @@ testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.mixed_types.dir/al # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.mixed_types.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.mixed_types.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.mixed_types.dir/rule @@ -11517,7 +11742,7 @@ testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/all: testin # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/rule @@ -11543,7 +11768,7 @@ testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.simple.dir/all: te # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.simple.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.simple.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.simple.dir/rule @@ -11569,7 +11794,7 @@ testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/ # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/rule @@ -11595,7 +11820,7 @@ testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.stateful_operator. # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.stateful_operator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.stateful_operator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.stateful_operator.dir/rule @@ -11621,7 +11846,7 @@ testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/all: # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/rule @@ -11647,7 +11872,7 @@ testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.using_vs_adl.dir/a # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.using_vs_adl.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.using_vs_adl.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.using_vs_adl.dir/rule @@ -11673,7 +11898,7 @@ testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.all.dir/all: testi # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 3 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.all.dir/rule @@ -11706,7 +11931,7 @@ testing/async/CMakeFiles/thrust.test.async.inclusive_scan.all.dir/all: testing/a # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.inclusive_scan.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 3 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.all.dir/rule @@ -11732,7 +11957,7 @@ testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/ # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/rule @@ -11758,7 +11983,7 @@ testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.counting_iterator. # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.counting_iterator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.counting_iterator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.counting_iterator.dir/rule @@ -11779,12 +12004,12 @@ testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.counting_iterator. testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/depend $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=59 "Built target thrust.test.async.inclusive_scan.discard_output" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=63 "Built target thrust.test.async.inclusive_scan.discard_output" .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/all # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/rule @@ -11810,7 +12035,7 @@ testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.discard_output.dir # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.discard_output.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.discard_output.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.discard_output.dir/rule @@ -11836,7 +12061,7 @@ testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/all: # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/rule @@ -11862,7 +12087,7 @@ testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_indices.dir/ # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_indices.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_indices.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_indices.dir/rule @@ -11888,7 +12113,7 @@ testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/all: t # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/rule @@ -11914,7 +12139,7 @@ testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_types.dir/al # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_types.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_types.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_types.dir/rule @@ -11940,7 +12165,7 @@ testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/all: t # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/rule @@ -11966,7 +12191,7 @@ testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.mixed_types.dir/al # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.mixed_types.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.mixed_types.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.mixed_types.dir/rule @@ -11992,7 +12217,7 @@ testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/all: testin # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/rule @@ -12018,7 +12243,7 @@ testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.simple.dir/all: te # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.simple.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.simple.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.simple.dir/rule @@ -12039,12 +12264,12 @@ testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.simple.dir/clean: testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/depend $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=60 "Built target thrust.test.async.inclusive_scan.stateful_operator" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.async.inclusive_scan.stateful_operator" .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/all # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/rule @@ -12070,7 +12295,7 @@ testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.stateful_operator. # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.stateful_operator.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.stateful_operator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.stateful_operator.dir/rule @@ -12096,7 +12321,7 @@ testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/all: # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/rule @@ -12122,7 +12347,7 @@ testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.using_vs_adl.dir/a # Build rule for subdir invocation for target. testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.using_vs_adl.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.using_vs_adl.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.using_vs_adl.dir/rule @@ -12148,7 +12373,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/all: test # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/rule @@ -12174,7 +12399,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.adjacent_difference.cdp_0.dir/all: # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.adjacent_difference.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.adjacent_difference.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.adjacent_difference.cdp_0.dir/rule @@ -12195,12 +12420,12 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.adjacent_difference.cdp_0.dir/clean testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=64 "Built target thrust.test.cuda.binary_search.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.binary_search.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/all # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/rule @@ -12226,7 +12451,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.binary_search.cdp_0.dir/all: testin # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.binary_search.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.binary_search.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.binary_search.cdp_0.dir/rule @@ -12252,7 +12477,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/all: testing/unittest # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/rule @@ -12278,7 +12503,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.complex.cdp_0.dir/all: testing/cuda # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.complex.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.complex.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.complex.cdp_0.dir/rule @@ -12304,7 +12529,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/all: testing/unittest/CM # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/rule @@ -12330,7 +12555,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.copy.cdp_0.dir/all: testing/cuda/CM # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.copy.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.copy.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.copy.cdp_0.dir/rule @@ -12356,7 +12581,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/all: testing/unittest # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/rule @@ -12382,7 +12607,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.copy_if.cdp_0.dir/all: testing/cuda # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.copy_if.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.copy_if.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.copy_if.cdp_0.dir/rule @@ -12403,7 +12628,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.copy_if.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.count.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=68 "Built target thrust.test.cuda.count.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/all # Build rule for subdir invocation for target. @@ -12460,7 +12685,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/all: testing/unittest/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/rule @@ -12486,7 +12711,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.cudart.cdp_0.dir/all: testing/cuda/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.cudart.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.cudart.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.cudart.cdp_0.dir/rule @@ -12507,12 +12732,12 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.cudart.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=65 "Built target thrust.test.cuda.device_side_universal_vector.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.device_side_universal_vector.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/all # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/rule @@ -12538,7 +12763,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.device_side_universal_vector.cdp_0. # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.device_side_universal_vector.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.device_side_universal_vector.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.device_side_universal_vector.cdp_0.dir/rule @@ -12564,7 +12789,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/all: testing/unittest/C # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/rule @@ -12590,7 +12815,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.equal.cdp_0.dir/all: testing/cuda/C # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.equal.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.equal.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.equal.cdp_0.dir/rule @@ -12616,7 +12841,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/all: testing/unittest/CM # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/rule @@ -12642,7 +12867,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.fill.cdp_0.dir/all: testing/cuda/CM # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.fill.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.fill.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.fill.cdp_0.dir/rule @@ -12668,7 +12893,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/all: testing/unittest/CM # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/rule @@ -12694,7 +12919,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.find.cdp_0.dir/all: testing/cuda/CM # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.find.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.find.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.find.cdp_0.dir/rule @@ -12715,7 +12940,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.find.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.for_each.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=69 "Built target thrust.test.cuda.for_each.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/all # Build rule for subdir invocation for target. @@ -12772,7 +12997,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/all: testing/unittest/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/rule @@ -12798,7 +13023,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.gather.cdp_0.dir/all: testing/cuda/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.gather.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.gather.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.gather.cdp_0.dir/rule @@ -12819,12 +13044,12 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.gather.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=66 "Built target thrust.test.cuda.generate.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.generate.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/all # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/rule @@ -12850,7 +13075,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.generate.cdp_0.dir/all: testing/cud # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.generate.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.generate.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.generate.cdp_0.dir/rule @@ -12876,7 +13101,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/all: testing/un # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/rule @@ -12902,7 +13127,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.inner_product.cdp_0.dir/all: testin # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.inner_product.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.inner_product.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.inner_product.cdp_0.dir/rule @@ -12928,7 +13153,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/all: testing/u # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/rule @@ -12954,7 +13179,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.is_partitioned.cdp_0.dir/all: testi # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.is_partitioned.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.is_partitioned.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.is_partitioned.cdp_0.dir/rule @@ -12980,7 +13205,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/all: testing/unitte # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/rule @@ -13006,7 +13231,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted.cdp_0.dir/all: testing/cu # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted.cdp_0.dir/rule @@ -13027,7 +13252,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.is_sorted_until.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=70 "Built target thrust.test.cuda.is_sorted_until.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/all # Build rule for subdir invocation for target. @@ -13079,12 +13304,12 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted_until.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=67 "Built target thrust.test.cuda.logical.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.logical.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/all # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/rule @@ -13110,7 +13335,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.logical.cdp_0.dir/all: testing/cuda # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.logical.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.logical.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.logical.cdp_0.dir/rule @@ -13136,7 +13361,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/all: testing/unit # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/rule @@ -13162,7 +13387,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.max_element.cdp_0.dir/all: testing/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.max_element.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.max_element.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.max_element.cdp_0.dir/rule @@ -13188,7 +13413,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/all: testing/unittest/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/rule @@ -13214,7 +13439,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.memory.cdp_0.dir/all: testing/cuda/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.memory.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.memory.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.memory.cdp_0.dir/rule @@ -13240,7 +13465,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/all: testing/unittest/C # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/rule @@ -13266,7 +13491,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.merge.cdp_0.dir/all: testing/cuda/C # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.merge.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.merge.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.merge.cdp_0.dir/rule @@ -13292,7 +13517,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/all: testing/uni # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/rule @@ -13318,7 +13543,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_by_key.cdp_0.dir/all: testing # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_by_key.cdp_0.dir/rule @@ -13344,7 +13569,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/all: testing/unitt # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/rule @@ -13370,7 +13595,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_sort.cdp_0.dir/all: testing/c # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_sort.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_sort.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_sort.cdp_0.dir/rule @@ -13391,12 +13616,12 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_sort.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=68 "Built target thrust.test.cuda.min_element.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=71 "Built target thrust.test.cuda.min_element.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/all # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/rule @@ -13422,7 +13647,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.min_element.cdp_0.dir/all: testing/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.min_element.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.min_element.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.min_element.cdp_0.dir/rule @@ -13448,7 +13673,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/all: testing/u # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/rule @@ -13474,7 +13699,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.minmax_element.cdp_0.dir/all: testi # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.minmax_element.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.minmax_element.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.minmax_element.cdp_0.dir/rule @@ -13500,7 +13725,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/all: testing/unittes # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/rule @@ -13526,7 +13751,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.mismatch.cdp_0.dir/all: testing/cud # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.mismatch.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.mismatch.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.mismatch.cdp_0.dir/rule @@ -13552,7 +13777,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/all: testing/unitte # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/rule @@ -13578,7 +13803,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort.cdp_0.dir/all: testing/cu # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort.cdp_0.dir/rule @@ -13604,7 +13829,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/all: testing # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/rule @@ -13630,7 +13855,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort_by_key.cdp_0.dir/all: tes # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort_by_key.cdp_0.dir/rule @@ -13651,12 +13876,12 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort_by_key.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=69 "Built target thrust.test.cuda.partition.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.partition.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/all # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/rule @@ -13682,7 +13907,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.partition.cdp_0.dir/all: testing/cu # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.partition.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.partition.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.partition.cdp_0.dir/rule @@ -13703,7 +13928,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.partition.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.partition_point.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=72 "Built target thrust.test.cuda.partition_point.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/all # Build rule for subdir invocation for target. @@ -13760,7 +13985,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/all: testing/unittest/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/rule @@ -13786,7 +14011,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce.cdp_0.dir/all: testing/cuda/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce.cdp_0.dir/rule @@ -13812,7 +14037,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/all: testing/un # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/rule @@ -13838,7 +14063,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce_by_key.cdp_0.dir/all: testin # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce_by_key.cdp_0.dir/rule @@ -13864,7 +14089,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/all: testing/unittest/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/rule @@ -13890,7 +14115,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.remove.cdp_0.dir/all: testing/cuda/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.remove.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.remove.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.remove.cdp_0.dir/rule @@ -13916,7 +14141,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/all: testing/unittest # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/rule @@ -13942,7 +14167,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.replace.cdp_0.dir/all: testing/cuda # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.replace.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.replace.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.replace.cdp_0.dir/rule @@ -13963,12 +14188,12 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.replace.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=70 "Built target thrust.test.cuda.reverse.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.reverse.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/all # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/rule @@ -13994,7 +14219,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.reverse.cdp_0.dir/all: testing/cuda # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.reverse.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.reverse.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.reverse.cdp_0.dir/rule @@ -14015,7 +14240,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.reverse.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.scan.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=73 "Built target thrust.test.cuda.scan.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/all # Build rule for subdir invocation for target. @@ -14072,7 +14297,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/all: testing/unit # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/rule @@ -14098,7 +14323,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.scan_by_key.cdp_0.dir/all: testing/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.scan_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.scan_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.scan_by_key.cdp_0.dir/rule @@ -14124,7 +14349,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/all: testing/unittest # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/rule @@ -14150,7 +14375,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.scatter.cdp_0.dir/all: testing/cuda # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.scatter.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.scatter.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.scatter.cdp_0.dir/rule @@ -14176,7 +14401,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/all: testing/unittes # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/rule @@ -14202,7 +14427,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.sequence.cdp_0.dir/all: testing/cud # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.sequence.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.sequence.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.sequence.cdp_0.dir/rule @@ -14223,12 +14448,12 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.sequence.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=71 "Built target thrust.test.cuda.set_difference.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.set_difference.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/all # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/rule @@ -14254,7 +14479,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference.cdp_0.dir/all: testi # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference.cdp_0.dir/rule @@ -14280,7 +14505,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/all: te # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/rule @@ -14306,7 +14531,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference_by_key.cdp_0.dir/all # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference_by_key.cdp_0.dir/rule @@ -14327,7 +14552,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference_by_key.cdp_0.dir/cle testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.set_intersection.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=74 "Built target thrust.test.cuda.set_intersection.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/all # Build rule for subdir invocation for target. @@ -14384,7 +14609,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/all: # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/rule @@ -14410,7 +14635,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection_by_key.cdp_0.dir/a # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection_by_key.cdp_0.dir/rule @@ -14436,7 +14661,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/all: # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/rule @@ -14462,7 +14687,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference.cdp_0.dir/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference.cdp_0.dir/rule @@ -14488,7 +14713,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.d # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/rule @@ -14514,7 +14739,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference_by_key.cdp # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/rule @@ -14535,12 +14760,12 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference_by_key.cdp testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=72 "Built target thrust.test.cuda.set_union.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.set_union.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/all # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/rule @@ -14566,7 +14791,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union.cdp_0.dir/all: testing/cu # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union.cdp_0.dir/rule @@ -14592,7 +14817,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/all: testing # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/rule @@ -14618,7 +14843,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union_by_key.cdp_0.dir/all: tes # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union_by_key.cdp_0.dir/rule @@ -14639,7 +14864,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union_by_key.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.sort.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=75 "Built target thrust.test.cuda.sort.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/all # Build rule for subdir invocation for target. @@ -14696,7 +14921,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/all: testing/unit # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/rule @@ -14722,7 +14947,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.sort_by_key.cdp_0.dir/all: testing/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.sort_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.sort_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.sort_by_key.cdp_0.dir/rule @@ -14748,7 +14973,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/all: testing/un # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/rule @@ -14774,7 +14999,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_legacy.cdp_0.dir/all: testin # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_legacy.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_legacy.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_legacy.cdp_0.dir/rule @@ -14800,7 +15025,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/all: testin # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/rule @@ -14826,7 +15051,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_per_thread.cdp_0.dir/all: te # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_per_thread.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_per_thread.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_per_thread.cdp_0.dir/rule @@ -14847,12 +15072,12 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_per_thread.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=73 "Built target thrust.test.cuda.swap_ranges.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.swap_ranges.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/all # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/rule @@ -14878,7 +15103,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.swap_ranges.cdp_0.dir/all: testing/ # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.swap_ranges.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.swap_ranges.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.swap_ranges.cdp_0.dir/rule @@ -14904,7 +15129,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/all: testing/unittes # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/rule @@ -14930,7 +15155,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.tabulate.cdp_0.dir/all: testing/cud # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.tabulate.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.tabulate.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.tabulate.cdp_0.dir/rule @@ -14951,7 +15176,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.tabulate.cdp_0.dir/clean: testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.transform.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=76 "Built target thrust.test.cuda.transform.cdp_0" .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/all # Build rule for subdir invocation for target. @@ -15008,7 +15233,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/all: testing # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/rule @@ -15034,7 +15259,7 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_reduce.cdp_0.dir/all: tes # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_reduce.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_reduce.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_reduce.cdp_0.dir/rule @@ -15060,7 +15285,7 @@ testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/all: testing/u # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/rule @@ -15086,227 +15311,3326 @@ testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/all: testi # Build rule for subdir invocation for target. testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/rule +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/rule + +# Convenience name for target. +thrust.all.test.cuda.transform_scan.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/rule +.PHONY : thrust.all.test.cuda.transform_scan.cdp_0 + +# clean rule for target. +testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/clean: + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/clean +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/clean + +#============================================================================= +# Target rules for target testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir + +# All Build rule for target. +testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/depend + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.uninitialized_copy.cdp_0" +.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/all + +# Build rule for subdir invocation for target. +testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/rule + +# Convenience name for target. +thrust.test.cuda.uninitialized_copy.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/rule +.PHONY : thrust.test.cuda.uninitialized_copy.cdp_0 + +# clean rule for target. +testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/clean: + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/clean +.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/clean + +#============================================================================= +# Target rules for target testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir + +# All Build rule for target. +testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/all: testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/all + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/depend + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.test.cuda.uninitialized_copy.cdp_0" +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/all + +# Build rule for subdir invocation for target. +testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/rule + +# Convenience name for target. +thrust.all.test.cuda.uninitialized_copy.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/rule +.PHONY : thrust.all.test.cuda.uninitialized_copy.cdp_0 + +# clean rule for target. +testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/clean: + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/clean +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/clean + +#============================================================================= +# Target rules for target testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir + +# All Build rule for target. +testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/depend + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.uninitialized_fill.cdp_0" +.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/all + +# Build rule for subdir invocation for target. +testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/rule + +# Convenience name for target. +thrust.test.cuda.uninitialized_fill.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/rule +.PHONY : thrust.test.cuda.uninitialized_fill.cdp_0 + +# clean rule for target. +testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/clean: + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/clean +.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/clean + +#============================================================================= +# Target rules for target testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir + +# All Build rule for target. +testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/all: testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/all + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/depend + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.test.cuda.uninitialized_fill.cdp_0" +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/all + +# Build rule for subdir invocation for target. +testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/rule + +# Convenience name for target. +thrust.all.test.cuda.uninitialized_fill.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/rule +.PHONY : thrust.all.test.cuda.uninitialized_fill.cdp_0 + +# clean rule for target. +testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/clean: + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/clean +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/clean + +#============================================================================= +# Target rules for target testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir + +# All Build rule for target. +testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/depend + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.unique.cdp_0" +.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/all + +# Build rule for subdir invocation for target. +testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/rule + +# Convenience name for target. +thrust.test.cuda.unique.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/rule +.PHONY : thrust.test.cuda.unique.cdp_0 + +# clean rule for target. +testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/clean: + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/clean +.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/clean + +#============================================================================= +# Target rules for target testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir + +# All Build rule for target. +testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/all: testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/all + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/depend + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.test.cuda.unique.cdp_0" +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/all + +# Build rule for subdir invocation for target. +testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/rule + +# Convenience name for target. +thrust.all.test.cuda.unique.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/rule +.PHONY : thrust.all.test.cuda.unique.cdp_0 + +# clean rule for target. +testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/clean: + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/clean +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/clean + +#============================================================================= +# Target rules for target testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir + +# All Build rule for target. +testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/depend + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.unique_by_key.cdp_0" +.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/all + +# Build rule for subdir invocation for target. +testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/rule + +# Convenience name for target. +thrust.test.cuda.unique_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/rule +.PHONY : thrust.test.cuda.unique_by_key.cdp_0 + +# clean rule for target. +testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/clean: + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/clean +.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/clean + +#============================================================================= +# Target rules for target testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir + +# All Build rule for target. +testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/all: testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/all + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/depend + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.test.cuda.unique_by_key.cdp_0" +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/all + +# Build rule for subdir invocation for target. +testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/rule + +# Convenience name for target. +thrust.all.test.cuda.unique_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/rule +.PHONY : thrust.all.test.cuda.unique_by_key.cdp_0 + +# clean rule for target. +testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/clean: + $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/clean +.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.examples.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.basic_vector.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.bounding_box.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.bucket_sort2d.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.constant_iterator.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.counting_iterator.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.device_ptr.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.discrete_voronoi.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.expand.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.histogram.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.lambda.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.lexicographical_sort.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.max_abs_diff.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.minmax.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.mode.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.monte_carlo.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.mr_basic.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.norm.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.permutation_iterator.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.raw_reference_cast.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.remove_points2d.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.repeated_range.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.run_length_decoding.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.run_length_encoding.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.saxpy.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.scan_by_key.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.set_operations.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.simple_moving_average.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.sort.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.sparse_vector.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.stream_compaction.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.strided_range.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.sum.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.sum_rows.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.summary_statistics.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.summed_area_table.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.tiled_range.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.transform_iterator.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.transform_output_iterator.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.uninitialized_vector.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.version.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.weld_vertices.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/CMakeFiles/thrust.example.word_count.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/all +examples/CMakeFiles/thrust.examples.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.examples.dir/build.make examples/CMakeFiles/thrust.examples.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.examples.dir/build.make examples/CMakeFiles/thrust.examples.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.examples" +.PHONY : examples/CMakeFiles/thrust.examples.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.examples.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 9 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.examples.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.examples.dir/rule + +# Convenience name for target. +thrust.examples: examples/CMakeFiles/thrust.examples.dir/rule +.PHONY : thrust.examples + +# clean rule for target. +examples/CMakeFiles/thrust.examples.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.examples.dir/build.make examples/CMakeFiles/thrust.examples.dir/clean +.PHONY : examples/CMakeFiles/thrust.examples.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.arbitrary_transformation.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/build.make examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/build.make examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.arbitrary_transformation" +.PHONY : examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/rule + +# Convenience name for target. +thrust.example.arbitrary_transformation: examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/rule +.PHONY : thrust.example.arbitrary_transformation + +# clean rule for target. +examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/build.make examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/all: examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/build.make examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/build.make examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.arbitrary_transformation" +.PHONY : examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/rule + +# Convenience name for target. +thrust.all.example.arbitrary_transformation: examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/rule +.PHONY : thrust.all.example.arbitrary_transformation + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/build.make examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.basic_vector.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.basic_vector.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.basic_vector.dir/build.make examples/CMakeFiles/thrust.example.basic_vector.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.basic_vector.dir/build.make examples/CMakeFiles/thrust.example.basic_vector.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.basic_vector" +.PHONY : examples/CMakeFiles/thrust.example.basic_vector.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.basic_vector.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.basic_vector.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.basic_vector.dir/rule + +# Convenience name for target. +thrust.example.basic_vector: examples/CMakeFiles/thrust.example.basic_vector.dir/rule +.PHONY : thrust.example.basic_vector + +# clean rule for target. +examples/CMakeFiles/thrust.example.basic_vector.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.basic_vector.dir/build.make examples/CMakeFiles/thrust.example.basic_vector.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.basic_vector.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.basic_vector.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.basic_vector.dir/all: examples/CMakeFiles/thrust.example.basic_vector.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.basic_vector.dir/build.make examples/CMakeFiles/thrust.all.example.basic_vector.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.basic_vector.dir/build.make examples/CMakeFiles/thrust.all.example.basic_vector.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.basic_vector" +.PHONY : examples/CMakeFiles/thrust.all.example.basic_vector.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.basic_vector.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.basic_vector.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.basic_vector.dir/rule + +# Convenience name for target. +thrust.all.example.basic_vector: examples/CMakeFiles/thrust.all.example.basic_vector.dir/rule +.PHONY : thrust.all.example.basic_vector + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.basic_vector.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.basic_vector.dir/build.make examples/CMakeFiles/thrust.all.example.basic_vector.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.basic_vector.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.bounding_box.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.bounding_box.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bounding_box.dir/build.make examples/CMakeFiles/thrust.example.bounding_box.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bounding_box.dir/build.make examples/CMakeFiles/thrust.example.bounding_box.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.bounding_box" +.PHONY : examples/CMakeFiles/thrust.example.bounding_box.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.bounding_box.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.bounding_box.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.bounding_box.dir/rule + +# Convenience name for target. +thrust.example.bounding_box: examples/CMakeFiles/thrust.example.bounding_box.dir/rule +.PHONY : thrust.example.bounding_box + +# clean rule for target. +examples/CMakeFiles/thrust.example.bounding_box.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bounding_box.dir/build.make examples/CMakeFiles/thrust.example.bounding_box.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.bounding_box.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.bounding_box.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.bounding_box.dir/all: examples/CMakeFiles/thrust.example.bounding_box.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.bounding_box.dir/build.make examples/CMakeFiles/thrust.all.example.bounding_box.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.bounding_box.dir/build.make examples/CMakeFiles/thrust.all.example.bounding_box.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.bounding_box" +.PHONY : examples/CMakeFiles/thrust.all.example.bounding_box.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.bounding_box.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.bounding_box.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.bounding_box.dir/rule + +# Convenience name for target. +thrust.all.example.bounding_box: examples/CMakeFiles/thrust.all.example.bounding_box.dir/rule +.PHONY : thrust.all.example.bounding_box + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.bounding_box.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.bounding_box.dir/build.make examples/CMakeFiles/thrust.all.example.bounding_box.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.bounding_box.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.bucket_sort2d.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.bucket_sort2d.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bucket_sort2d.dir/build.make examples/CMakeFiles/thrust.example.bucket_sort2d.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bucket_sort2d.dir/build.make examples/CMakeFiles/thrust.example.bucket_sort2d.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.bucket_sort2d" +.PHONY : examples/CMakeFiles/thrust.example.bucket_sort2d.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.bucket_sort2d.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.bucket_sort2d.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.bucket_sort2d.dir/rule + +# Convenience name for target. +thrust.example.bucket_sort2d: examples/CMakeFiles/thrust.example.bucket_sort2d.dir/rule +.PHONY : thrust.example.bucket_sort2d + +# clean rule for target. +examples/CMakeFiles/thrust.example.bucket_sort2d.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bucket_sort2d.dir/build.make examples/CMakeFiles/thrust.example.bucket_sort2d.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.bucket_sort2d.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/all: examples/CMakeFiles/thrust.example.bucket_sort2d.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/build.make examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/build.make examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.bucket_sort2d" +.PHONY : examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/rule + +# Convenience name for target. +thrust.all.example.bucket_sort2d: examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/rule +.PHONY : thrust.all.example.bucket_sort2d + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/build.make examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.constant_iterator.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.constant_iterator.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.constant_iterator.dir/build.make examples/CMakeFiles/thrust.example.constant_iterator.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.constant_iterator.dir/build.make examples/CMakeFiles/thrust.example.constant_iterator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.constant_iterator" +.PHONY : examples/CMakeFiles/thrust.example.constant_iterator.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.constant_iterator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.constant_iterator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.constant_iterator.dir/rule + +# Convenience name for target. +thrust.example.constant_iterator: examples/CMakeFiles/thrust.example.constant_iterator.dir/rule +.PHONY : thrust.example.constant_iterator + +# clean rule for target. +examples/CMakeFiles/thrust.example.constant_iterator.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.constant_iterator.dir/build.make examples/CMakeFiles/thrust.example.constant_iterator.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.constant_iterator.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.constant_iterator.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.constant_iterator.dir/all: examples/CMakeFiles/thrust.example.constant_iterator.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.constant_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.constant_iterator.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.constant_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.constant_iterator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.constant_iterator" +.PHONY : examples/CMakeFiles/thrust.all.example.constant_iterator.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.constant_iterator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.constant_iterator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.constant_iterator.dir/rule + +# Convenience name for target. +thrust.all.example.constant_iterator: examples/CMakeFiles/thrust.all.example.constant_iterator.dir/rule +.PHONY : thrust.all.example.constant_iterator + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.constant_iterator.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.constant_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.constant_iterator.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.constant_iterator.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.counting_iterator.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.counting_iterator.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.counting_iterator.dir/build.make examples/CMakeFiles/thrust.example.counting_iterator.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.counting_iterator.dir/build.make examples/CMakeFiles/thrust.example.counting_iterator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=41 "Built target thrust.example.counting_iterator" +.PHONY : examples/CMakeFiles/thrust.example.counting_iterator.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.counting_iterator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.counting_iterator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.counting_iterator.dir/rule + +# Convenience name for target. +thrust.example.counting_iterator: examples/CMakeFiles/thrust.example.counting_iterator.dir/rule +.PHONY : thrust.example.counting_iterator + +# clean rule for target. +examples/CMakeFiles/thrust.example.counting_iterator.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.counting_iterator.dir/build.make examples/CMakeFiles/thrust.example.counting_iterator.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.counting_iterator.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.counting_iterator.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.counting_iterator.dir/all: examples/CMakeFiles/thrust.example.counting_iterator.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.counting_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.counting_iterator.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.counting_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.counting_iterator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.counting_iterator" +.PHONY : examples/CMakeFiles/thrust.all.example.counting_iterator.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.counting_iterator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.counting_iterator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.counting_iterator.dir/rule + +# Convenience name for target. +thrust.all.example.counting_iterator: examples/CMakeFiles/thrust.all.example.counting_iterator.dir/rule +.PHONY : thrust.all.example.counting_iterator + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.counting_iterator.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.counting_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.counting_iterator.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.counting_iterator.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.device_ptr.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.device_ptr.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.device_ptr.dir/build.make examples/CMakeFiles/thrust.example.device_ptr.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.device_ptr.dir/build.make examples/CMakeFiles/thrust.example.device_ptr.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.device_ptr" +.PHONY : examples/CMakeFiles/thrust.example.device_ptr.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.device_ptr.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.device_ptr.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.device_ptr.dir/rule + +# Convenience name for target. +thrust.example.device_ptr: examples/CMakeFiles/thrust.example.device_ptr.dir/rule +.PHONY : thrust.example.device_ptr + +# clean rule for target. +examples/CMakeFiles/thrust.example.device_ptr.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.device_ptr.dir/build.make examples/CMakeFiles/thrust.example.device_ptr.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.device_ptr.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.device_ptr.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.device_ptr.dir/all: examples/CMakeFiles/thrust.example.device_ptr.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.device_ptr.dir/build.make examples/CMakeFiles/thrust.all.example.device_ptr.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.device_ptr.dir/build.make examples/CMakeFiles/thrust.all.example.device_ptr.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.device_ptr" +.PHONY : examples/CMakeFiles/thrust.all.example.device_ptr.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.device_ptr.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.device_ptr.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.device_ptr.dir/rule + +# Convenience name for target. +thrust.all.example.device_ptr: examples/CMakeFiles/thrust.all.example.device_ptr.dir/rule +.PHONY : thrust.all.example.device_ptr + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.device_ptr.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.device_ptr.dir/build.make examples/CMakeFiles/thrust.all.example.device_ptr.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.device_ptr.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.discrete_voronoi.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.discrete_voronoi.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.discrete_voronoi.dir/build.make examples/CMakeFiles/thrust.example.discrete_voronoi.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.discrete_voronoi.dir/build.make examples/CMakeFiles/thrust.example.discrete_voronoi.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.discrete_voronoi" +.PHONY : examples/CMakeFiles/thrust.example.discrete_voronoi.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.discrete_voronoi.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.discrete_voronoi.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.discrete_voronoi.dir/rule + +# Convenience name for target. +thrust.example.discrete_voronoi: examples/CMakeFiles/thrust.example.discrete_voronoi.dir/rule +.PHONY : thrust.example.discrete_voronoi + +# clean rule for target. +examples/CMakeFiles/thrust.example.discrete_voronoi.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.discrete_voronoi.dir/build.make examples/CMakeFiles/thrust.example.discrete_voronoi.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.discrete_voronoi.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/all: examples/CMakeFiles/thrust.example.discrete_voronoi.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/build.make examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/build.make examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.discrete_voronoi" +.PHONY : examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/rule + +# Convenience name for target. +thrust.all.example.discrete_voronoi: examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/rule +.PHONY : thrust.all.example.discrete_voronoi + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/build.make examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.dot_products_with_zip.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/build.make examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/build.make examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.dot_products_with_zip" +.PHONY : examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/rule + +# Convenience name for target. +thrust.example.dot_products_with_zip: examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/rule +.PHONY : thrust.example.dot_products_with_zip + +# clean rule for target. +examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/build.make examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/all: examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/build.make examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/build.make examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.dot_products_with_zip" +.PHONY : examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/rule + +# Convenience name for target. +thrust.all.example.dot_products_with_zip: examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/rule +.PHONY : thrust.all.example.dot_products_with_zip + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/build.make examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.expand.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.expand.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.expand.dir/build.make examples/CMakeFiles/thrust.example.expand.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.expand.dir/build.make examples/CMakeFiles/thrust.example.expand.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.expand" +.PHONY : examples/CMakeFiles/thrust.example.expand.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.expand.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.expand.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.expand.dir/rule + +# Convenience name for target. +thrust.example.expand: examples/CMakeFiles/thrust.example.expand.dir/rule +.PHONY : thrust.example.expand + +# clean rule for target. +examples/CMakeFiles/thrust.example.expand.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.expand.dir/build.make examples/CMakeFiles/thrust.example.expand.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.expand.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.expand.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.expand.dir/all: examples/CMakeFiles/thrust.example.expand.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.expand.dir/build.make examples/CMakeFiles/thrust.all.example.expand.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.expand.dir/build.make examples/CMakeFiles/thrust.all.example.expand.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.expand" +.PHONY : examples/CMakeFiles/thrust.all.example.expand.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.expand.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.expand.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.expand.dir/rule + +# Convenience name for target. +thrust.all.example.expand: examples/CMakeFiles/thrust.all.example.expand.dir/rule +.PHONY : thrust.all.example.expand + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.expand.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.expand.dir/build.make examples/CMakeFiles/thrust.all.example.expand.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.expand.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.fill_copy_sequence.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/build.make examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/build.make examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=43 "Built target thrust.example.fill_copy_sequence" +.PHONY : examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/rule + +# Convenience name for target. +thrust.example.fill_copy_sequence: examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/rule +.PHONY : thrust.example.fill_copy_sequence + +# clean rule for target. +examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/build.make examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/all: examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/build.make examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/build.make examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.fill_copy_sequence" +.PHONY : examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/rule + +# Convenience name for target. +thrust.all.example.fill_copy_sequence: examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/rule +.PHONY : thrust.all.example.fill_copy_sequence + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/build.make examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.histogram.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.histogram.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.histogram.dir/build.make examples/CMakeFiles/thrust.example.histogram.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.histogram.dir/build.make examples/CMakeFiles/thrust.example.histogram.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.histogram" +.PHONY : examples/CMakeFiles/thrust.example.histogram.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.histogram.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.histogram.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.histogram.dir/rule + +# Convenience name for target. +thrust.example.histogram: examples/CMakeFiles/thrust.example.histogram.dir/rule +.PHONY : thrust.example.histogram + +# clean rule for target. +examples/CMakeFiles/thrust.example.histogram.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.histogram.dir/build.make examples/CMakeFiles/thrust.example.histogram.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.histogram.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.histogram.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.histogram.dir/all: examples/CMakeFiles/thrust.example.histogram.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.histogram.dir/build.make examples/CMakeFiles/thrust.all.example.histogram.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.histogram.dir/build.make examples/CMakeFiles/thrust.all.example.histogram.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.histogram" +.PHONY : examples/CMakeFiles/thrust.all.example.histogram.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.histogram.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.histogram.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.histogram.dir/rule + +# Convenience name for target. +thrust.all.example.histogram: examples/CMakeFiles/thrust.all.example.histogram.dir/rule +.PHONY : thrust.all.example.histogram + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.histogram.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.histogram.dir/build.make examples/CMakeFiles/thrust.all.example.histogram.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.histogram.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.lambda.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.lambda.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lambda.dir/build.make examples/CMakeFiles/thrust.example.lambda.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lambda.dir/build.make examples/CMakeFiles/thrust.example.lambda.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.lambda" +.PHONY : examples/CMakeFiles/thrust.example.lambda.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.lambda.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.lambda.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.lambda.dir/rule + +# Convenience name for target. +thrust.example.lambda: examples/CMakeFiles/thrust.example.lambda.dir/rule +.PHONY : thrust.example.lambda + +# clean rule for target. +examples/CMakeFiles/thrust.example.lambda.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lambda.dir/build.make examples/CMakeFiles/thrust.example.lambda.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.lambda.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.lambda.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.lambda.dir/all: examples/CMakeFiles/thrust.example.lambda.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.lambda.dir/build.make examples/CMakeFiles/thrust.all.example.lambda.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.lambda.dir/build.make examples/CMakeFiles/thrust.all.example.lambda.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.lambda" +.PHONY : examples/CMakeFiles/thrust.all.example.lambda.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.lambda.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.lambda.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.lambda.dir/rule + +# Convenience name for target. +thrust.all.example.lambda: examples/CMakeFiles/thrust.all.example.lambda.dir/rule +.PHONY : thrust.all.example.lambda + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.lambda.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.lambda.dir/build.make examples/CMakeFiles/thrust.all.example.lambda.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.lambda.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.lexicographical_sort.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.lexicographical_sort.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lexicographical_sort.dir/build.make examples/CMakeFiles/thrust.example.lexicographical_sort.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lexicographical_sort.dir/build.make examples/CMakeFiles/thrust.example.lexicographical_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.lexicographical_sort" +.PHONY : examples/CMakeFiles/thrust.example.lexicographical_sort.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.lexicographical_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.lexicographical_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.lexicographical_sort.dir/rule + +# Convenience name for target. +thrust.example.lexicographical_sort: examples/CMakeFiles/thrust.example.lexicographical_sort.dir/rule +.PHONY : thrust.example.lexicographical_sort + +# clean rule for target. +examples/CMakeFiles/thrust.example.lexicographical_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lexicographical_sort.dir/build.make examples/CMakeFiles/thrust.example.lexicographical_sort.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.lexicographical_sort.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/all: examples/CMakeFiles/thrust.example.lexicographical_sort.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/build.make examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/build.make examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.lexicographical_sort" +.PHONY : examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/rule + +# Convenience name for target. +thrust.all.example.lexicographical_sort: examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/rule +.PHONY : thrust.all.example.lexicographical_sort + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/build.make examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.max_abs_diff.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.max_abs_diff.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.max_abs_diff.dir/build.make examples/CMakeFiles/thrust.example.max_abs_diff.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.max_abs_diff.dir/build.make examples/CMakeFiles/thrust.example.max_abs_diff.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.max_abs_diff" +.PHONY : examples/CMakeFiles/thrust.example.max_abs_diff.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.max_abs_diff.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.max_abs_diff.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.max_abs_diff.dir/rule + +# Convenience name for target. +thrust.example.max_abs_diff: examples/CMakeFiles/thrust.example.max_abs_diff.dir/rule +.PHONY : thrust.example.max_abs_diff + +# clean rule for target. +examples/CMakeFiles/thrust.example.max_abs_diff.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.max_abs_diff.dir/build.make examples/CMakeFiles/thrust.example.max_abs_diff.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.max_abs_diff.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.max_abs_diff.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/all: examples/CMakeFiles/thrust.example.max_abs_diff.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/build.make examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/build.make examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.max_abs_diff" +.PHONY : examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/rule + +# Convenience name for target. +thrust.all.example.max_abs_diff: examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/rule +.PHONY : thrust.all.example.max_abs_diff + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/build.make examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.minimal_custom_backend.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/build.make examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/build.make examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.minimal_custom_backend" +.PHONY : examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/rule + +# Convenience name for target. +thrust.example.minimal_custom_backend: examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/rule +.PHONY : thrust.example.minimal_custom_backend + +# clean rule for target. +examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/build.make examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/all: examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/build.make examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/build.make examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.minimal_custom_backend" +.PHONY : examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/rule + +# Convenience name for target. +thrust.all.example.minimal_custom_backend: examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/rule +.PHONY : thrust.all.example.minimal_custom_backend + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/build.make examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.minmax.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.minmax.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minmax.dir/build.make examples/CMakeFiles/thrust.example.minmax.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minmax.dir/build.make examples/CMakeFiles/thrust.example.minmax.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.minmax" +.PHONY : examples/CMakeFiles/thrust.example.minmax.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.minmax.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.minmax.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.minmax.dir/rule + +# Convenience name for target. +thrust.example.minmax: examples/CMakeFiles/thrust.example.minmax.dir/rule +.PHONY : thrust.example.minmax + +# clean rule for target. +examples/CMakeFiles/thrust.example.minmax.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minmax.dir/build.make examples/CMakeFiles/thrust.example.minmax.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.minmax.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.minmax.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.minmax.dir/all: examples/CMakeFiles/thrust.example.minmax.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.minmax.dir/build.make examples/CMakeFiles/thrust.all.example.minmax.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.minmax.dir/build.make examples/CMakeFiles/thrust.all.example.minmax.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.minmax" +.PHONY : examples/CMakeFiles/thrust.all.example.minmax.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.minmax.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.minmax.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.minmax.dir/rule + +# Convenience name for target. +thrust.all.example.minmax: examples/CMakeFiles/thrust.all.example.minmax.dir/rule +.PHONY : thrust.all.example.minmax + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.minmax.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.minmax.dir/build.make examples/CMakeFiles/thrust.all.example.minmax.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.minmax.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.mode.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.mode.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mode.dir/build.make examples/CMakeFiles/thrust.example.mode.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mode.dir/build.make examples/CMakeFiles/thrust.example.mode.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=44 "Built target thrust.example.mode" +.PHONY : examples/CMakeFiles/thrust.example.mode.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.mode.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.mode.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.mode.dir/rule + +# Convenience name for target. +thrust.example.mode: examples/CMakeFiles/thrust.example.mode.dir/rule +.PHONY : thrust.example.mode + +# clean rule for target. +examples/CMakeFiles/thrust.example.mode.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mode.dir/build.make examples/CMakeFiles/thrust.example.mode.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.mode.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.mode.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.mode.dir/all: examples/CMakeFiles/thrust.example.mode.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.mode.dir/build.make examples/CMakeFiles/thrust.all.example.mode.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.mode.dir/build.make examples/CMakeFiles/thrust.all.example.mode.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.mode" +.PHONY : examples/CMakeFiles/thrust.all.example.mode.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.mode.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.mode.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.mode.dir/rule + +# Convenience name for target. +thrust.all.example.mode: examples/CMakeFiles/thrust.all.example.mode.dir/rule +.PHONY : thrust.all.example.mode + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.mode.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.mode.dir/build.make examples/CMakeFiles/thrust.all.example.mode.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.mode.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.monte_carlo.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.monte_carlo.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.monte_carlo" +.PHONY : examples/CMakeFiles/thrust.example.monte_carlo.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.monte_carlo.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.monte_carlo.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.monte_carlo.dir/rule + +# Convenience name for target. +thrust.example.monte_carlo: examples/CMakeFiles/thrust.example.monte_carlo.dir/rule +.PHONY : thrust.example.monte_carlo + +# clean rule for target. +examples/CMakeFiles/thrust.example.monte_carlo.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.monte_carlo.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.monte_carlo.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.monte_carlo.dir/all: examples/CMakeFiles/thrust.example.monte_carlo.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.monte_carlo.dir/build.make examples/CMakeFiles/thrust.all.example.monte_carlo.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.monte_carlo.dir/build.make examples/CMakeFiles/thrust.all.example.monte_carlo.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.monte_carlo" +.PHONY : examples/CMakeFiles/thrust.all.example.monte_carlo.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.monte_carlo.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.monte_carlo.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.monte_carlo.dir/rule + +# Convenience name for target. +thrust.all.example.monte_carlo: examples/CMakeFiles/thrust.all.example.monte_carlo.dir/rule +.PHONY : thrust.all.example.monte_carlo + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.monte_carlo.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.monte_carlo.dir/build.make examples/CMakeFiles/thrust.all.example.monte_carlo.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.monte_carlo.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.monte_carlo_disjoint_sequences" +.PHONY : examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/rule + +# Convenience name for target. +thrust.example.monte_carlo_disjoint_sequences: examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/rule +.PHONY : thrust.example.monte_carlo_disjoint_sequences + +# clean rule for target. +examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/all: examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/build.make examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/build.make examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.monte_carlo_disjoint_sequences" +.PHONY : examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/rule + +# Convenience name for target. +thrust.all.example.monte_carlo_disjoint_sequences: examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/rule +.PHONY : thrust.all.example.monte_carlo_disjoint_sequences + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/build.make examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.mr_basic.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.mr_basic.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mr_basic.dir/build.make examples/CMakeFiles/thrust.example.mr_basic.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mr_basic.dir/build.make examples/CMakeFiles/thrust.example.mr_basic.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.mr_basic" +.PHONY : examples/CMakeFiles/thrust.example.mr_basic.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.mr_basic.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.mr_basic.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.mr_basic.dir/rule + +# Convenience name for target. +thrust.example.mr_basic: examples/CMakeFiles/thrust.example.mr_basic.dir/rule +.PHONY : thrust.example.mr_basic + +# clean rule for target. +examples/CMakeFiles/thrust.example.mr_basic.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mr_basic.dir/build.make examples/CMakeFiles/thrust.example.mr_basic.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.mr_basic.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.mr_basic.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.mr_basic.dir/all: examples/CMakeFiles/thrust.example.mr_basic.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.mr_basic.dir/build.make examples/CMakeFiles/thrust.all.example.mr_basic.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.mr_basic.dir/build.make examples/CMakeFiles/thrust.all.example.mr_basic.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.mr_basic" +.PHONY : examples/CMakeFiles/thrust.all.example.mr_basic.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.mr_basic.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.mr_basic.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.mr_basic.dir/rule + +# Convenience name for target. +thrust.all.example.mr_basic: examples/CMakeFiles/thrust.all.example.mr_basic.dir/rule +.PHONY : thrust.all.example.mr_basic + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.mr_basic.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.mr_basic.dir/build.make examples/CMakeFiles/thrust.all.example.mr_basic.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.mr_basic.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.norm.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.norm.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.norm.dir/build.make examples/CMakeFiles/thrust.example.norm.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.norm.dir/build.make examples/CMakeFiles/thrust.example.norm.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.norm" +.PHONY : examples/CMakeFiles/thrust.example.norm.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.norm.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.norm.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.norm.dir/rule + +# Convenience name for target. +thrust.example.norm: examples/CMakeFiles/thrust.example.norm.dir/rule +.PHONY : thrust.example.norm + +# clean rule for target. +examples/CMakeFiles/thrust.example.norm.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.norm.dir/build.make examples/CMakeFiles/thrust.example.norm.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.norm.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.norm.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.norm.dir/all: examples/CMakeFiles/thrust.example.norm.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.norm.dir/build.make examples/CMakeFiles/thrust.all.example.norm.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.norm.dir/build.make examples/CMakeFiles/thrust.all.example.norm.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.norm" +.PHONY : examples/CMakeFiles/thrust.all.example.norm.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.norm.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.norm.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.norm.dir/rule + +# Convenience name for target. +thrust.all.example.norm: examples/CMakeFiles/thrust.all.example.norm.dir/rule +.PHONY : thrust.all.example.norm + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.norm.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.norm.dir/build.make examples/CMakeFiles/thrust.all.example.norm.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.norm.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.padded_grid_reduction.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/build.make examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/build.make examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.padded_grid_reduction" +.PHONY : examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/rule + +# Convenience name for target. +thrust.example.padded_grid_reduction: examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/rule +.PHONY : thrust.example.padded_grid_reduction + +# clean rule for target. +examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/build.make examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/all: examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/build.make examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/build.make examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.padded_grid_reduction" +.PHONY : examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/rule + +# Convenience name for target. +thrust.all.example.padded_grid_reduction: examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/rule +.PHONY : thrust.all.example.padded_grid_reduction + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/build.make examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.permutation_iterator.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.permutation_iterator.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.permutation_iterator.dir/build.make examples/CMakeFiles/thrust.example.permutation_iterator.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.permutation_iterator.dir/build.make examples/CMakeFiles/thrust.example.permutation_iterator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=45 "Built target thrust.example.permutation_iterator" +.PHONY : examples/CMakeFiles/thrust.example.permutation_iterator.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.permutation_iterator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.permutation_iterator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.permutation_iterator.dir/rule + +# Convenience name for target. +thrust.example.permutation_iterator: examples/CMakeFiles/thrust.example.permutation_iterator.dir/rule +.PHONY : thrust.example.permutation_iterator + +# clean rule for target. +examples/CMakeFiles/thrust.example.permutation_iterator.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.permutation_iterator.dir/build.make examples/CMakeFiles/thrust.example.permutation_iterator.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.permutation_iterator.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.permutation_iterator.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/all: examples/CMakeFiles/thrust.example.permutation_iterator.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.permutation_iterator" +.PHONY : examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/rule + +# Convenience name for target. +thrust.all.example.permutation_iterator: examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/rule +.PHONY : thrust.all.example.permutation_iterator + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.raw_reference_cast.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.raw_reference_cast.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.raw_reference_cast.dir/build.make examples/CMakeFiles/thrust.example.raw_reference_cast.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.raw_reference_cast.dir/build.make examples/CMakeFiles/thrust.example.raw_reference_cast.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.raw_reference_cast" +.PHONY : examples/CMakeFiles/thrust.example.raw_reference_cast.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.raw_reference_cast.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.raw_reference_cast.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.raw_reference_cast.dir/rule + +# Convenience name for target. +thrust.example.raw_reference_cast: examples/CMakeFiles/thrust.example.raw_reference_cast.dir/rule +.PHONY : thrust.example.raw_reference_cast + +# clean rule for target. +examples/CMakeFiles/thrust.example.raw_reference_cast.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.raw_reference_cast.dir/build.make examples/CMakeFiles/thrust.example.raw_reference_cast.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.raw_reference_cast.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/all: examples/CMakeFiles/thrust.example.raw_reference_cast.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/build.make examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/build.make examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.raw_reference_cast" +.PHONY : examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/rule + +# Convenience name for target. +thrust.all.example.raw_reference_cast: examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/rule +.PHONY : thrust.all.example.raw_reference_cast + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/build.make examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.remove_points2d.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.remove_points2d.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.remove_points2d.dir/build.make examples/CMakeFiles/thrust.example.remove_points2d.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.remove_points2d.dir/build.make examples/CMakeFiles/thrust.example.remove_points2d.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.remove_points2d" +.PHONY : examples/CMakeFiles/thrust.example.remove_points2d.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.remove_points2d.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.remove_points2d.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.remove_points2d.dir/rule + +# Convenience name for target. +thrust.example.remove_points2d: examples/CMakeFiles/thrust.example.remove_points2d.dir/rule +.PHONY : thrust.example.remove_points2d + +# clean rule for target. +examples/CMakeFiles/thrust.example.remove_points2d.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.remove_points2d.dir/build.make examples/CMakeFiles/thrust.example.remove_points2d.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.remove_points2d.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.remove_points2d.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.remove_points2d.dir/all: examples/CMakeFiles/thrust.example.remove_points2d.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.remove_points2d.dir/build.make examples/CMakeFiles/thrust.all.example.remove_points2d.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.remove_points2d.dir/build.make examples/CMakeFiles/thrust.all.example.remove_points2d.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.remove_points2d" +.PHONY : examples/CMakeFiles/thrust.all.example.remove_points2d.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.remove_points2d.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.remove_points2d.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.remove_points2d.dir/rule + +# Convenience name for target. +thrust.all.example.remove_points2d: examples/CMakeFiles/thrust.all.example.remove_points2d.dir/rule +.PHONY : thrust.all.example.remove_points2d + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.remove_points2d.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.remove_points2d.dir/build.make examples/CMakeFiles/thrust.all.example.remove_points2d.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.remove_points2d.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.repeated_range.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.repeated_range.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.repeated_range.dir/build.make examples/CMakeFiles/thrust.example.repeated_range.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.repeated_range.dir/build.make examples/CMakeFiles/thrust.example.repeated_range.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.repeated_range" +.PHONY : examples/CMakeFiles/thrust.example.repeated_range.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.repeated_range.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.repeated_range.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.repeated_range.dir/rule + +# Convenience name for target. +thrust.example.repeated_range: examples/CMakeFiles/thrust.example.repeated_range.dir/rule +.PHONY : thrust.example.repeated_range + +# clean rule for target. +examples/CMakeFiles/thrust.example.repeated_range.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.repeated_range.dir/build.make examples/CMakeFiles/thrust.example.repeated_range.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.repeated_range.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.repeated_range.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.repeated_range.dir/all: examples/CMakeFiles/thrust.example.repeated_range.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.repeated_range.dir/build.make examples/CMakeFiles/thrust.all.example.repeated_range.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.repeated_range.dir/build.make examples/CMakeFiles/thrust.all.example.repeated_range.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.repeated_range" +.PHONY : examples/CMakeFiles/thrust.all.example.repeated_range.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.repeated_range.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.repeated_range.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.repeated_range.dir/rule + +# Convenience name for target. +thrust.all.example.repeated_range: examples/CMakeFiles/thrust.all.example.repeated_range.dir/rule +.PHONY : thrust.all.example.repeated_range + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.repeated_range.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.repeated_range.dir/build.make examples/CMakeFiles/thrust.all.example.repeated_range.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.repeated_range.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.run_length_decoding.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.run_length_decoding.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_decoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_decoding.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_decoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_decoding.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.run_length_decoding" +.PHONY : examples/CMakeFiles/thrust.example.run_length_decoding.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.run_length_decoding.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.run_length_decoding.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.run_length_decoding.dir/rule + +# Convenience name for target. +thrust.example.run_length_decoding: examples/CMakeFiles/thrust.example.run_length_decoding.dir/rule +.PHONY : thrust.example.run_length_decoding + +# clean rule for target. +examples/CMakeFiles/thrust.example.run_length_decoding.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_decoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_decoding.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.run_length_decoding.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.run_length_decoding.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/all: examples/CMakeFiles/thrust.example.run_length_decoding.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/build.make examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/build.make examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.run_length_decoding" +.PHONY : examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/rule + +# Convenience name for target. +thrust.all.example.run_length_decoding: examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/rule +.PHONY : thrust.all.example.run_length_decoding + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/build.make examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.run_length_encoding.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.run_length_encoding.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_encoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_encoding.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_encoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_encoding.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.run_length_encoding" +.PHONY : examples/CMakeFiles/thrust.example.run_length_encoding.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.run_length_encoding.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.run_length_encoding.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.run_length_encoding.dir/rule + +# Convenience name for target. +thrust.example.run_length_encoding: examples/CMakeFiles/thrust.example.run_length_encoding.dir/rule +.PHONY : thrust.example.run_length_encoding + +# clean rule for target. +examples/CMakeFiles/thrust.example.run_length_encoding.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_encoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_encoding.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.run_length_encoding.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.run_length_encoding.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/all: examples/CMakeFiles/thrust.example.run_length_encoding.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/build.make examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/build.make examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.run_length_encoding" +.PHONY : examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/rule + +# Convenience name for target. +thrust.all.example.run_length_encoding: examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/rule +.PHONY : thrust.all.example.run_length_encoding + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/build.make examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.saxpy.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.saxpy.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.saxpy.dir/build.make examples/CMakeFiles/thrust.example.saxpy.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.saxpy.dir/build.make examples/CMakeFiles/thrust.example.saxpy.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=46 "Built target thrust.example.saxpy" +.PHONY : examples/CMakeFiles/thrust.example.saxpy.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.saxpy.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.saxpy.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.saxpy.dir/rule + +# Convenience name for target. +thrust.example.saxpy: examples/CMakeFiles/thrust.example.saxpy.dir/rule +.PHONY : thrust.example.saxpy + +# clean rule for target. +examples/CMakeFiles/thrust.example.saxpy.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.saxpy.dir/build.make examples/CMakeFiles/thrust.example.saxpy.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.saxpy.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.saxpy.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.saxpy.dir/all: examples/CMakeFiles/thrust.example.saxpy.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.saxpy.dir/build.make examples/CMakeFiles/thrust.all.example.saxpy.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.saxpy.dir/build.make examples/CMakeFiles/thrust.all.example.saxpy.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.saxpy" +.PHONY : examples/CMakeFiles/thrust.all.example.saxpy.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.saxpy.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.saxpy.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.saxpy.dir/rule + +# Convenience name for target. +thrust.all.example.saxpy: examples/CMakeFiles/thrust.all.example.saxpy.dir/rule +.PHONY : thrust.all.example.saxpy + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.saxpy.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.saxpy.dir/build.make examples/CMakeFiles/thrust.all.example.saxpy.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.saxpy.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.scan_by_key.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.scan_by_key.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_by_key.dir/build.make examples/CMakeFiles/thrust.example.scan_by_key.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_by_key.dir/build.make examples/CMakeFiles/thrust.example.scan_by_key.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.scan_by_key" +.PHONY : examples/CMakeFiles/thrust.example.scan_by_key.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.scan_by_key.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.scan_by_key.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.scan_by_key.dir/rule + +# Convenience name for target. +thrust.example.scan_by_key: examples/CMakeFiles/thrust.example.scan_by_key.dir/rule +.PHONY : thrust.example.scan_by_key + +# clean rule for target. +examples/CMakeFiles/thrust.example.scan_by_key.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_by_key.dir/build.make examples/CMakeFiles/thrust.example.scan_by_key.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.scan_by_key.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.scan_by_key.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.scan_by_key.dir/all: examples/CMakeFiles/thrust.example.scan_by_key.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.scan_by_key.dir/build.make examples/CMakeFiles/thrust.all.example.scan_by_key.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.scan_by_key.dir/build.make examples/CMakeFiles/thrust.all.example.scan_by_key.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.scan_by_key" +.PHONY : examples/CMakeFiles/thrust.all.example.scan_by_key.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.scan_by_key.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.scan_by_key.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.scan_by_key.dir/rule + +# Convenience name for target. +thrust.all.example.scan_by_key: examples/CMakeFiles/thrust.all.example.scan_by_key.dir/rule +.PHONY : thrust.all.example.scan_by_key + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.scan_by_key.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.scan_by_key.dir/build.make examples/CMakeFiles/thrust.all.example.scan_by_key.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.scan_by_key.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/build.make examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/build.make examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.scan_matrix_by_rows" +.PHONY : examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/rule + +# Convenience name for target. +thrust.example.scan_matrix_by_rows: examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/rule +.PHONY : thrust.example.scan_matrix_by_rows + +# clean rule for target. +examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/build.make examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/all: examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/build.make examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/build.make examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.scan_matrix_by_rows" +.PHONY : examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/rule + +# Convenience name for target. +thrust.all.example.scan_matrix_by_rows: examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/rule +.PHONY : thrust.all.example.scan_matrix_by_rows + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/build.make examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.set_operations.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.set_operations.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.set_operations.dir/build.make examples/CMakeFiles/thrust.example.set_operations.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.set_operations.dir/build.make examples/CMakeFiles/thrust.example.set_operations.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.set_operations" +.PHONY : examples/CMakeFiles/thrust.example.set_operations.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.set_operations.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.set_operations.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.set_operations.dir/rule + +# Convenience name for target. +thrust.example.set_operations: examples/CMakeFiles/thrust.example.set_operations.dir/rule +.PHONY : thrust.example.set_operations + +# clean rule for target. +examples/CMakeFiles/thrust.example.set_operations.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.set_operations.dir/build.make examples/CMakeFiles/thrust.example.set_operations.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.set_operations.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.set_operations.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.set_operations.dir/all: examples/CMakeFiles/thrust.example.set_operations.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.set_operations.dir/build.make examples/CMakeFiles/thrust.all.example.set_operations.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.set_operations.dir/build.make examples/CMakeFiles/thrust.all.example.set_operations.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.set_operations" +.PHONY : examples/CMakeFiles/thrust.all.example.set_operations.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.set_operations.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.set_operations.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.set_operations.dir/rule + +# Convenience name for target. +thrust.all.example.set_operations: examples/CMakeFiles/thrust.all.example.set_operations.dir/rule +.PHONY : thrust.all.example.set_operations + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.set_operations.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.set_operations.dir/build.make examples/CMakeFiles/thrust.all.example.set_operations.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.set_operations.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.simple_moving_average.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.simple_moving_average.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.simple_moving_average.dir/build.make examples/CMakeFiles/thrust.example.simple_moving_average.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.simple_moving_average.dir/build.make examples/CMakeFiles/thrust.example.simple_moving_average.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.simple_moving_average" +.PHONY : examples/CMakeFiles/thrust.example.simple_moving_average.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.simple_moving_average.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.simple_moving_average.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.simple_moving_average.dir/rule + +# Convenience name for target. +thrust.example.simple_moving_average: examples/CMakeFiles/thrust.example.simple_moving_average.dir/rule +.PHONY : thrust.example.simple_moving_average + +# clean rule for target. +examples/CMakeFiles/thrust.example.simple_moving_average.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.simple_moving_average.dir/build.make examples/CMakeFiles/thrust.example.simple_moving_average.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.simple_moving_average.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.simple_moving_average.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/all: examples/CMakeFiles/thrust.example.simple_moving_average.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/build.make examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/build.make examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.simple_moving_average" +.PHONY : examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/rule + +# Convenience name for target. +thrust.all.example.simple_moving_average: examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/rule +.PHONY : thrust.all.example.simple_moving_average + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/build.make examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.sort.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.sort.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sort.dir/build.make examples/CMakeFiles/thrust.example.sort.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sort.dir/build.make examples/CMakeFiles/thrust.example.sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.sort" +.PHONY : examples/CMakeFiles/thrust.example.sort.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.sort.dir/rule + +# Convenience name for target. +thrust.example.sort: examples/CMakeFiles/thrust.example.sort.dir/rule +.PHONY : thrust.example.sort + +# clean rule for target. +examples/CMakeFiles/thrust.example.sort.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sort.dir/build.make examples/CMakeFiles/thrust.example.sort.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.sort.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.sort.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.sort.dir/all: examples/CMakeFiles/thrust.example.sort.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sort.dir/build.make examples/CMakeFiles/thrust.all.example.sort.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sort.dir/build.make examples/CMakeFiles/thrust.all.example.sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.sort" +.PHONY : examples/CMakeFiles/thrust.all.example.sort.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.sort.dir/rule + +# Convenience name for target. +thrust.all.example.sort: examples/CMakeFiles/thrust.all.example.sort.dir/rule +.PHONY : thrust.all.example.sort + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.sort.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sort.dir/build.make examples/CMakeFiles/thrust.all.example.sort.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.sort.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/build.make examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/build.make examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=47 "Built target thrust.example.sorting_aos_vs_soa" +.PHONY : examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/rule + +# Convenience name for target. +thrust.example.sorting_aos_vs_soa: examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/rule +.PHONY : thrust.example.sorting_aos_vs_soa + +# clean rule for target. +examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/build.make examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/all: examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/build.make examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/build.make examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.sorting_aos_vs_soa" +.PHONY : examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/rule + +# Convenience name for target. +thrust.all.example.sorting_aos_vs_soa: examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/rule +.PHONY : thrust.all.example.sorting_aos_vs_soa + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/build.make examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.sparse_vector.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.sparse_vector.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sparse_vector.dir/build.make examples/CMakeFiles/thrust.example.sparse_vector.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sparse_vector.dir/build.make examples/CMakeFiles/thrust.example.sparse_vector.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.sparse_vector" +.PHONY : examples/CMakeFiles/thrust.example.sparse_vector.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.sparse_vector.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.sparse_vector.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.sparse_vector.dir/rule + +# Convenience name for target. +thrust.example.sparse_vector: examples/CMakeFiles/thrust.example.sparse_vector.dir/rule +.PHONY : thrust.example.sparse_vector + +# clean rule for target. +examples/CMakeFiles/thrust.example.sparse_vector.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sparse_vector.dir/build.make examples/CMakeFiles/thrust.example.sparse_vector.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.sparse_vector.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.sparse_vector.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.sparse_vector.dir/all: examples/CMakeFiles/thrust.example.sparse_vector.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sparse_vector.dir/build.make examples/CMakeFiles/thrust.all.example.sparse_vector.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sparse_vector.dir/build.make examples/CMakeFiles/thrust.all.example.sparse_vector.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.sparse_vector" +.PHONY : examples/CMakeFiles/thrust.all.example.sparse_vector.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.sparse_vector.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.sparse_vector.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.sparse_vector.dir/rule + +# Convenience name for target. +thrust.all.example.sparse_vector: examples/CMakeFiles/thrust.all.example.sparse_vector.dir/rule +.PHONY : thrust.all.example.sparse_vector + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.sparse_vector.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sparse_vector.dir/build.make examples/CMakeFiles/thrust.all.example.sparse_vector.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.sparse_vector.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.stream_compaction.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.stream_compaction.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.stream_compaction.dir/build.make examples/CMakeFiles/thrust.example.stream_compaction.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.stream_compaction.dir/build.make examples/CMakeFiles/thrust.example.stream_compaction.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.stream_compaction" +.PHONY : examples/CMakeFiles/thrust.example.stream_compaction.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.stream_compaction.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.stream_compaction.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.stream_compaction.dir/rule + +# Convenience name for target. +thrust.example.stream_compaction: examples/CMakeFiles/thrust.example.stream_compaction.dir/rule +.PHONY : thrust.example.stream_compaction + +# clean rule for target. +examples/CMakeFiles/thrust.example.stream_compaction.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.stream_compaction.dir/build.make examples/CMakeFiles/thrust.example.stream_compaction.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.stream_compaction.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.stream_compaction.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.stream_compaction.dir/all: examples/CMakeFiles/thrust.example.stream_compaction.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.stream_compaction.dir/build.make examples/CMakeFiles/thrust.all.example.stream_compaction.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.stream_compaction.dir/build.make examples/CMakeFiles/thrust.all.example.stream_compaction.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.stream_compaction" +.PHONY : examples/CMakeFiles/thrust.all.example.stream_compaction.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.stream_compaction.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.stream_compaction.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.stream_compaction.dir/rule + +# Convenience name for target. +thrust.all.example.stream_compaction: examples/CMakeFiles/thrust.all.example.stream_compaction.dir/rule +.PHONY : thrust.all.example.stream_compaction + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.stream_compaction.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.stream_compaction.dir/build.make examples/CMakeFiles/thrust.all.example.stream_compaction.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.stream_compaction.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.strided_range.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.strided_range.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.strided_range.dir/build.make examples/CMakeFiles/thrust.example.strided_range.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.strided_range.dir/build.make examples/CMakeFiles/thrust.example.strided_range.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.strided_range" +.PHONY : examples/CMakeFiles/thrust.example.strided_range.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.strided_range.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.strided_range.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.strided_range.dir/rule + +# Convenience name for target. +thrust.example.strided_range: examples/CMakeFiles/thrust.example.strided_range.dir/rule +.PHONY : thrust.example.strided_range + +# clean rule for target. +examples/CMakeFiles/thrust.example.strided_range.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.strided_range.dir/build.make examples/CMakeFiles/thrust.example.strided_range.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.strided_range.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.strided_range.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.strided_range.dir/all: examples/CMakeFiles/thrust.example.strided_range.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.strided_range.dir/build.make examples/CMakeFiles/thrust.all.example.strided_range.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.strided_range.dir/build.make examples/CMakeFiles/thrust.all.example.strided_range.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.strided_range" +.PHONY : examples/CMakeFiles/thrust.all.example.strided_range.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.strided_range.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.strided_range.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.strided_range.dir/rule + +# Convenience name for target. +thrust.all.example.strided_range: examples/CMakeFiles/thrust.all.example.strided_range.dir/rule +.PHONY : thrust.all.example.strided_range + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.strided_range.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.strided_range.dir/build.make examples/CMakeFiles/thrust.all.example.strided_range.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.strided_range.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.sum.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.sum.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum.dir/build.make examples/CMakeFiles/thrust.example.sum.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum.dir/build.make examples/CMakeFiles/thrust.example.sum.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.sum" +.PHONY : examples/CMakeFiles/thrust.example.sum.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.sum.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.sum.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.sum.dir/rule + +# Convenience name for target. +thrust.example.sum: examples/CMakeFiles/thrust.example.sum.dir/rule +.PHONY : thrust.example.sum + +# clean rule for target. +examples/CMakeFiles/thrust.example.sum.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum.dir/build.make examples/CMakeFiles/thrust.example.sum.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.sum.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.sum.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.sum.dir/all: examples/CMakeFiles/thrust.example.sum.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sum.dir/build.make examples/CMakeFiles/thrust.all.example.sum.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sum.dir/build.make examples/CMakeFiles/thrust.all.example.sum.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.sum" +.PHONY : examples/CMakeFiles/thrust.all.example.sum.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.sum.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.sum.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.sum.dir/rule + +# Convenience name for target. +thrust.all.example.sum: examples/CMakeFiles/thrust.all.example.sum.dir/rule +.PHONY : thrust.all.example.sum + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.sum.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sum.dir/build.make examples/CMakeFiles/thrust.all.example.sum.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.sum.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.sum_rows.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.sum_rows.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum_rows.dir/build.make examples/CMakeFiles/thrust.example.sum_rows.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum_rows.dir/build.make examples/CMakeFiles/thrust.example.sum_rows.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.sum_rows" +.PHONY : examples/CMakeFiles/thrust.example.sum_rows.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.sum_rows.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.sum_rows.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.sum_rows.dir/rule + +# Convenience name for target. +thrust.example.sum_rows: examples/CMakeFiles/thrust.example.sum_rows.dir/rule +.PHONY : thrust.example.sum_rows + +# clean rule for target. +examples/CMakeFiles/thrust.example.sum_rows.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum_rows.dir/build.make examples/CMakeFiles/thrust.example.sum_rows.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.sum_rows.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.sum_rows.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.sum_rows.dir/all: examples/CMakeFiles/thrust.example.sum_rows.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sum_rows.dir/build.make examples/CMakeFiles/thrust.all.example.sum_rows.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sum_rows.dir/build.make examples/CMakeFiles/thrust.all.example.sum_rows.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.sum_rows" +.PHONY : examples/CMakeFiles/thrust.all.example.sum_rows.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.sum_rows.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.sum_rows.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.sum_rows.dir/rule + +# Convenience name for target. +thrust.all.example.sum_rows: examples/CMakeFiles/thrust.all.example.sum_rows.dir/rule +.PHONY : thrust.all.example.sum_rows + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.sum_rows.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sum_rows.dir/build.make examples/CMakeFiles/thrust.all.example.sum_rows.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.sum_rows.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.summary_statistics.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.summary_statistics.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summary_statistics.dir/build.make examples/CMakeFiles/thrust.example.summary_statistics.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summary_statistics.dir/build.make examples/CMakeFiles/thrust.example.summary_statistics.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=48 "Built target thrust.example.summary_statistics" +.PHONY : examples/CMakeFiles/thrust.example.summary_statistics.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.summary_statistics.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.summary_statistics.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.summary_statistics.dir/rule + +# Convenience name for target. +thrust.example.summary_statistics: examples/CMakeFiles/thrust.example.summary_statistics.dir/rule +.PHONY : thrust.example.summary_statistics + +# clean rule for target. +examples/CMakeFiles/thrust.example.summary_statistics.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summary_statistics.dir/build.make examples/CMakeFiles/thrust.example.summary_statistics.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.summary_statistics.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.summary_statistics.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.summary_statistics.dir/all: examples/CMakeFiles/thrust.example.summary_statistics.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.summary_statistics.dir/build.make examples/CMakeFiles/thrust.all.example.summary_statistics.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.summary_statistics.dir/build.make examples/CMakeFiles/thrust.all.example.summary_statistics.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.summary_statistics" +.PHONY : examples/CMakeFiles/thrust.all.example.summary_statistics.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.summary_statistics.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.summary_statistics.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.summary_statistics.dir/rule + +# Convenience name for target. +thrust.all.example.summary_statistics: examples/CMakeFiles/thrust.all.example.summary_statistics.dir/rule +.PHONY : thrust.all.example.summary_statistics + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.summary_statistics.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.summary_statistics.dir/build.make examples/CMakeFiles/thrust.all.example.summary_statistics.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.summary_statistics.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.summed_area_table.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.summed_area_table.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summed_area_table.dir/build.make examples/CMakeFiles/thrust.example.summed_area_table.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summed_area_table.dir/build.make examples/CMakeFiles/thrust.example.summed_area_table.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.summed_area_table" +.PHONY : examples/CMakeFiles/thrust.example.summed_area_table.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.summed_area_table.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.summed_area_table.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.summed_area_table.dir/rule + +# Convenience name for target. +thrust.example.summed_area_table: examples/CMakeFiles/thrust.example.summed_area_table.dir/rule +.PHONY : thrust.example.summed_area_table + +# clean rule for target. +examples/CMakeFiles/thrust.example.summed_area_table.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summed_area_table.dir/build.make examples/CMakeFiles/thrust.example.summed_area_table.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.summed_area_table.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.summed_area_table.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.summed_area_table.dir/all: examples/CMakeFiles/thrust.example.summed_area_table.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.summed_area_table.dir/build.make examples/CMakeFiles/thrust.all.example.summed_area_table.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.summed_area_table.dir/build.make examples/CMakeFiles/thrust.all.example.summed_area_table.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.summed_area_table" +.PHONY : examples/CMakeFiles/thrust.all.example.summed_area_table.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.summed_area_table.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.summed_area_table.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.summed_area_table.dir/rule + +# Convenience name for target. +thrust.all.example.summed_area_table: examples/CMakeFiles/thrust.all.example.summed_area_table.dir/rule +.PHONY : thrust.all.example.summed_area_table + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.summed_area_table.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.summed_area_table.dir/build.make examples/CMakeFiles/thrust.all.example.summed_area_table.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.summed_area_table.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.tiled_range.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.tiled_range.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.tiled_range.dir/build.make examples/CMakeFiles/thrust.example.tiled_range.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.tiled_range.dir/build.make examples/CMakeFiles/thrust.example.tiled_range.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.tiled_range" +.PHONY : examples/CMakeFiles/thrust.example.tiled_range.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.tiled_range.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.tiled_range.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.tiled_range.dir/rule + +# Convenience name for target. +thrust.example.tiled_range: examples/CMakeFiles/thrust.example.tiled_range.dir/rule +.PHONY : thrust.example.tiled_range + +# clean rule for target. +examples/CMakeFiles/thrust.example.tiled_range.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.tiled_range.dir/build.make examples/CMakeFiles/thrust.example.tiled_range.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.tiled_range.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.tiled_range.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.tiled_range.dir/all: examples/CMakeFiles/thrust.example.tiled_range.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.tiled_range.dir/build.make examples/CMakeFiles/thrust.all.example.tiled_range.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.tiled_range.dir/build.make examples/CMakeFiles/thrust.all.example.tiled_range.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.tiled_range" +.PHONY : examples/CMakeFiles/thrust.all.example.tiled_range.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.tiled_range.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.tiled_range.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.tiled_range.dir/rule + +# Convenience name for target. +thrust.all.example.tiled_range: examples/CMakeFiles/thrust.all.example.tiled_range.dir/rule +.PHONY : thrust.all.example.tiled_range + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.tiled_range.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.tiled_range.dir/build.make examples/CMakeFiles/thrust.all.example.tiled_range.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.tiled_range.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.transform_input_output_iterator" +.PHONY : examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/rule + +# Convenience name for target. +thrust.example.transform_input_output_iterator: examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/rule +.PHONY : thrust.example.transform_input_output_iterator + +# clean rule for target. +examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/all: examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.transform_input_output_iterator" +.PHONY : examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/rule + +# Convenience name for target. +thrust.all.example.transform_input_output_iterator: examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/rule +.PHONY : thrust.all.example.transform_input_output_iterator + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.transform_iterator.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.transform_iterator.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_iterator.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_iterator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.transform_iterator" +.PHONY : examples/CMakeFiles/thrust.example.transform_iterator.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.transform_iterator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.transform_iterator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.transform_iterator.dir/rule + +# Convenience name for target. +thrust.example.transform_iterator: examples/CMakeFiles/thrust.example.transform_iterator.dir/rule +.PHONY : thrust.example.transform_iterator + +# clean rule for target. +examples/CMakeFiles/thrust.example.transform_iterator.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_iterator.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.transform_iterator.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.transform_iterator.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.transform_iterator.dir/all: examples/CMakeFiles/thrust.example.transform_iterator.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.transform_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.transform_iterator.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.transform_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.transform_iterator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.transform_iterator" +.PHONY : examples/CMakeFiles/thrust.all.example.transform_iterator.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.transform_iterator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.transform_iterator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.transform_iterator.dir/rule + +# Convenience name for target. +thrust.all.example.transform_iterator: examples/CMakeFiles/thrust.all.example.transform_iterator.dir/rule +.PHONY : thrust.all.example.transform_iterator + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.transform_iterator.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.transform_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.transform_iterator.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.transform_iterator.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.transform_output_iterator.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.transform_output_iterator.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_output_iterator.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_output_iterator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.transform_output_iterator" +.PHONY : examples/CMakeFiles/thrust.example.transform_output_iterator.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.transform_output_iterator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.transform_output_iterator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.transform_output_iterator.dir/rule + +# Convenience name for target. +thrust.example.transform_output_iterator: examples/CMakeFiles/thrust.example.transform_output_iterator.dir/rule +.PHONY : thrust.example.transform_output_iterator + +# clean rule for target. +examples/CMakeFiles/thrust.example.transform_output_iterator.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_output_iterator.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.transform_output_iterator.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/all: examples/CMakeFiles/thrust.example.transform_output_iterator.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.transform_output_iterator" +.PHONY : examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/rule + +# Convenience name for target. +thrust.all.example.transform_output_iterator: examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/rule +.PHONY : thrust.all.example.transform_output_iterator + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.uninitialized_vector.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.uninitialized_vector.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.uninitialized_vector.dir/build.make examples/CMakeFiles/thrust.example.uninitialized_vector.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.uninitialized_vector.dir/build.make examples/CMakeFiles/thrust.example.uninitialized_vector.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=49 "Built target thrust.example.uninitialized_vector" +.PHONY : examples/CMakeFiles/thrust.example.uninitialized_vector.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.uninitialized_vector.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.uninitialized_vector.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.uninitialized_vector.dir/rule + +# Convenience name for target. +thrust.example.uninitialized_vector: examples/CMakeFiles/thrust.example.uninitialized_vector.dir/rule +.PHONY : thrust.example.uninitialized_vector + +# clean rule for target. +examples/CMakeFiles/thrust.example.uninitialized_vector.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.uninitialized_vector.dir/build.make examples/CMakeFiles/thrust.example.uninitialized_vector.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.uninitialized_vector.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/all: examples/CMakeFiles/thrust.example.uninitialized_vector.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/build.make examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/build.make examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.uninitialized_vector" +.PHONY : examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/rule + +# Convenience name for target. +thrust.all.example.uninitialized_vector: examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/rule +.PHONY : thrust.all.example.uninitialized_vector + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/build.make examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.version.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.version.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.version.dir/build.make examples/CMakeFiles/thrust.example.version.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.version.dir/build.make examples/CMakeFiles/thrust.example.version.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.version" +.PHONY : examples/CMakeFiles/thrust.example.version.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.version.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.version.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.version.dir/rule + +# Convenience name for target. +thrust.example.version: examples/CMakeFiles/thrust.example.version.dir/rule +.PHONY : thrust.example.version + +# clean rule for target. +examples/CMakeFiles/thrust.example.version.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.version.dir/build.make examples/CMakeFiles/thrust.example.version.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.version.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.version.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.version.dir/all: examples/CMakeFiles/thrust.example.version.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.version.dir/build.make examples/CMakeFiles/thrust.all.example.version.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.version.dir/build.make examples/CMakeFiles/thrust.all.example.version.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.version" +.PHONY : examples/CMakeFiles/thrust.all.example.version.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.version.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.version.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.version.dir/rule + +# Convenience name for target. +thrust.all.example.version: examples/CMakeFiles/thrust.all.example.version.dir/rule +.PHONY : thrust.all.example.version + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.version.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.version.dir/build.make examples/CMakeFiles/thrust.all.example.version.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.version.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.weld_vertices.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.weld_vertices.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.weld_vertices.dir/build.make examples/CMakeFiles/thrust.example.weld_vertices.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.weld_vertices.dir/build.make examples/CMakeFiles/thrust.example.weld_vertices.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.weld_vertices" +.PHONY : examples/CMakeFiles/thrust.example.weld_vertices.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.weld_vertices.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.weld_vertices.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.weld_vertices.dir/rule + +# Convenience name for target. +thrust.example.weld_vertices: examples/CMakeFiles/thrust.example.weld_vertices.dir/rule +.PHONY : thrust.example.weld_vertices + +# clean rule for target. +examples/CMakeFiles/thrust.example.weld_vertices.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.weld_vertices.dir/build.make examples/CMakeFiles/thrust.example.weld_vertices.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.weld_vertices.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.weld_vertices.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.weld_vertices.dir/all: examples/CMakeFiles/thrust.example.weld_vertices.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.weld_vertices.dir/build.make examples/CMakeFiles/thrust.all.example.weld_vertices.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.weld_vertices.dir/build.make examples/CMakeFiles/thrust.all.example.weld_vertices.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.weld_vertices" +.PHONY : examples/CMakeFiles/thrust.all.example.weld_vertices.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.weld_vertices.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.weld_vertices.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.weld_vertices.dir/rule + +# Convenience name for target. +thrust.all.example.weld_vertices: examples/CMakeFiles/thrust.all.example.weld_vertices.dir/rule +.PHONY : thrust.all.example.weld_vertices + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.weld_vertices.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.weld_vertices.dir/build.make examples/CMakeFiles/thrust.all.example.weld_vertices.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.weld_vertices.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.example.word_count.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.example.word_count.dir/all: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.word_count.dir/build.make examples/CMakeFiles/thrust.example.word_count.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.word_count.dir/build.make examples/CMakeFiles/thrust.example.word_count.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.word_count" +.PHONY : examples/CMakeFiles/thrust.example.word_count.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.example.word_count.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.word_count.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.example.word_count.dir/rule + +# Convenience name for target. +thrust.example.word_count: examples/CMakeFiles/thrust.example.word_count.dir/rule +.PHONY : thrust.example.word_count + +# clean rule for target. +examples/CMakeFiles/thrust.example.word_count.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.word_count.dir/build.make examples/CMakeFiles/thrust.example.word_count.dir/clean +.PHONY : examples/CMakeFiles/thrust.example.word_count.dir/clean + +#============================================================================= +# Target rules for target examples/CMakeFiles/thrust.all.example.word_count.dir + +# All Build rule for target. +examples/CMakeFiles/thrust.all.example.word_count.dir/all: examples/CMakeFiles/thrust.example.word_count.dir/all + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.word_count.dir/build.make examples/CMakeFiles/thrust.all.example.word_count.dir/depend + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.word_count.dir/build.make examples/CMakeFiles/thrust.all.example.word_count.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.word_count" +.PHONY : examples/CMakeFiles/thrust.all.example.word_count.dir/all + +# Build rule for subdir invocation for target. +examples/CMakeFiles/thrust.all.example.word_count.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.word_count.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/CMakeFiles/thrust.all.example.word_count.dir/rule + +# Convenience name for target. +thrust.all.example.word_count: examples/CMakeFiles/thrust.all.example.word_count.dir/rule +.PHONY : thrust.all.example.word_count + +# clean rule for target. +examples/CMakeFiles/thrust.all.example.word_count.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.word_count.dir/build.make examples/CMakeFiles/thrust.all.example.word_count.dir/clean +.PHONY : examples/CMakeFiles/thrust.all.example.word_count.dir/clean + +#============================================================================= +# Target rules for target examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir + +# All Build rule for target. +examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/all: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.cuda.async_reduce" +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/all + +# Build rule for subdir invocation for target. +examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/rule + +# Convenience name for target. +thrust.example.cuda.async_reduce: examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/rule +.PHONY : thrust.example.cuda.async_reduce + +# clean rule for target. +examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/clean + +#============================================================================= +# Target rules for target examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir + +# All Build rule for target. +examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.async_reduce.dir/all + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.cuda.async_reduce" +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/all + +# Build rule for subdir invocation for target. +examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/rule + +# Convenience name for target. +thrust.all.example.cuda.async_reduce: examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/rule +.PHONY : thrust.all.example.cuda.async_reduce + +# clean rule for target. +examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.async_reduce.dir/clean + +#============================================================================= +# Target rules for target examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir + +# All Build rule for target. +examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/all: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.cuda.custom_temporary_allocation" +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/all + +# Build rule for subdir invocation for target. +examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/rule + +# Convenience name for target. +thrust.example.cuda.custom_temporary_allocation: examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/rule +.PHONY : thrust.example.cuda.custom_temporary_allocation + +# clean rule for target. +examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/clean + +#============================================================================= +# Target rules for target examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir + +# All Build rule for target. +examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.custom_temporary_allocation.dir/all + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.cuda.custom_temporary_allocation" +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/all + +# Build rule for subdir invocation for target. +examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/rule + +# Convenience name for target. +thrust.all.example.cuda.custom_temporary_allocation: examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/rule +.PHONY : thrust.all.example.cuda.custom_temporary_allocation + +# clean rule for target. +examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.custom_temporary_allocation.dir/clean + +#============================================================================= +# Target rules for target examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir + +# All Build rule for target. +examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/all: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.cuda.explicit_cuda_stream" +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/all + +# Build rule for subdir invocation for target. +examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/rule + +# Convenience name for target. +thrust.example.cuda.explicit_cuda_stream: examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/rule +.PHONY : thrust.example.cuda.explicit_cuda_stream + +# clean rule for target. +examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/clean + +#============================================================================= +# Target rules for target examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir + +# All Build rule for target. +examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.explicit_cuda_stream.dir/all + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.cuda.explicit_cuda_stream" +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/all + +# Build rule for subdir invocation for target. +examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/rule # Convenience name for target. -thrust.all.test.cuda.transform_scan.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/rule -.PHONY : thrust.all.test.cuda.transform_scan.cdp_0 +thrust.all.example.cuda.explicit_cuda_stream: examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/rule +.PHONY : thrust.all.example.cuda.explicit_cuda_stream # clean rule for target. -testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/clean: - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/clean -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/clean +examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.explicit_cuda_stream.dir/clean #============================================================================= -# Target rules for target testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir +# Target rules for target examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir # All Build rule for target. -testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/depend - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=74 "Built target thrust.test.cuda.uninitialized_copy.cdp_0" -.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/all: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.cuda.global_device_vector" +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/all # Build rule for subdir invocation for target. -testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 -.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/rule + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/rule # Convenience name for target. -thrust.test.cuda.uninitialized_copy.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/rule -.PHONY : thrust.test.cuda.uninitialized_copy.cdp_0 +thrust.example.cuda.global_device_vector: examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/rule +.PHONY : thrust.example.cuda.global_device_vector # clean rule for target. -testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/clean: - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/clean -.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/clean +examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/clean #============================================================================= -# Target rules for target testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir +# Target rules for target examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir # All Build rule for target. -testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/all: testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/all - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/depend - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.test.cuda.uninitialized_copy.cdp_0" -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.global_device_vector.dir/all + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.cuda.global_device_vector" +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/all # Build rule for subdir invocation for target. -testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/rule + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/rule # Convenience name for target. -thrust.all.test.cuda.uninitialized_copy.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/rule -.PHONY : thrust.all.test.cuda.uninitialized_copy.cdp_0 +thrust.all.example.cuda.global_device_vector: examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/rule +.PHONY : thrust.all.example.cuda.global_device_vector # clean rule for target. -testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/clean: - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/clean -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/clean +examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.global_device_vector.dir/clean #============================================================================= -# Target rules for target testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir +# Target rules for target examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir # All Build rule for target. -testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/depend - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.uninitialized_fill.cdp_0" -.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/all: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.cuda.range_view" +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/all # Build rule for subdir invocation for target. -testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 -.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/rule + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/rule # Convenience name for target. -thrust.test.cuda.uninitialized_fill.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/rule -.PHONY : thrust.test.cuda.uninitialized_fill.cdp_0 +thrust.example.cuda.range_view: examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/rule +.PHONY : thrust.example.cuda.range_view # clean rule for target. -testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/clean: - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/clean -.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/clean +examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/clean #============================================================================= -# Target rules for target testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir +# Target rules for target examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir # All Build rule for target. -testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/all: testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/all - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/depend - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.test.cuda.uninitialized_fill.cdp_0" -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.range_view.dir/all + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.cuda.range_view" +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/all # Build rule for subdir invocation for target. -testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/rule + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/rule # Convenience name for target. -thrust.all.test.cuda.uninitialized_fill.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/rule -.PHONY : thrust.all.test.cuda.uninitialized_fill.cdp_0 +thrust.all.example.cuda.range_view: examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/rule +.PHONY : thrust.all.example.cuda.range_view # clean rule for target. -testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/clean: - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/clean -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/clean +examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.range_view.dir/clean #============================================================================= -# Target rules for target testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir +# Target rules for target examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir # All Build rule for target. -testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/depend - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.unique.cdp_0" -.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/all: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=42 "Built target thrust.example.cuda.unwrap_pointer" +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/all # Build rule for subdir invocation for target. -testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/rule: cmake_check_build_system +examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 -.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/rule +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/rule # Convenience name for target. -thrust.test.cuda.unique.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/rule -.PHONY : thrust.test.cuda.unique.cdp_0 +thrust.example.cuda.unwrap_pointer: examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/rule +.PHONY : thrust.example.cuda.unwrap_pointer # clean rule for target. -testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/clean: - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/clean -.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/clean +examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/clean #============================================================================= -# Target rules for target testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir +# Target rules for target examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir # All Build rule for target. -testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/all: testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/all - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/depend - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.test.cuda.unique.cdp_0" -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.unwrap_pointer.dir/all + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.cuda.unwrap_pointer" +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/all # Build rule for subdir invocation for target. -testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/rule: cmake_check_build_system +examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/rule +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/rule # Convenience name for target. -thrust.all.test.cuda.unique.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/rule -.PHONY : thrust.all.test.cuda.unique.cdp_0 +thrust.all.example.cuda.unwrap_pointer: examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/rule +.PHONY : thrust.all.example.cuda.unwrap_pointer # clean rule for target. -testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/clean: - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/clean -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/clean +examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.unwrap_pointer.dir/clean #============================================================================= -# Target rules for target testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir +# Target rules for target examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir # All Build rule for target. -testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/all: testing/unittest/CMakeFiles/thrust.test.framework.dir/all - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/depend - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.test.cuda.unique_by_key.cdp_0" -.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/all: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.example.cuda.wrap_pointer" +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/all # Build rule for subdir invocation for target. -testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 -.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/rule + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/rule # Convenience name for target. -thrust.test.cuda.unique_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/rule -.PHONY : thrust.test.cuda.unique_by_key.cdp_0 +thrust.example.cuda.wrap_pointer: examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/rule +.PHONY : thrust.example.cuda.wrap_pointer # clean rule for target. -testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/clean: - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/clean -.PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/clean +examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/build.make examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/clean #============================================================================= -# Target rules for target testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir +# Target rules for target examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir # All Build rule for target. -testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/all: testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/all - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/depend - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.test.cuda.unique_by_key.cdp_0" -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/all: examples/cuda/CMakeFiles/thrust.example.cuda.wrap_pointer.dir/all + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/depend + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target thrust.all.example.cuda.wrap_pointer" +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/all # Build rule for subdir invocation for target. -testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/all +examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/rule + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/rule # Convenience name for target. -thrust.all.test.cuda.unique_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/rule -.PHONY : thrust.all.test.cuda.unique_by_key.cdp_0 +thrust.all.example.cuda.wrap_pointer: examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/rule +.PHONY : thrust.all.example.cuda.wrap_pointer # clean rule for target. -testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/clean: - $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/clean -.PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/clean +examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/build.make examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/clean +.PHONY : examples/cuda/CMakeFiles/thrust.all.example.cuda.wrap_pointer.dir/clean #============================================================================= # Target rules for target dependencies/cub/CMakeFiles/cub.all.dir @@ -15320,7 +18644,7 @@ dependencies/cub/CMakeFiles/cub.all.dir/all: dependencies/cub/CMakeFiles/cub.cpp # Build rule for subdir invocation for target. dependencies/cub/CMakeFiles/cub.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 44 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 40 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/CMakeFiles/cub.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/CMakeFiles/cub.all.dir/rule @@ -15349,7 +18673,7 @@ dependencies/cub/CMakeFiles/cub.cpp14.all.dir/all: dependencies/cub/examples/CMa # Build rule for subdir invocation for target. dependencies/cub/CMakeFiles/cub.cpp14.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 44 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 40 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/CMakeFiles/cub.cpp14.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/CMakeFiles/cub.cpp14.all.dir/rule @@ -15376,7 +18700,7 @@ dependencies/cub/CMakeFiles/cub.all.headers.dir/all: dependencies/cub/CMakeFiles # Build rule for subdir invocation for target. dependencies/cub/CMakeFiles/cub.all.headers.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 24 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 21 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/CMakeFiles/cub.all.headers.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/CMakeFiles/cub.all.headers.dir/rule @@ -15397,12 +18721,12 @@ dependencies/cub/CMakeFiles/cub.all.headers.dir/clean: dependencies/cub/CMakeFiles/cub.cpp14.headers.base.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/CMakeFiles/cub.cpp14.headers.base.dir/build.make dependencies/cub/CMakeFiles/cub.cpp14.headers.base.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/CMakeFiles/cub.cpp14.headers.base.dir/build.make dependencies/cub/CMakeFiles/cub.cpp14.headers.base.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=3,4,5,6,7,8,9,10,11,12,13,14 "Built target cub.cpp14.headers.base" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=3,4,5,6,7,8,9,10,11,12,13 "Built target cub.cpp14.headers.base" .PHONY : dependencies/cub/CMakeFiles/cub.cpp14.headers.base.dir/all # Build rule for subdir invocation for target. dependencies/cub/CMakeFiles/cub.cpp14.headers.base.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 12 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 11 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/CMakeFiles/cub.cpp14.headers.base.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/CMakeFiles/cub.cpp14.headers.base.dir/rule @@ -15423,12 +18747,12 @@ dependencies/cub/CMakeFiles/cub.cpp14.headers.base.dir/clean: dependencies/cub/CMakeFiles/cub.cpp14.headers.bf16.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/CMakeFiles/cub.cpp14.headers.bf16.dir/build.make dependencies/cub/CMakeFiles/cub.cpp14.headers.bf16.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/CMakeFiles/cub.cpp14.headers.bf16.dir/build.make dependencies/cub/CMakeFiles/cub.cpp14.headers.bf16.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=15,16,17,18,19,20,21,22,23,24,25,26 "Built target cub.cpp14.headers.bf16" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=14,15,16,17,18,19,20,21,22,23 "Built target cub.cpp14.headers.bf16" .PHONY : dependencies/cub/CMakeFiles/cub.cpp14.headers.bf16.dir/all # Build rule for subdir invocation for target. dependencies/cub/CMakeFiles/cub.cpp14.headers.bf16.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 12 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 10 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/CMakeFiles/cub.cpp14.headers.bf16.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/CMakeFiles/cub.cpp14.headers.bf16.dir/rule @@ -15511,7 +18835,7 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.tests.dir/all: dependencies/cub/test/ # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.tests.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 18 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 17 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.tests.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.tests.dir/rule @@ -15538,7 +18862,7 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.all.di # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.all.dir/rule @@ -15565,7 +18889,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.block_adjacent_difference.all.dir/ # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.block_adjacent_difference.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.block_adjacent_difference.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.block_adjacent_difference.all.dir/rule @@ -15751,12 +19075,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.bs_256 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.bs_256.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.bs_256.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.bs_256.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.bs_256.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.bs_256.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.block_adjacent_difference.bs_256" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=24 "Built target cub.cpp14.test.block_adjacent_difference.bs_256" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.bs_256.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.bs_256.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.bs_256.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_adjacent_difference.bs_256.dir/rule @@ -15920,7 +19244,7 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.all.dir/all: dependen # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.all.dir/rule @@ -15947,7 +19271,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.block_load.all.dir/all: dependenci # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.block_load.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.block_load.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.block_load.all.dir/rule @@ -15969,12 +19293,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.it_1.dir/all: depende dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.it_1.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.it_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.it_1.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.it_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.it_1.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=27 "Built target cub.cpp14.test.block_load.it_1" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.block_load.it_1" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.it_1.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.it_1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.it_1.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_load.it_1.dir/rule @@ -16150,7 +19474,7 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.all.dir/all: de # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.all.dir/rule @@ -16191,7 +19515,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.block_radix_sort.all.dir/all: depe # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.block_radix_sort.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.block_radix_sort.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.block_radix_sort.all.dir/rule @@ -16213,12 +19537,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_0.ipt dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_0.ipt_1.ipt_32.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_0.ipt_1.ipt_32.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_0.ipt_1.ipt_32.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_0.ipt_1.ipt_32.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_0.ipt_1.ipt_32.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.block_radix_sort.mem_0.alg_0.ipt_1.ipt_32" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=25 "Built target cub.cpp14.test.block_radix_sort.mem_0.alg_0.ipt_1.ipt_32" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_0.ipt_1.ipt_32.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_0.ipt_1.ipt_32.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_0.ipt_1.ipt_32.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_0.ipt_1.ipt_32.dir/rule @@ -16321,12 +19645,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_1.ipt dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_1.ipt_1.ipt_32.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_1.ipt_1.ipt_32.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_1.ipt_1.ipt_32.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_1.ipt_1.ipt_32.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_1.ipt_1.ipt_32.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=28 "Built target cub.cpp14.test.block_radix_sort.mem_0.alg_1.ipt_1.ipt_32" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.block_radix_sort.mem_0.alg_1.ipt_1.ipt_32" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_1.ipt_1.ipt_32.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_1.ipt_1.ipt_32.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_1.ipt_1.ipt_32.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_0.alg_1.ipt_1.ipt_32.dir/rule @@ -16537,12 +19861,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_1.alg_1.ipt dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_1.alg_1.ipt_1.ipt_32.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_1.alg_1.ipt_1.ipt_32.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_1.alg_1.ipt_1.ipt_32.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_1.alg_1.ipt_1.ipt_32.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_1.alg_1.ipt_1.ipt_32.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.block_radix_sort.mem_1.alg_1.ipt_1.ipt_32" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=26 "Built target cub.cpp14.test.block_radix_sort.mem_1.alg_1.ipt_1.ipt_32" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_1.alg_1.ipt_1.ipt_32.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_1.alg_1.ipt_1.ipt_32.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_1.alg_1.ipt_1.ipt_32.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_radix_sort.mem_1.alg_1.ipt_1.ipt_32.dir/rule @@ -16683,7 +20007,7 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.all.dir/all: depend # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.all.dir/rule @@ -16716,7 +20040,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.block_reduce.all.dir/all: dependen # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.block_reduce.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.block_reduce.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.block_reduce.all.dir/rule @@ -16900,12 +20224,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.dimx_128.dimyz_1.di dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.dimx_128.dimyz_1.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.dimx_128.dimyz_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.dimx_128.dimyz_1.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.dimx_128.dimyz_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.dimx_128.dimyz_1.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=29 "Built target cub.cpp14.test.block_reduce.dimx_128.dimyz_1" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.block_reduce.dimx_128.dimyz_1" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.dimx_128.dimyz_1.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.dimx_128.dimyz_1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.dimx_128.dimyz_1.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_reduce.dimx_128.dimyz_1.dir/rule @@ -17043,12 +20367,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_0.mode_0.dir/all: dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_0.mode_0.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_0.mode_0.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_0.mode_0.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_0.mode_0.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_0.mode_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.block_scan.alg_0.mode_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=27 "Built target cub.cpp14.test.block_scan.alg_0.mode_0" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_0.mode_0.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_0.mode_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_0.mode_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_0.mode_0.dir/rule @@ -17097,12 +20421,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_1.mode_0.dir/all: dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_1.mode_0.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_1.mode_0.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_1.mode_0.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_1.mode_0.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_1.mode_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=30 "Built target cub.cpp14.test.block_scan.alg_1.mode_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.block_scan.alg_1.mode_0" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_1.mode_0.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_1.mode_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_1.mode_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_scan.alg_1.mode_0.dir/rule @@ -17483,12 +20807,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_1.dir/all: depend dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_1.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_1.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_1.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.block_store.it_1" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=28 "Built target cub.cpp14.test.block_store.it_1" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_1.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_1.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_1.dir/rule @@ -17510,12 +20834,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_11.dir/all: depen dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_11.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_11.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_11.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_11.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_11.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=31 "Built target cub.cpp14.test.block_store.it_11" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.block_store.it_11" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_11.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_11.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_11.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.block_store.it_11.dir/rule @@ -17722,12 +21046,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.printing.dir/all: dependencies/c dependencies/cub/test/CMakeFiles/cub.cpp14.test.printing.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.printing.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.printing.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.printing.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.printing.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.printing" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=37 "Built target cub.cpp14.test.printing" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.printing.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.printing.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.printing.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.printing.dir/rule @@ -17749,12 +21073,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.radix_operations.dir/all: depend dependencies/cub/test/CMakeFiles/cub.cpp14.test.radix_operations.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.radix_operations.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.radix_operations.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.radix_operations.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.radix_operations.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=41 "Built target cub.cpp14.test.radix_operations" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.radix_operations" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.radix_operations.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.radix_operations.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.radix_operations.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.radix_operations.dir/rule @@ -18066,7 +21390,7 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_load.lwt_16.alg_2.dir/all: dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_load.lwt_16.alg_2.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_load.lwt_16.alg_2.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_load.lwt_16.alg_2.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_load.lwt_16.alg_2.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_load.lwt_16.alg_2.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=42 "Built target cub.cpp14.test.warp_load.lwt_16.alg_2" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=38 "Built target cub.cpp14.test.warp_load.lwt_16.alg_2" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_load.lwt_16.alg_2.dir/all # Build rule for subdir invocation for target. @@ -18282,7 +21606,7 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_reduce.dir/all: dependencie dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_reduce.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_reduce.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_reduce.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_reduce.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_reduce.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=43 "Built target cub.cpp14.test.warp_reduce" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=39 "Built target cub.cpp14.test.warp_reduce" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_reduce.dir/all # Build rule for subdir invocation for target. @@ -18437,12 +21761,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_1.dir/all: dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_1.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_1.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_1.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=44 "Built target cub.cpp14.test.warp_store.lwt_4.alg_1" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.warp_store.lwt_4.alg_1" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_1.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_1.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_1.dir/rule @@ -18464,12 +21788,12 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_2.dir/all: dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_2.dir/all: _deps/metal-build/CMakeFiles/Metal.bundle.dir/all $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_2.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_2.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_2.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_2.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.warp_store.lwt_4.alg_2" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=40 "Built target cub.cpp14.test.warp_store.lwt_4.alg_2" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_2.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_2.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_2.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.warp_store.lwt_4.alg_2.dir/rule @@ -19045,7 +22369,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_batch_copy.dir/clean: dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_batch_memcpy.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_batch_memcpy.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_batch_memcpy.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_batch_memcpy.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_batch_memcpy.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=32 "Built target cub.cpp14.test.device_batch_memcpy" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=29 "Built target cub.cpp14.test.device_batch_memcpy" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_batch_memcpy.dir/all # Build rule for subdir invocation for target. @@ -19225,7 +22549,7 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.all.dir/all: d # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 4 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 3 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.all.dir/rule @@ -19270,7 +22594,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.all.dir/all: dep # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 4 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 3 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.all.dir/rule @@ -19395,12 +22719,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_1.pa dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_2.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_2.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_2.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_2.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_2.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=33 "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_2" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_2" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_2.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_2.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_2.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_2.dir/rule @@ -19426,7 +22750,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_1.pa # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_1.pairs_2.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_1.pairs_2.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_1.pairs_2.dir/rule @@ -19447,12 +22771,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_1.pa dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_3.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_3.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_3.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_3.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_3.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_3" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=30 "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_3" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_3.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_3.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_3.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_1.pairs_3.dir/rule @@ -19478,7 +22802,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_1.pa # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_1.pairs_3.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_1.pairs_3.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_1.pairs_3.dir/rule @@ -19499,12 +22823,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_1.pa dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_0.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_0.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_0.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_0.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=34 "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_0" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_0.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_0.dir/rule @@ -19530,7 +22854,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_2.pa # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_2.pairs_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_2.pairs_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_2.pairs_0.dir/rule @@ -19551,12 +22875,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_2.pa dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_1.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_1.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_1.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_1" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=31 "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_1" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_1.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_1.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_2.pairs_1.dir/rule @@ -19582,7 +22906,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_2.pa # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_2.pairs_1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_2.pairs_1.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_2.pairs_1.dir/rule @@ -19759,12 +23083,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_4.pa dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_1.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_1.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_1.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=35 "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_1" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_1" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_1.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_1.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_1.dir/rule @@ -19790,7 +23114,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_4.pa # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_4.pairs_1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_4.pairs_1.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_4.pairs_1.dir/rule @@ -19863,12 +23187,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_4.pa dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_3.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_3.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_3.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_3.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_3.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_3" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=32 "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_3" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_3.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_3.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_3.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_4.pairs_3.dir/rule @@ -19894,7 +23218,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_4.pa # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_4.pairs_3.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_4.pairs_3.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_4.pairs_3.dir/rule @@ -20071,12 +23395,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_8.pa dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_8.pairs_3.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_8.pairs_3.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_8.pairs_3.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_8.pairs_3.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_8.pairs_3.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=36 "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_8.pairs_3" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_radix_sort.cdp_0.bytes_8.pairs_3" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_8.pairs_3.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_8.pairs_3.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_8.pairs_3.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_radix_sort.cdp_0.bytes_8.pairs_3.dir/rule @@ -20102,7 +23426,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_8.pa # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_8.pairs_3.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_8.pairs_3.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_radix_sort.cdp_0.bytes_8.pairs_3.dir/rule @@ -20443,12 +23767,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_reduce.cdp_0.types_0.dir/cl dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_1.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_1.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_1.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_1.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_reduce.cdp_0.types_1" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=33 "Built target cub.cpp14.test.device_reduce.cdp_0.types_1" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_1.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_1.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_1.dir/rule @@ -20474,7 +23798,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_reduce.cdp_0.types_1.dir/al # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_reduce.cdp_0.types_1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_reduce.cdp_0.types_1.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_reduce.cdp_0.types_1.dir/rule @@ -20599,12 +23923,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_reduce.cdp_0.types_3.dir/cl dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_4.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_4.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_4.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_4.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_4.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=37 "Built target cub.cpp14.test.device_reduce.cdp_0.types_4" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_reduce.cdp_0.types_4" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_4.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_4.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_4.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_reduce.cdp_0.types_4.dir/rule @@ -20630,7 +23954,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_reduce.cdp_0.types_4.dir/al # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_reduce.cdp_0.types_4.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_reduce.cdp_0.types_4.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_reduce.cdp_0.types_4.dir/rule @@ -20866,7 +24190,7 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan.all.dir/all: depende # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan.all.dir/rule @@ -20894,7 +24218,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_scan.all.dir/all: dependenc # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_scan.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_scan.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_scan.all.dir/rule @@ -20915,12 +24239,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_scan.all.dir/clean: dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan.cdp_0.types_0.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan.cdp_0.types_0.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan.cdp_0.types_0.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan.cdp_0.types_0.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan.cdp_0.types_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_scan.cdp_0.types_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=34 "Built target cub.cpp14.test.device_scan.cdp_0.types_0" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan.cdp_0.types_0.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan.cdp_0.types_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan.cdp_0.types_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan.cdp_0.types_0.dir/rule @@ -20946,7 +24270,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_scan.cdp_0.types_0.dir/all: # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_scan.cdp_0.types_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_scan.cdp_0.types_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_scan.cdp_0.types_0.dir/rule @@ -21081,7 +24405,7 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.all.dir/all: # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.all.dir/rule @@ -21112,7 +24436,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.all.dir/all: de # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 2 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.all.dir/rule @@ -21133,12 +24457,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.all.dir/clean: dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_0.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_0.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_0.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_0.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=38 "Built target cub.cpp14.test.device_scan_by_key.cdp_0.types_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_scan_by_key.cdp_0.types_0" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_0.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_0.dir/rule @@ -21164,7 +24488,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_0.d # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_0.dir/rule @@ -21289,12 +24613,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_2.d dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_3.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_3.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_3.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_3.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_3.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_scan_by_key.cdp_0.types_3" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=35 "Built target cub.cpp14.test.device_scan_by_key.cdp_0.types_3" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_3.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_3.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_3.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_3.dir/rule @@ -21320,7 +24644,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_3.d # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_3.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_3.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_3.dir/rule @@ -21393,12 +24717,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_4.d dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_5.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_5.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_5.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_5.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_5.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=39 "Built target cub.cpp14.test.device_scan_by_key.cdp_0.types_5" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_scan_by_key.cdp_0.types_5" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_5.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_5.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_5.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_scan_by_key.cdp_0.types_5.dir/rule @@ -21424,7 +24748,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_5.d # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_5.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_5.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_scan_by_key.cdp_0.types_5.dir/rule @@ -21762,7 +25086,7 @@ dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_select_unique_by_key.all. # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_select_unique_by_key.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_select_unique_by_key.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_select_unique_by_key.all.dir/rule @@ -21788,7 +25112,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_select_unique_by_key.all.di # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_select_unique_by_key.all.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_select_unique_by_key.all.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_select_unique_by_key.all.dir/rule @@ -21809,12 +25133,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_select_unique_by_key.all.di dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_select_unique_by_key.cdp_0.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_select_unique_by_key.cdp_0.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_select_unique_by_key.cdp_0.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_select_unique_by_key.cdp_0.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_select_unique_by_key.cdp_0.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_select_unique_by_key.cdp_0" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=36 "Built target cub.cpp14.test.device_select_unique_by_key.cdp_0" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_select_unique_by_key.cdp_0.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_select_unique_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_select_unique_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_select_unique_by_key.cdp_0.dir/rule @@ -21840,7 +25164,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_select_unique_by_key.cdp_0. # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_select_unique_by_key.cdp_0.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_select_unique_by_key.cdp_0.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_select_unique_by_key.cdp_0.dir/rule @@ -21913,12 +25237,12 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_spmv.dir/clean: dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_three_way_partition.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_three_way_partition.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_three_way_partition.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_three_way_partition.dir/build.make dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_three_way_partition.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=40 "Built target cub.cpp14.test.device_three_way_partition" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.test.device_three_way_partition" .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_three_way_partition.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_three_way_partition.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_three_way_partition.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.cpp14.test.device_three_way_partition.dir/rule @@ -21944,7 +25268,7 @@ dependencies/cub/test/CMakeFiles/cub.all.test.device_three_way_partition.dir/all # Build rule for subdir invocation for target. dependencies/cub/test/CMakeFiles/cub.all.test.device_three_way_partition.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/test/CMakeFiles/cub.all.test.device_three_way_partition.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/test/CMakeFiles/cub.all.test.device_three_way_partition.dir/rule @@ -22889,12 +26213,12 @@ dependencies/cub/examples/device/CMakeFiles/cub.all.example.device.radix_sort_cu dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.reduce.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.reduce.dir/build.make dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.reduce.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.reduce.dir/build.make dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.reduce.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=2 "Built target cub.cpp14.example.device.reduce" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.example.device.reduce" .PHONY : dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.reduce.dir/all # Build rule for subdir invocation for target. dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.reduce.dir/rule @@ -22920,7 +26244,7 @@ dependencies/cub/examples/device/CMakeFiles/cub.all.example.device.reduce.dir/al # Build rule for subdir invocation for target. dependencies/cub/examples/device/CMakeFiles/cub.all.example.device.reduce.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/device/CMakeFiles/cub.all.example.device.reduce.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/examples/device/CMakeFiles/cub.all.example.device.reduce.dir/rule @@ -22941,12 +26265,12 @@ dependencies/cub/examples/device/CMakeFiles/cub.all.example.device.reduce.dir/cl dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.scan.dir/all: $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.scan.dir/build.make dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.scan.dir/depend $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.scan.dir/build.make dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.scan.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num= "Built target cub.cpp14.example.device.scan" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ubuntu/thrust/build/CMakeFiles --progress-num=2 "Built target cub.cpp14.example.device.scan" .PHONY : dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.scan.dir/all # Build rule for subdir invocation for target. dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.scan.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.scan.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/examples/device/CMakeFiles/cub.cpp14.example.device.scan.dir/rule @@ -22972,7 +26296,7 @@ dependencies/cub/examples/device/CMakeFiles/cub.all.example.device.scan.dir/all: # Build rule for subdir invocation for target. dependencies/cub/examples/device/CMakeFiles/cub.all.example.device.scan.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 1 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/device/CMakeFiles/cub.all.example.device.scan.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : dependencies/cub/examples/device/CMakeFiles/cub.all.example.device.scan.dir/rule