# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.26 # Default target executed when no arguments are given to make. default_target: all .PHONY : default_target # Allow only one "make -f Makefile2" at a time, but pass parallelism. .NOTPARALLEL: #============================================================================= # Special targets provided by cmake. # Disable implicit rules so canonical targets will work. .SUFFIXES: # Disable VCS-based implicit rules. % : %,v # Disable VCS-based implicit rules. % : RCS/% # Disable VCS-based implicit rules. % : RCS/%,v # Disable VCS-based implicit rules. % : SCCS/s.% # Disable VCS-based implicit rules. % : s.% .SUFFIXES: .hpux_make_needs_suffix_list # Command-line flag to silence nested $(MAKE). $(VERBOSE)MAKESILENT = -s #Suppress display of executed commands. $(VERBOSE).SILENT: # A target that is always out of date. cmake_force: .PHONY : cmake_force #============================================================================= # Set environment variables for the build. # The shell in which to execute make rules. SHELL = /bin/sh # The CMake executable. CMAKE_COMMAND = /usr/bin/cmake # The command to remove a file. RM = /usr/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /home/ubuntu/thrust # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/ubuntu/thrust/build #============================================================================= # Targets provided globally by CMake. # Special rule for the target test test: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." /usr/bin/ctest --force-new-ctest-process $(ARGS) .PHONY : test # Special rule for the target test test/fast: test .PHONY : test/fast # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. .PHONY : edit_cache # Special rule for the target edit_cache edit_cache/fast: edit_cache .PHONY : edit_cache/fast # Special rule for the target rebuild_cache rebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache rebuild_cache/fast: rebuild_cache .PHONY : rebuild_cache/fast # Special rule for the target list_install_components list_install_components: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" .PHONY : list_install_components # Special rule for the target list_install_components list_install_components/fast: list_install_components .PHONY : list_install_components/fast # Special rule for the target install install: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." /usr/bin/cmake -P cmake_install.cmake .PHONY : install # Special rule for the target install install/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." /usr/bin/cmake -P cmake_install.cmake .PHONY : install/fast # Special rule for the target install/local install/local: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake .PHONY : install/local # Special rule for the target install/local install/local/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake .PHONY : install/local/fast # Special rule for the target install/strip install/strip: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake .PHONY : install/strip # Special rule for the target install/strip install/strip/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake .PHONY : install/strip/fast # The main all target all: cmake_check_build_system cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles /home/ubuntu/thrust/build/examples//CMakeFiles/progress.marks cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/all $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 .PHONY : all # The main clean target clean: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: cmake_check_build_system cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall .PHONY : preinstall/fast # clear depends depend: cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -P /home/ubuntu/thrust/build/CMakeFiles/VerifyGlobs.cmake cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend # Convenience name for target. examples/CMakeFiles/thrust.examples.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.examples.dir/rule .PHONY : examples/CMakeFiles/thrust.examples.dir/rule # Convenience name for target. thrust.examples: examples/CMakeFiles/thrust.examples.dir/rule .PHONY : thrust.examples # fast build rule for target. thrust.examples/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.examples.dir/build.make examples/CMakeFiles/thrust.examples.dir/build .PHONY : thrust.examples/fast # Convenience name for target. examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/rule .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 # fast build rule for target. thrust.example.arbitrary_transformation/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/build.make examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/build .PHONY : thrust.example.arbitrary_transformation/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/rule .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 # fast build rule for target. thrust.all.example.arbitrary_transformation/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/build.make examples/CMakeFiles/thrust.all.example.arbitrary_transformation.dir/build .PHONY : thrust.all.example.arbitrary_transformation/fast # Convenience name for target. examples/CMakeFiles/thrust.example.basic_vector.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.basic_vector.dir/rule .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 # fast build rule for target. thrust.example.basic_vector/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.basic_vector.dir/build.make examples/CMakeFiles/thrust.example.basic_vector.dir/build .PHONY : thrust.example.basic_vector/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.basic_vector.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.basic_vector.dir/rule .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 # fast build rule for target. thrust.all.example.basic_vector/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.basic_vector.dir/build.make examples/CMakeFiles/thrust.all.example.basic_vector.dir/build .PHONY : thrust.all.example.basic_vector/fast # Convenience name for target. examples/CMakeFiles/thrust.example.bounding_box.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.bounding_box.dir/rule .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 # fast build rule for target. thrust.example.bounding_box/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bounding_box.dir/build.make examples/CMakeFiles/thrust.example.bounding_box.dir/build .PHONY : thrust.example.bounding_box/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.bounding_box.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.bounding_box.dir/rule .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 # fast build rule for target. thrust.all.example.bounding_box/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.bounding_box.dir/build.make examples/CMakeFiles/thrust.all.example.bounding_box.dir/build .PHONY : thrust.all.example.bounding_box/fast # Convenience name for target. examples/CMakeFiles/thrust.example.bucket_sort2d.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.bucket_sort2d.dir/rule .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 # fast build rule for target. thrust.example.bucket_sort2d/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bucket_sort2d.dir/build.make examples/CMakeFiles/thrust.example.bucket_sort2d.dir/build .PHONY : thrust.example.bucket_sort2d/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/rule .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 # fast build rule for target. thrust.all.example.bucket_sort2d/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/build.make examples/CMakeFiles/thrust.all.example.bucket_sort2d.dir/build .PHONY : thrust.all.example.bucket_sort2d/fast # Convenience name for target. examples/CMakeFiles/thrust.example.constant_iterator.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.constant_iterator.dir/rule .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 # fast build rule for target. thrust.example.constant_iterator/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.constant_iterator.dir/build.make examples/CMakeFiles/thrust.example.constant_iterator.dir/build .PHONY : thrust.example.constant_iterator/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.constant_iterator.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.constant_iterator.dir/rule .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 # fast build rule for target. thrust.all.example.constant_iterator/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.constant_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.constant_iterator.dir/build .PHONY : thrust.all.example.constant_iterator/fast # Convenience name for target. examples/CMakeFiles/thrust.example.counting_iterator.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.counting_iterator.dir/rule .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 # fast build rule for target. thrust.example.counting_iterator/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.counting_iterator.dir/build.make examples/CMakeFiles/thrust.example.counting_iterator.dir/build .PHONY : thrust.example.counting_iterator/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.counting_iterator.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.counting_iterator.dir/rule .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 # fast build rule for target. thrust.all.example.counting_iterator/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.counting_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.counting_iterator.dir/build .PHONY : thrust.all.example.counting_iterator/fast # Convenience name for target. examples/CMakeFiles/thrust.example.device_ptr.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.device_ptr.dir/rule .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 # fast build rule for target. thrust.example.device_ptr/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.device_ptr.dir/build.make examples/CMakeFiles/thrust.example.device_ptr.dir/build .PHONY : thrust.example.device_ptr/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.device_ptr.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.device_ptr.dir/rule .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 # fast build rule for target. thrust.all.example.device_ptr/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.device_ptr.dir/build.make examples/CMakeFiles/thrust.all.example.device_ptr.dir/build .PHONY : thrust.all.example.device_ptr/fast # Convenience name for target. examples/CMakeFiles/thrust.example.discrete_voronoi.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.discrete_voronoi.dir/rule .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 # fast build rule for target. thrust.example.discrete_voronoi/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.discrete_voronoi.dir/build.make examples/CMakeFiles/thrust.example.discrete_voronoi.dir/build .PHONY : thrust.example.discrete_voronoi/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/rule .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 # fast build rule for target. thrust.all.example.discrete_voronoi/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/build.make examples/CMakeFiles/thrust.all.example.discrete_voronoi.dir/build .PHONY : thrust.all.example.discrete_voronoi/fast # Convenience name for target. examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/rule .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 # fast build rule for target. thrust.example.dot_products_with_zip/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/build.make examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/build .PHONY : thrust.example.dot_products_with_zip/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.dot_products_with_zip.dir/rule .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 # fast build rule for target. thrust.all.example.dot_products_with_zip/fast: cd /home/ubuntu/thrust/build && $(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 .PHONY : thrust.all.example.dot_products_with_zip/fast # Convenience name for target. examples/CMakeFiles/thrust.example.expand.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.expand.dir/rule .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 # fast build rule for target. thrust.example.expand/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.expand.dir/build.make examples/CMakeFiles/thrust.example.expand.dir/build .PHONY : thrust.example.expand/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.expand.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.expand.dir/rule .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 # fast build rule for target. thrust.all.example.expand/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.expand.dir/build.make examples/CMakeFiles/thrust.all.example.expand.dir/build .PHONY : thrust.all.example.expand/fast # Convenience name for target. examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/rule .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 # fast build rule for target. thrust.example.fill_copy_sequence/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/build.make examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/build .PHONY : thrust.example.fill_copy_sequence/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/rule .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 # fast build rule for target. thrust.all.example.fill_copy_sequence/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/build.make examples/CMakeFiles/thrust.all.example.fill_copy_sequence.dir/build .PHONY : thrust.all.example.fill_copy_sequence/fast # Convenience name for target. examples/CMakeFiles/thrust.example.histogram.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.histogram.dir/rule .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 # fast build rule for target. thrust.example.histogram/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.histogram.dir/build.make examples/CMakeFiles/thrust.example.histogram.dir/build .PHONY : thrust.example.histogram/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.histogram.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.histogram.dir/rule .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 # fast build rule for target. thrust.all.example.histogram/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.histogram.dir/build.make examples/CMakeFiles/thrust.all.example.histogram.dir/build .PHONY : thrust.all.example.histogram/fast # Convenience name for target. examples/CMakeFiles/thrust.example.lambda.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.lambda.dir/rule .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 # fast build rule for target. thrust.example.lambda/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lambda.dir/build.make examples/CMakeFiles/thrust.example.lambda.dir/build .PHONY : thrust.example.lambda/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.lambda.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.lambda.dir/rule .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 # fast build rule for target. thrust.all.example.lambda/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.lambda.dir/build.make examples/CMakeFiles/thrust.all.example.lambda.dir/build .PHONY : thrust.all.example.lambda/fast # Convenience name for target. examples/CMakeFiles/thrust.example.lexicographical_sort.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.lexicographical_sort.dir/rule .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 # fast build rule for target. thrust.example.lexicographical_sort/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lexicographical_sort.dir/build.make examples/CMakeFiles/thrust.example.lexicographical_sort.dir/build .PHONY : thrust.example.lexicographical_sort/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/rule .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 # fast build rule for target. thrust.all.example.lexicographical_sort/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/build.make examples/CMakeFiles/thrust.all.example.lexicographical_sort.dir/build .PHONY : thrust.all.example.lexicographical_sort/fast # Convenience name for target. examples/CMakeFiles/thrust.example.max_abs_diff.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.max_abs_diff.dir/rule .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 # fast build rule for target. thrust.example.max_abs_diff/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.max_abs_diff.dir/build.make examples/CMakeFiles/thrust.example.max_abs_diff.dir/build .PHONY : thrust.example.max_abs_diff/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/rule .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 # fast build rule for target. thrust.all.example.max_abs_diff/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/build.make examples/CMakeFiles/thrust.all.example.max_abs_diff.dir/build .PHONY : thrust.all.example.max_abs_diff/fast # Convenience name for target. examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/rule .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 # fast build rule for target. thrust.example.minimal_custom_backend/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/build.make examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/build .PHONY : thrust.example.minimal_custom_backend/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/rule .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 # fast build rule for target. thrust.all.example.minimal_custom_backend/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/build.make examples/CMakeFiles/thrust.all.example.minimal_custom_backend.dir/build .PHONY : thrust.all.example.minimal_custom_backend/fast # Convenience name for target. examples/CMakeFiles/thrust.example.minmax.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.minmax.dir/rule .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 # fast build rule for target. thrust.example.minmax/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minmax.dir/build.make examples/CMakeFiles/thrust.example.minmax.dir/build .PHONY : thrust.example.minmax/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.minmax.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.minmax.dir/rule .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 # fast build rule for target. thrust.all.example.minmax/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.minmax.dir/build.make examples/CMakeFiles/thrust.all.example.minmax.dir/build .PHONY : thrust.all.example.minmax/fast # Convenience name for target. examples/CMakeFiles/thrust.example.mode.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.mode.dir/rule .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 # fast build rule for target. thrust.example.mode/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mode.dir/build.make examples/CMakeFiles/thrust.example.mode.dir/build .PHONY : thrust.example.mode/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.mode.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.mode.dir/rule .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 # fast build rule for target. thrust.all.example.mode/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.mode.dir/build.make examples/CMakeFiles/thrust.all.example.mode.dir/build .PHONY : thrust.all.example.mode/fast # Convenience name for target. examples/CMakeFiles/thrust.example.monte_carlo.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.monte_carlo.dir/rule .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 # fast build rule for target. thrust.example.monte_carlo/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo.dir/build .PHONY : thrust.example.monte_carlo/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.monte_carlo.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.monte_carlo.dir/rule .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 # fast build rule for target. thrust.all.example.monte_carlo/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.monte_carlo.dir/build.make examples/CMakeFiles/thrust.all.example.monte_carlo.dir/build .PHONY : thrust.all.example.monte_carlo/fast # Convenience name for target. examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/rule .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 # fast build rule for target. thrust.example.monte_carlo_disjoint_sequences/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/build .PHONY : thrust.example.monte_carlo_disjoint_sequences/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.monte_carlo_disjoint_sequences.dir/rule .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 # fast build rule for target. thrust.all.example.monte_carlo_disjoint_sequences/fast: cd /home/ubuntu/thrust/build && $(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 .PHONY : thrust.all.example.monte_carlo_disjoint_sequences/fast # Convenience name for target. examples/CMakeFiles/thrust.example.mr_basic.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.mr_basic.dir/rule .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 # fast build rule for target. thrust.example.mr_basic/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mr_basic.dir/build.make examples/CMakeFiles/thrust.example.mr_basic.dir/build .PHONY : thrust.example.mr_basic/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.mr_basic.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.mr_basic.dir/rule .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 # fast build rule for target. thrust.all.example.mr_basic/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.mr_basic.dir/build.make examples/CMakeFiles/thrust.all.example.mr_basic.dir/build .PHONY : thrust.all.example.mr_basic/fast # Convenience name for target. examples/CMakeFiles/thrust.example.norm.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.norm.dir/rule .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 # fast build rule for target. thrust.example.norm/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.norm.dir/build.make examples/CMakeFiles/thrust.example.norm.dir/build .PHONY : thrust.example.norm/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.norm.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.norm.dir/rule .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 # fast build rule for target. thrust.all.example.norm/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.norm.dir/build.make examples/CMakeFiles/thrust.all.example.norm.dir/build .PHONY : thrust.all.example.norm/fast # Convenience name for target. examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/rule .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 # fast build rule for target. thrust.example.padded_grid_reduction/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/build.make examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/build .PHONY : thrust.example.padded_grid_reduction/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/rule .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 # fast build rule for target. thrust.all.example.padded_grid_reduction/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/build.make examples/CMakeFiles/thrust.all.example.padded_grid_reduction.dir/build .PHONY : thrust.all.example.padded_grid_reduction/fast # Convenience name for target. examples/CMakeFiles/thrust.example.permutation_iterator.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.permutation_iterator.dir/rule .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 # fast build rule for target. thrust.example.permutation_iterator/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.permutation_iterator.dir/build.make examples/CMakeFiles/thrust.example.permutation_iterator.dir/build .PHONY : thrust.example.permutation_iterator/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/rule .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 # fast build rule for target. thrust.all.example.permutation_iterator/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.permutation_iterator.dir/build .PHONY : thrust.all.example.permutation_iterator/fast # Convenience name for target. examples/CMakeFiles/thrust.example.raw_reference_cast.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.raw_reference_cast.dir/rule .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 # fast build rule for target. thrust.example.raw_reference_cast/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.raw_reference_cast.dir/build.make examples/CMakeFiles/thrust.example.raw_reference_cast.dir/build .PHONY : thrust.example.raw_reference_cast/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/rule .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 # fast build rule for target. thrust.all.example.raw_reference_cast/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/build.make examples/CMakeFiles/thrust.all.example.raw_reference_cast.dir/build .PHONY : thrust.all.example.raw_reference_cast/fast # Convenience name for target. examples/CMakeFiles/thrust.example.remove_points2d.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.remove_points2d.dir/rule .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 # fast build rule for target. thrust.example.remove_points2d/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.remove_points2d.dir/build.make examples/CMakeFiles/thrust.example.remove_points2d.dir/build .PHONY : thrust.example.remove_points2d/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.remove_points2d.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.remove_points2d.dir/rule .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 # fast build rule for target. thrust.all.example.remove_points2d/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.remove_points2d.dir/build.make examples/CMakeFiles/thrust.all.example.remove_points2d.dir/build .PHONY : thrust.all.example.remove_points2d/fast # Convenience name for target. examples/CMakeFiles/thrust.example.repeated_range.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.repeated_range.dir/rule .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 # fast build rule for target. thrust.example.repeated_range/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.repeated_range.dir/build.make examples/CMakeFiles/thrust.example.repeated_range.dir/build .PHONY : thrust.example.repeated_range/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.repeated_range.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.repeated_range.dir/rule .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 # fast build rule for target. thrust.all.example.repeated_range/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.repeated_range.dir/build.make examples/CMakeFiles/thrust.all.example.repeated_range.dir/build .PHONY : thrust.all.example.repeated_range/fast # Convenience name for target. examples/CMakeFiles/thrust.example.run_length_decoding.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.run_length_decoding.dir/rule .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 # fast build rule for target. thrust.example.run_length_decoding/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_decoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_decoding.dir/build .PHONY : thrust.example.run_length_decoding/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/rule .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 # fast build rule for target. thrust.all.example.run_length_decoding/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/build.make examples/CMakeFiles/thrust.all.example.run_length_decoding.dir/build .PHONY : thrust.all.example.run_length_decoding/fast # Convenience name for target. examples/CMakeFiles/thrust.example.run_length_encoding.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.run_length_encoding.dir/rule .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 # fast build rule for target. thrust.example.run_length_encoding/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_encoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_encoding.dir/build .PHONY : thrust.example.run_length_encoding/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/rule .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 # fast build rule for target. thrust.all.example.run_length_encoding/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/build.make examples/CMakeFiles/thrust.all.example.run_length_encoding.dir/build .PHONY : thrust.all.example.run_length_encoding/fast # Convenience name for target. examples/CMakeFiles/thrust.example.saxpy.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.saxpy.dir/rule .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 # fast build rule for target. thrust.example.saxpy/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.saxpy.dir/build.make examples/CMakeFiles/thrust.example.saxpy.dir/build .PHONY : thrust.example.saxpy/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.saxpy.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.saxpy.dir/rule .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 # fast build rule for target. thrust.all.example.saxpy/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.saxpy.dir/build.make examples/CMakeFiles/thrust.all.example.saxpy.dir/build .PHONY : thrust.all.example.saxpy/fast # Convenience name for target. examples/CMakeFiles/thrust.example.scan_by_key.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.scan_by_key.dir/rule .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 # fast build rule for target. thrust.example.scan_by_key/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_by_key.dir/build.make examples/CMakeFiles/thrust.example.scan_by_key.dir/build .PHONY : thrust.example.scan_by_key/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.scan_by_key.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.scan_by_key.dir/rule .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 # fast build rule for target. thrust.all.example.scan_by_key/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.scan_by_key.dir/build.make examples/CMakeFiles/thrust.all.example.scan_by_key.dir/build .PHONY : thrust.all.example.scan_by_key/fast # Convenience name for target. examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/rule .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 # fast build rule for target. thrust.example.scan_matrix_by_rows/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/build.make examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/build .PHONY : thrust.example.scan_matrix_by_rows/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.scan_matrix_by_rows.dir/rule .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 # fast build rule for target. thrust.all.example.scan_matrix_by_rows/fast: cd /home/ubuntu/thrust/build && $(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 .PHONY : thrust.all.example.scan_matrix_by_rows/fast # Convenience name for target. examples/CMakeFiles/thrust.example.set_operations.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.set_operations.dir/rule .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 # fast build rule for target. thrust.example.set_operations/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.set_operations.dir/build.make examples/CMakeFiles/thrust.example.set_operations.dir/build .PHONY : thrust.example.set_operations/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.set_operations.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.set_operations.dir/rule .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 # fast build rule for target. thrust.all.example.set_operations/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.set_operations.dir/build.make examples/CMakeFiles/thrust.all.example.set_operations.dir/build .PHONY : thrust.all.example.set_operations/fast # Convenience name for target. examples/CMakeFiles/thrust.example.simple_moving_average.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.simple_moving_average.dir/rule .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 # fast build rule for target. thrust.example.simple_moving_average/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.simple_moving_average.dir/build.make examples/CMakeFiles/thrust.example.simple_moving_average.dir/build .PHONY : thrust.example.simple_moving_average/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/rule .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 # fast build rule for target. thrust.all.example.simple_moving_average/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/build.make examples/CMakeFiles/thrust.all.example.simple_moving_average.dir/build .PHONY : thrust.all.example.simple_moving_average/fast # Convenience name for target. examples/CMakeFiles/thrust.example.sort.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.sort.dir/rule .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 # fast build rule for target. thrust.example.sort/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sort.dir/build.make examples/CMakeFiles/thrust.example.sort.dir/build .PHONY : thrust.example.sort/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.sort.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.sort.dir/rule .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 # fast build rule for target. thrust.all.example.sort/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sort.dir/build.make examples/CMakeFiles/thrust.all.example.sort.dir/build .PHONY : thrust.all.example.sort/fast # Convenience name for target. examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/rule .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 # fast build rule for target. thrust.example.sorting_aos_vs_soa/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/build.make examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/build .PHONY : thrust.example.sorting_aos_vs_soa/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.sorting_aos_vs_soa.dir/rule .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 # fast build rule for target. thrust.all.example.sorting_aos_vs_soa/fast: cd /home/ubuntu/thrust/build && $(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 .PHONY : thrust.all.example.sorting_aos_vs_soa/fast # Convenience name for target. examples/CMakeFiles/thrust.example.sparse_vector.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.sparse_vector.dir/rule .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 # fast build rule for target. thrust.example.sparse_vector/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sparse_vector.dir/build.make examples/CMakeFiles/thrust.example.sparse_vector.dir/build .PHONY : thrust.example.sparse_vector/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.sparse_vector.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.sparse_vector.dir/rule .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 # fast build rule for target. thrust.all.example.sparse_vector/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sparse_vector.dir/build.make examples/CMakeFiles/thrust.all.example.sparse_vector.dir/build .PHONY : thrust.all.example.sparse_vector/fast # Convenience name for target. examples/CMakeFiles/thrust.example.stream_compaction.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.stream_compaction.dir/rule .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 # fast build rule for target. thrust.example.stream_compaction/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.stream_compaction.dir/build.make examples/CMakeFiles/thrust.example.stream_compaction.dir/build .PHONY : thrust.example.stream_compaction/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.stream_compaction.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.stream_compaction.dir/rule .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 # fast build rule for target. thrust.all.example.stream_compaction/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.stream_compaction.dir/build.make examples/CMakeFiles/thrust.all.example.stream_compaction.dir/build .PHONY : thrust.all.example.stream_compaction/fast # Convenience name for target. examples/CMakeFiles/thrust.example.strided_range.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.strided_range.dir/rule .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 # fast build rule for target. thrust.example.strided_range/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.strided_range.dir/build.make examples/CMakeFiles/thrust.example.strided_range.dir/build .PHONY : thrust.example.strided_range/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.strided_range.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.strided_range.dir/rule .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 # fast build rule for target. thrust.all.example.strided_range/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.strided_range.dir/build.make examples/CMakeFiles/thrust.all.example.strided_range.dir/build .PHONY : thrust.all.example.strided_range/fast # Convenience name for target. examples/CMakeFiles/thrust.example.sum.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.sum.dir/rule .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 # fast build rule for target. thrust.example.sum/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum.dir/build.make examples/CMakeFiles/thrust.example.sum.dir/build .PHONY : thrust.example.sum/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.sum.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.sum.dir/rule .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 # fast build rule for target. thrust.all.example.sum/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sum.dir/build.make examples/CMakeFiles/thrust.all.example.sum.dir/build .PHONY : thrust.all.example.sum/fast # Convenience name for target. examples/CMakeFiles/thrust.example.sum_rows.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.sum_rows.dir/rule .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 # fast build rule for target. thrust.example.sum_rows/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum_rows.dir/build.make examples/CMakeFiles/thrust.example.sum_rows.dir/build .PHONY : thrust.example.sum_rows/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.sum_rows.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.sum_rows.dir/rule .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 # fast build rule for target. thrust.all.example.sum_rows/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.sum_rows.dir/build.make examples/CMakeFiles/thrust.all.example.sum_rows.dir/build .PHONY : thrust.all.example.sum_rows/fast # Convenience name for target. examples/CMakeFiles/thrust.example.summary_statistics.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.summary_statistics.dir/rule .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 # fast build rule for target. thrust.example.summary_statistics/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summary_statistics.dir/build.make examples/CMakeFiles/thrust.example.summary_statistics.dir/build .PHONY : thrust.example.summary_statistics/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.summary_statistics.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.summary_statistics.dir/rule .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 # fast build rule for target. thrust.all.example.summary_statistics/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.summary_statistics.dir/build.make examples/CMakeFiles/thrust.all.example.summary_statistics.dir/build .PHONY : thrust.all.example.summary_statistics/fast # Convenience name for target. examples/CMakeFiles/thrust.example.summed_area_table.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.summed_area_table.dir/rule .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 # fast build rule for target. thrust.example.summed_area_table/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summed_area_table.dir/build.make examples/CMakeFiles/thrust.example.summed_area_table.dir/build .PHONY : thrust.example.summed_area_table/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.summed_area_table.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.summed_area_table.dir/rule .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 # fast build rule for target. thrust.all.example.summed_area_table/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.summed_area_table.dir/build.make examples/CMakeFiles/thrust.all.example.summed_area_table.dir/build .PHONY : thrust.all.example.summed_area_table/fast # Convenience name for target. examples/CMakeFiles/thrust.example.tiled_range.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.tiled_range.dir/rule .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 # fast build rule for target. thrust.example.tiled_range/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.tiled_range.dir/build.make examples/CMakeFiles/thrust.example.tiled_range.dir/build .PHONY : thrust.example.tiled_range/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.tiled_range.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.tiled_range.dir/rule .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 # fast build rule for target. thrust.all.example.tiled_range/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.tiled_range.dir/build.make examples/CMakeFiles/thrust.all.example.tiled_range.dir/build .PHONY : thrust.all.example.tiled_range/fast # Convenience name for target. examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/rule .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 # fast build rule for target. thrust.example.transform_input_output_iterator/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/build .PHONY : thrust.example.transform_input_output_iterator/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.transform_input_output_iterator.dir/rule .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 # fast build rule for target. thrust.all.example.transform_input_output_iterator/fast: cd /home/ubuntu/thrust/build && $(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 .PHONY : thrust.all.example.transform_input_output_iterator/fast # Convenience name for target. examples/CMakeFiles/thrust.example.transform_iterator.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.transform_iterator.dir/rule .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 # fast build rule for target. thrust.example.transform_iterator/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_iterator.dir/build .PHONY : thrust.example.transform_iterator/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.transform_iterator.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.transform_iterator.dir/rule .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 # fast build rule for target. thrust.all.example.transform_iterator/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.transform_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.transform_iterator.dir/build .PHONY : thrust.all.example.transform_iterator/fast # Convenience name for target. examples/CMakeFiles/thrust.example.transform_output_iterator.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.transform_output_iterator.dir/rule .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 # fast build rule for target. thrust.example.transform_output_iterator/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_output_iterator.dir/build .PHONY : thrust.example.transform_output_iterator/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/rule .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 # fast build rule for target. thrust.all.example.transform_output_iterator/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/build.make examples/CMakeFiles/thrust.all.example.transform_output_iterator.dir/build .PHONY : thrust.all.example.transform_output_iterator/fast # Convenience name for target. examples/CMakeFiles/thrust.example.uninitialized_vector.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.uninitialized_vector.dir/rule .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 # fast build rule for target. thrust.example.uninitialized_vector/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.uninitialized_vector.dir/build.make examples/CMakeFiles/thrust.example.uninitialized_vector.dir/build .PHONY : thrust.example.uninitialized_vector/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/rule .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 # fast build rule for target. thrust.all.example.uninitialized_vector/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/build.make examples/CMakeFiles/thrust.all.example.uninitialized_vector.dir/build .PHONY : thrust.all.example.uninitialized_vector/fast # Convenience name for target. examples/CMakeFiles/thrust.example.version.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.version.dir/rule .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 # fast build rule for target. thrust.example.version/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.version.dir/build.make examples/CMakeFiles/thrust.example.version.dir/build .PHONY : thrust.example.version/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.version.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.version.dir/rule .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 # fast build rule for target. thrust.all.example.version/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.version.dir/build.make examples/CMakeFiles/thrust.all.example.version.dir/build .PHONY : thrust.all.example.version/fast # Convenience name for target. examples/CMakeFiles/thrust.example.weld_vertices.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.weld_vertices.dir/rule .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 # fast build rule for target. thrust.example.weld_vertices/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.weld_vertices.dir/build.make examples/CMakeFiles/thrust.example.weld_vertices.dir/build .PHONY : thrust.example.weld_vertices/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.weld_vertices.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.weld_vertices.dir/rule .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 # fast build rule for target. thrust.all.example.weld_vertices/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.weld_vertices.dir/build.make examples/CMakeFiles/thrust.all.example.weld_vertices.dir/build .PHONY : thrust.all.example.weld_vertices/fast # Convenience name for target. examples/CMakeFiles/thrust.example.word_count.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.example.word_count.dir/rule .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 # fast build rule for target. thrust.example.word_count/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.word_count.dir/build.make examples/CMakeFiles/thrust.example.word_count.dir/build .PHONY : thrust.example.word_count/fast # Convenience name for target. examples/CMakeFiles/thrust.all.example.word_count.dir/rule: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/thrust.all.example.word_count.dir/rule .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 # fast build rule for target. thrust.all.example.word_count/fast: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.all.example.word_count.dir/build.make examples/CMakeFiles/thrust.all.example.word_count.dir/build .PHONY : thrust.all.example.word_count/fast arbitrary_transformation.o: arbitrary_transformation.cu.o .PHONY : arbitrary_transformation.o # target to build an object file arbitrary_transformation.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/build.make examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/arbitrary_transformation.cu.o .PHONY : arbitrary_transformation.cu.o arbitrary_transformation.i: arbitrary_transformation.cu.i .PHONY : arbitrary_transformation.i # target to preprocess a source file arbitrary_transformation.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/build.make examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/arbitrary_transformation.cu.i .PHONY : arbitrary_transformation.cu.i arbitrary_transformation.s: arbitrary_transformation.cu.s .PHONY : arbitrary_transformation.s # target to generate assembly for a file arbitrary_transformation.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/build.make examples/CMakeFiles/thrust.example.arbitrary_transformation.dir/arbitrary_transformation.cu.s .PHONY : arbitrary_transformation.cu.s basic_vector.o: basic_vector.cu.o .PHONY : basic_vector.o # target to build an object file basic_vector.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.basic_vector.dir/build.make examples/CMakeFiles/thrust.example.basic_vector.dir/basic_vector.cu.o .PHONY : basic_vector.cu.o basic_vector.i: basic_vector.cu.i .PHONY : basic_vector.i # target to preprocess a source file basic_vector.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.basic_vector.dir/build.make examples/CMakeFiles/thrust.example.basic_vector.dir/basic_vector.cu.i .PHONY : basic_vector.cu.i basic_vector.s: basic_vector.cu.s .PHONY : basic_vector.s # target to generate assembly for a file basic_vector.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.basic_vector.dir/build.make examples/CMakeFiles/thrust.example.basic_vector.dir/basic_vector.cu.s .PHONY : basic_vector.cu.s bounding_box.o: bounding_box.cu.o .PHONY : bounding_box.o # target to build an object file bounding_box.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bounding_box.dir/build.make examples/CMakeFiles/thrust.example.bounding_box.dir/bounding_box.cu.o .PHONY : bounding_box.cu.o bounding_box.i: bounding_box.cu.i .PHONY : bounding_box.i # target to preprocess a source file bounding_box.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bounding_box.dir/build.make examples/CMakeFiles/thrust.example.bounding_box.dir/bounding_box.cu.i .PHONY : bounding_box.cu.i bounding_box.s: bounding_box.cu.s .PHONY : bounding_box.s # target to generate assembly for a file bounding_box.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bounding_box.dir/build.make examples/CMakeFiles/thrust.example.bounding_box.dir/bounding_box.cu.s .PHONY : bounding_box.cu.s bucket_sort2d.o: bucket_sort2d.cu.o .PHONY : bucket_sort2d.o # target to build an object file bucket_sort2d.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bucket_sort2d.dir/build.make examples/CMakeFiles/thrust.example.bucket_sort2d.dir/bucket_sort2d.cu.o .PHONY : bucket_sort2d.cu.o bucket_sort2d.i: bucket_sort2d.cu.i .PHONY : bucket_sort2d.i # target to preprocess a source file bucket_sort2d.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bucket_sort2d.dir/build.make examples/CMakeFiles/thrust.example.bucket_sort2d.dir/bucket_sort2d.cu.i .PHONY : bucket_sort2d.cu.i bucket_sort2d.s: bucket_sort2d.cu.s .PHONY : bucket_sort2d.s # target to generate assembly for a file bucket_sort2d.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.bucket_sort2d.dir/build.make examples/CMakeFiles/thrust.example.bucket_sort2d.dir/bucket_sort2d.cu.s .PHONY : bucket_sort2d.cu.s constant_iterator.o: constant_iterator.cu.o .PHONY : constant_iterator.o # target to build an object file constant_iterator.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.constant_iterator.dir/build.make examples/CMakeFiles/thrust.example.constant_iterator.dir/constant_iterator.cu.o .PHONY : constant_iterator.cu.o constant_iterator.i: constant_iterator.cu.i .PHONY : constant_iterator.i # target to preprocess a source file constant_iterator.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.constant_iterator.dir/build.make examples/CMakeFiles/thrust.example.constant_iterator.dir/constant_iterator.cu.i .PHONY : constant_iterator.cu.i constant_iterator.s: constant_iterator.cu.s .PHONY : constant_iterator.s # target to generate assembly for a file constant_iterator.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.constant_iterator.dir/build.make examples/CMakeFiles/thrust.example.constant_iterator.dir/constant_iterator.cu.s .PHONY : constant_iterator.cu.s counting_iterator.o: counting_iterator.cu.o .PHONY : counting_iterator.o # target to build an object file counting_iterator.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.counting_iterator.dir/build.make examples/CMakeFiles/thrust.example.counting_iterator.dir/counting_iterator.cu.o .PHONY : counting_iterator.cu.o counting_iterator.i: counting_iterator.cu.i .PHONY : counting_iterator.i # target to preprocess a source file counting_iterator.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.counting_iterator.dir/build.make examples/CMakeFiles/thrust.example.counting_iterator.dir/counting_iterator.cu.i .PHONY : counting_iterator.cu.i counting_iterator.s: counting_iterator.cu.s .PHONY : counting_iterator.s # target to generate assembly for a file counting_iterator.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.counting_iterator.dir/build.make examples/CMakeFiles/thrust.example.counting_iterator.dir/counting_iterator.cu.s .PHONY : counting_iterator.cu.s device_ptr.o: device_ptr.cu.o .PHONY : device_ptr.o # target to build an object file device_ptr.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.device_ptr.dir/build.make examples/CMakeFiles/thrust.example.device_ptr.dir/device_ptr.cu.o .PHONY : device_ptr.cu.o device_ptr.i: device_ptr.cu.i .PHONY : device_ptr.i # target to preprocess a source file device_ptr.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.device_ptr.dir/build.make examples/CMakeFiles/thrust.example.device_ptr.dir/device_ptr.cu.i .PHONY : device_ptr.cu.i device_ptr.s: device_ptr.cu.s .PHONY : device_ptr.s # target to generate assembly for a file device_ptr.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.device_ptr.dir/build.make examples/CMakeFiles/thrust.example.device_ptr.dir/device_ptr.cu.s .PHONY : device_ptr.cu.s discrete_voronoi.o: discrete_voronoi.cu.o .PHONY : discrete_voronoi.o # target to build an object file discrete_voronoi.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.discrete_voronoi.dir/build.make examples/CMakeFiles/thrust.example.discrete_voronoi.dir/discrete_voronoi.cu.o .PHONY : discrete_voronoi.cu.o discrete_voronoi.i: discrete_voronoi.cu.i .PHONY : discrete_voronoi.i # target to preprocess a source file discrete_voronoi.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.discrete_voronoi.dir/build.make examples/CMakeFiles/thrust.example.discrete_voronoi.dir/discrete_voronoi.cu.i .PHONY : discrete_voronoi.cu.i discrete_voronoi.s: discrete_voronoi.cu.s .PHONY : discrete_voronoi.s # target to generate assembly for a file discrete_voronoi.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.discrete_voronoi.dir/build.make examples/CMakeFiles/thrust.example.discrete_voronoi.dir/discrete_voronoi.cu.s .PHONY : discrete_voronoi.cu.s dot_products_with_zip.o: dot_products_with_zip.cu.o .PHONY : dot_products_with_zip.o # target to build an object file dot_products_with_zip.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/build.make examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/dot_products_with_zip.cu.o .PHONY : dot_products_with_zip.cu.o dot_products_with_zip.i: dot_products_with_zip.cu.i .PHONY : dot_products_with_zip.i # target to preprocess a source file dot_products_with_zip.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/build.make examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/dot_products_with_zip.cu.i .PHONY : dot_products_with_zip.cu.i dot_products_with_zip.s: dot_products_with_zip.cu.s .PHONY : dot_products_with_zip.s # target to generate assembly for a file dot_products_with_zip.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/build.make examples/CMakeFiles/thrust.example.dot_products_with_zip.dir/dot_products_with_zip.cu.s .PHONY : dot_products_with_zip.cu.s expand.o: expand.cu.o .PHONY : expand.o # target to build an object file expand.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.expand.dir/build.make examples/CMakeFiles/thrust.example.expand.dir/expand.cu.o .PHONY : expand.cu.o expand.i: expand.cu.i .PHONY : expand.i # target to preprocess a source file expand.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.expand.dir/build.make examples/CMakeFiles/thrust.example.expand.dir/expand.cu.i .PHONY : expand.cu.i expand.s: expand.cu.s .PHONY : expand.s # target to generate assembly for a file expand.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.expand.dir/build.make examples/CMakeFiles/thrust.example.expand.dir/expand.cu.s .PHONY : expand.cu.s fill_copy_sequence.o: fill_copy_sequence.cu.o .PHONY : fill_copy_sequence.o # target to build an object file fill_copy_sequence.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/build.make examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/fill_copy_sequence.cu.o .PHONY : fill_copy_sequence.cu.o fill_copy_sequence.i: fill_copy_sequence.cu.i .PHONY : fill_copy_sequence.i # target to preprocess a source file fill_copy_sequence.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/build.make examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/fill_copy_sequence.cu.i .PHONY : fill_copy_sequence.cu.i fill_copy_sequence.s: fill_copy_sequence.cu.s .PHONY : fill_copy_sequence.s # target to generate assembly for a file fill_copy_sequence.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/build.make examples/CMakeFiles/thrust.example.fill_copy_sequence.dir/fill_copy_sequence.cu.s .PHONY : fill_copy_sequence.cu.s histogram.o: histogram.cu.o .PHONY : histogram.o # target to build an object file histogram.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.histogram.dir/build.make examples/CMakeFiles/thrust.example.histogram.dir/histogram.cu.o .PHONY : histogram.cu.o histogram.i: histogram.cu.i .PHONY : histogram.i # target to preprocess a source file histogram.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.histogram.dir/build.make examples/CMakeFiles/thrust.example.histogram.dir/histogram.cu.i .PHONY : histogram.cu.i histogram.s: histogram.cu.s .PHONY : histogram.s # target to generate assembly for a file histogram.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.histogram.dir/build.make examples/CMakeFiles/thrust.example.histogram.dir/histogram.cu.s .PHONY : histogram.cu.s lambda.o: lambda.cu.o .PHONY : lambda.o # target to build an object file lambda.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lambda.dir/build.make examples/CMakeFiles/thrust.example.lambda.dir/lambda.cu.o .PHONY : lambda.cu.o lambda.i: lambda.cu.i .PHONY : lambda.i # target to preprocess a source file lambda.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lambda.dir/build.make examples/CMakeFiles/thrust.example.lambda.dir/lambda.cu.i .PHONY : lambda.cu.i lambda.s: lambda.cu.s .PHONY : lambda.s # target to generate assembly for a file lambda.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lambda.dir/build.make examples/CMakeFiles/thrust.example.lambda.dir/lambda.cu.s .PHONY : lambda.cu.s lexicographical_sort.o: lexicographical_sort.cu.o .PHONY : lexicographical_sort.o # target to build an object file lexicographical_sort.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lexicographical_sort.dir/build.make examples/CMakeFiles/thrust.example.lexicographical_sort.dir/lexicographical_sort.cu.o .PHONY : lexicographical_sort.cu.o lexicographical_sort.i: lexicographical_sort.cu.i .PHONY : lexicographical_sort.i # target to preprocess a source file lexicographical_sort.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lexicographical_sort.dir/build.make examples/CMakeFiles/thrust.example.lexicographical_sort.dir/lexicographical_sort.cu.i .PHONY : lexicographical_sort.cu.i lexicographical_sort.s: lexicographical_sort.cu.s .PHONY : lexicographical_sort.s # target to generate assembly for a file lexicographical_sort.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.lexicographical_sort.dir/build.make examples/CMakeFiles/thrust.example.lexicographical_sort.dir/lexicographical_sort.cu.s .PHONY : lexicographical_sort.cu.s max_abs_diff.o: max_abs_diff.cu.o .PHONY : max_abs_diff.o # target to build an object file max_abs_diff.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.max_abs_diff.dir/build.make examples/CMakeFiles/thrust.example.max_abs_diff.dir/max_abs_diff.cu.o .PHONY : max_abs_diff.cu.o max_abs_diff.i: max_abs_diff.cu.i .PHONY : max_abs_diff.i # target to preprocess a source file max_abs_diff.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.max_abs_diff.dir/build.make examples/CMakeFiles/thrust.example.max_abs_diff.dir/max_abs_diff.cu.i .PHONY : max_abs_diff.cu.i max_abs_diff.s: max_abs_diff.cu.s .PHONY : max_abs_diff.s # target to generate assembly for a file max_abs_diff.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.max_abs_diff.dir/build.make examples/CMakeFiles/thrust.example.max_abs_diff.dir/max_abs_diff.cu.s .PHONY : max_abs_diff.cu.s minimal_custom_backend.o: minimal_custom_backend.cu.o .PHONY : minimal_custom_backend.o # target to build an object file minimal_custom_backend.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/build.make examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/minimal_custom_backend.cu.o .PHONY : minimal_custom_backend.cu.o minimal_custom_backend.i: minimal_custom_backend.cu.i .PHONY : minimal_custom_backend.i # target to preprocess a source file minimal_custom_backend.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/build.make examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/minimal_custom_backend.cu.i .PHONY : minimal_custom_backend.cu.i minimal_custom_backend.s: minimal_custom_backend.cu.s .PHONY : minimal_custom_backend.s # target to generate assembly for a file minimal_custom_backend.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/build.make examples/CMakeFiles/thrust.example.minimal_custom_backend.dir/minimal_custom_backend.cu.s .PHONY : minimal_custom_backend.cu.s minmax.o: minmax.cu.o .PHONY : minmax.o # target to build an object file minmax.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minmax.dir/build.make examples/CMakeFiles/thrust.example.minmax.dir/minmax.cu.o .PHONY : minmax.cu.o minmax.i: minmax.cu.i .PHONY : minmax.i # target to preprocess a source file minmax.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minmax.dir/build.make examples/CMakeFiles/thrust.example.minmax.dir/minmax.cu.i .PHONY : minmax.cu.i minmax.s: minmax.cu.s .PHONY : minmax.s # target to generate assembly for a file minmax.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.minmax.dir/build.make examples/CMakeFiles/thrust.example.minmax.dir/minmax.cu.s .PHONY : minmax.cu.s mode.o: mode.cu.o .PHONY : mode.o # target to build an object file mode.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mode.dir/build.make examples/CMakeFiles/thrust.example.mode.dir/mode.cu.o .PHONY : mode.cu.o mode.i: mode.cu.i .PHONY : mode.i # target to preprocess a source file mode.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mode.dir/build.make examples/CMakeFiles/thrust.example.mode.dir/mode.cu.i .PHONY : mode.cu.i mode.s: mode.cu.s .PHONY : mode.s # target to generate assembly for a file mode.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mode.dir/build.make examples/CMakeFiles/thrust.example.mode.dir/mode.cu.s .PHONY : mode.cu.s monte_carlo.o: monte_carlo.cu.o .PHONY : monte_carlo.o # target to build an object file monte_carlo.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo.dir/monte_carlo.cu.o .PHONY : monte_carlo.cu.o monte_carlo.i: monte_carlo.cu.i .PHONY : monte_carlo.i # target to preprocess a source file monte_carlo.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo.dir/monte_carlo.cu.i .PHONY : monte_carlo.cu.i monte_carlo.s: monte_carlo.cu.s .PHONY : monte_carlo.s # target to generate assembly for a file monte_carlo.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo.dir/monte_carlo.cu.s .PHONY : monte_carlo.cu.s monte_carlo_disjoint_sequences.o: monte_carlo_disjoint_sequences.cu.o .PHONY : monte_carlo_disjoint_sequences.o # target to build an object file monte_carlo_disjoint_sequences.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/monte_carlo_disjoint_sequences.cu.o .PHONY : monte_carlo_disjoint_sequences.cu.o monte_carlo_disjoint_sequences.i: monte_carlo_disjoint_sequences.cu.i .PHONY : monte_carlo_disjoint_sequences.i # target to preprocess a source file monte_carlo_disjoint_sequences.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/monte_carlo_disjoint_sequences.cu.i .PHONY : monte_carlo_disjoint_sequences.cu.i monte_carlo_disjoint_sequences.s: monte_carlo_disjoint_sequences.cu.s .PHONY : monte_carlo_disjoint_sequences.s # target to generate assembly for a file monte_carlo_disjoint_sequences.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/build.make examples/CMakeFiles/thrust.example.monte_carlo_disjoint_sequences.dir/monte_carlo_disjoint_sequences.cu.s .PHONY : monte_carlo_disjoint_sequences.cu.s mr_basic.o: mr_basic.cu.o .PHONY : mr_basic.o # target to build an object file mr_basic.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mr_basic.dir/build.make examples/CMakeFiles/thrust.example.mr_basic.dir/mr_basic.cu.o .PHONY : mr_basic.cu.o mr_basic.i: mr_basic.cu.i .PHONY : mr_basic.i # target to preprocess a source file mr_basic.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mr_basic.dir/build.make examples/CMakeFiles/thrust.example.mr_basic.dir/mr_basic.cu.i .PHONY : mr_basic.cu.i mr_basic.s: mr_basic.cu.s .PHONY : mr_basic.s # target to generate assembly for a file mr_basic.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.mr_basic.dir/build.make examples/CMakeFiles/thrust.example.mr_basic.dir/mr_basic.cu.s .PHONY : mr_basic.cu.s norm.o: norm.cu.o .PHONY : norm.o # target to build an object file norm.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.norm.dir/build.make examples/CMakeFiles/thrust.example.norm.dir/norm.cu.o .PHONY : norm.cu.o norm.i: norm.cu.i .PHONY : norm.i # target to preprocess a source file norm.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.norm.dir/build.make examples/CMakeFiles/thrust.example.norm.dir/norm.cu.i .PHONY : norm.cu.i norm.s: norm.cu.s .PHONY : norm.s # target to generate assembly for a file norm.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.norm.dir/build.make examples/CMakeFiles/thrust.example.norm.dir/norm.cu.s .PHONY : norm.cu.s padded_grid_reduction.o: padded_grid_reduction.cu.o .PHONY : padded_grid_reduction.o # target to build an object file padded_grid_reduction.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/build.make examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/padded_grid_reduction.cu.o .PHONY : padded_grid_reduction.cu.o padded_grid_reduction.i: padded_grid_reduction.cu.i .PHONY : padded_grid_reduction.i # target to preprocess a source file padded_grid_reduction.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/build.make examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/padded_grid_reduction.cu.i .PHONY : padded_grid_reduction.cu.i padded_grid_reduction.s: padded_grid_reduction.cu.s .PHONY : padded_grid_reduction.s # target to generate assembly for a file padded_grid_reduction.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/build.make examples/CMakeFiles/thrust.example.padded_grid_reduction.dir/padded_grid_reduction.cu.s .PHONY : padded_grid_reduction.cu.s permutation_iterator.o: permutation_iterator.cu.o .PHONY : permutation_iterator.o # target to build an object file permutation_iterator.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.permutation_iterator.dir/build.make examples/CMakeFiles/thrust.example.permutation_iterator.dir/permutation_iterator.cu.o .PHONY : permutation_iterator.cu.o permutation_iterator.i: permutation_iterator.cu.i .PHONY : permutation_iterator.i # target to preprocess a source file permutation_iterator.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.permutation_iterator.dir/build.make examples/CMakeFiles/thrust.example.permutation_iterator.dir/permutation_iterator.cu.i .PHONY : permutation_iterator.cu.i permutation_iterator.s: permutation_iterator.cu.s .PHONY : permutation_iterator.s # target to generate assembly for a file permutation_iterator.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.permutation_iterator.dir/build.make examples/CMakeFiles/thrust.example.permutation_iterator.dir/permutation_iterator.cu.s .PHONY : permutation_iterator.cu.s raw_reference_cast.o: raw_reference_cast.cu.o .PHONY : raw_reference_cast.o # target to build an object file raw_reference_cast.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.raw_reference_cast.dir/build.make examples/CMakeFiles/thrust.example.raw_reference_cast.dir/raw_reference_cast.cu.o .PHONY : raw_reference_cast.cu.o raw_reference_cast.i: raw_reference_cast.cu.i .PHONY : raw_reference_cast.i # target to preprocess a source file raw_reference_cast.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.raw_reference_cast.dir/build.make examples/CMakeFiles/thrust.example.raw_reference_cast.dir/raw_reference_cast.cu.i .PHONY : raw_reference_cast.cu.i raw_reference_cast.s: raw_reference_cast.cu.s .PHONY : raw_reference_cast.s # target to generate assembly for a file raw_reference_cast.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.raw_reference_cast.dir/build.make examples/CMakeFiles/thrust.example.raw_reference_cast.dir/raw_reference_cast.cu.s .PHONY : raw_reference_cast.cu.s remove_points2d.o: remove_points2d.cu.o .PHONY : remove_points2d.o # target to build an object file remove_points2d.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.remove_points2d.dir/build.make examples/CMakeFiles/thrust.example.remove_points2d.dir/remove_points2d.cu.o .PHONY : remove_points2d.cu.o remove_points2d.i: remove_points2d.cu.i .PHONY : remove_points2d.i # target to preprocess a source file remove_points2d.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.remove_points2d.dir/build.make examples/CMakeFiles/thrust.example.remove_points2d.dir/remove_points2d.cu.i .PHONY : remove_points2d.cu.i remove_points2d.s: remove_points2d.cu.s .PHONY : remove_points2d.s # target to generate assembly for a file remove_points2d.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.remove_points2d.dir/build.make examples/CMakeFiles/thrust.example.remove_points2d.dir/remove_points2d.cu.s .PHONY : remove_points2d.cu.s repeated_range.o: repeated_range.cu.o .PHONY : repeated_range.o # target to build an object file repeated_range.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.repeated_range.dir/build.make examples/CMakeFiles/thrust.example.repeated_range.dir/repeated_range.cu.o .PHONY : repeated_range.cu.o repeated_range.i: repeated_range.cu.i .PHONY : repeated_range.i # target to preprocess a source file repeated_range.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.repeated_range.dir/build.make examples/CMakeFiles/thrust.example.repeated_range.dir/repeated_range.cu.i .PHONY : repeated_range.cu.i repeated_range.s: repeated_range.cu.s .PHONY : repeated_range.s # target to generate assembly for a file repeated_range.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.repeated_range.dir/build.make examples/CMakeFiles/thrust.example.repeated_range.dir/repeated_range.cu.s .PHONY : repeated_range.cu.s run_length_decoding.o: run_length_decoding.cu.o .PHONY : run_length_decoding.o # target to build an object file run_length_decoding.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_decoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_decoding.dir/run_length_decoding.cu.o .PHONY : run_length_decoding.cu.o run_length_decoding.i: run_length_decoding.cu.i .PHONY : run_length_decoding.i # target to preprocess a source file run_length_decoding.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_decoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_decoding.dir/run_length_decoding.cu.i .PHONY : run_length_decoding.cu.i run_length_decoding.s: run_length_decoding.cu.s .PHONY : run_length_decoding.s # target to generate assembly for a file run_length_decoding.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_decoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_decoding.dir/run_length_decoding.cu.s .PHONY : run_length_decoding.cu.s run_length_encoding.o: run_length_encoding.cu.o .PHONY : run_length_encoding.o # target to build an object file run_length_encoding.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_encoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_encoding.dir/run_length_encoding.cu.o .PHONY : run_length_encoding.cu.o run_length_encoding.i: run_length_encoding.cu.i .PHONY : run_length_encoding.i # target to preprocess a source file run_length_encoding.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_encoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_encoding.dir/run_length_encoding.cu.i .PHONY : run_length_encoding.cu.i run_length_encoding.s: run_length_encoding.cu.s .PHONY : run_length_encoding.s # target to generate assembly for a file run_length_encoding.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.run_length_encoding.dir/build.make examples/CMakeFiles/thrust.example.run_length_encoding.dir/run_length_encoding.cu.s .PHONY : run_length_encoding.cu.s saxpy.o: saxpy.cu.o .PHONY : saxpy.o # target to build an object file saxpy.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.saxpy.dir/build.make examples/CMakeFiles/thrust.example.saxpy.dir/saxpy.cu.o .PHONY : saxpy.cu.o saxpy.i: saxpy.cu.i .PHONY : saxpy.i # target to preprocess a source file saxpy.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.saxpy.dir/build.make examples/CMakeFiles/thrust.example.saxpy.dir/saxpy.cu.i .PHONY : saxpy.cu.i saxpy.s: saxpy.cu.s .PHONY : saxpy.s # target to generate assembly for a file saxpy.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.saxpy.dir/build.make examples/CMakeFiles/thrust.example.saxpy.dir/saxpy.cu.s .PHONY : saxpy.cu.s scan_by_key.o: scan_by_key.cu.o .PHONY : scan_by_key.o # target to build an object file scan_by_key.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_by_key.dir/build.make examples/CMakeFiles/thrust.example.scan_by_key.dir/scan_by_key.cu.o .PHONY : scan_by_key.cu.o scan_by_key.i: scan_by_key.cu.i .PHONY : scan_by_key.i # target to preprocess a source file scan_by_key.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_by_key.dir/build.make examples/CMakeFiles/thrust.example.scan_by_key.dir/scan_by_key.cu.i .PHONY : scan_by_key.cu.i scan_by_key.s: scan_by_key.cu.s .PHONY : scan_by_key.s # target to generate assembly for a file scan_by_key.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_by_key.dir/build.make examples/CMakeFiles/thrust.example.scan_by_key.dir/scan_by_key.cu.s .PHONY : scan_by_key.cu.s scan_matrix_by_rows.o: scan_matrix_by_rows.cu.o .PHONY : scan_matrix_by_rows.o # target to build an object file scan_matrix_by_rows.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/build.make examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/scan_matrix_by_rows.cu.o .PHONY : scan_matrix_by_rows.cu.o scan_matrix_by_rows.i: scan_matrix_by_rows.cu.i .PHONY : scan_matrix_by_rows.i # target to preprocess a source file scan_matrix_by_rows.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/build.make examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/scan_matrix_by_rows.cu.i .PHONY : scan_matrix_by_rows.cu.i scan_matrix_by_rows.s: scan_matrix_by_rows.cu.s .PHONY : scan_matrix_by_rows.s # target to generate assembly for a file scan_matrix_by_rows.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/build.make examples/CMakeFiles/thrust.example.scan_matrix_by_rows.dir/scan_matrix_by_rows.cu.s .PHONY : scan_matrix_by_rows.cu.s set_operations.o: set_operations.cu.o .PHONY : set_operations.o # target to build an object file set_operations.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.set_operations.dir/build.make examples/CMakeFiles/thrust.example.set_operations.dir/set_operations.cu.o .PHONY : set_operations.cu.o set_operations.i: set_operations.cu.i .PHONY : set_operations.i # target to preprocess a source file set_operations.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.set_operations.dir/build.make examples/CMakeFiles/thrust.example.set_operations.dir/set_operations.cu.i .PHONY : set_operations.cu.i set_operations.s: set_operations.cu.s .PHONY : set_operations.s # target to generate assembly for a file set_operations.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.set_operations.dir/build.make examples/CMakeFiles/thrust.example.set_operations.dir/set_operations.cu.s .PHONY : set_operations.cu.s simple_moving_average.o: simple_moving_average.cu.o .PHONY : simple_moving_average.o # target to build an object file simple_moving_average.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.simple_moving_average.dir/build.make examples/CMakeFiles/thrust.example.simple_moving_average.dir/simple_moving_average.cu.o .PHONY : simple_moving_average.cu.o simple_moving_average.i: simple_moving_average.cu.i .PHONY : simple_moving_average.i # target to preprocess a source file simple_moving_average.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.simple_moving_average.dir/build.make examples/CMakeFiles/thrust.example.simple_moving_average.dir/simple_moving_average.cu.i .PHONY : simple_moving_average.cu.i simple_moving_average.s: simple_moving_average.cu.s .PHONY : simple_moving_average.s # target to generate assembly for a file simple_moving_average.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.simple_moving_average.dir/build.make examples/CMakeFiles/thrust.example.simple_moving_average.dir/simple_moving_average.cu.s .PHONY : simple_moving_average.cu.s sort.o: sort.cu.o .PHONY : sort.o # target to build an object file sort.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sort.dir/build.make examples/CMakeFiles/thrust.example.sort.dir/sort.cu.o .PHONY : sort.cu.o sort.i: sort.cu.i .PHONY : sort.i # target to preprocess a source file sort.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sort.dir/build.make examples/CMakeFiles/thrust.example.sort.dir/sort.cu.i .PHONY : sort.cu.i sort.s: sort.cu.s .PHONY : sort.s # target to generate assembly for a file sort.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sort.dir/build.make examples/CMakeFiles/thrust.example.sort.dir/sort.cu.s .PHONY : sort.cu.s sorting_aos_vs_soa.o: sorting_aos_vs_soa.cu.o .PHONY : sorting_aos_vs_soa.o # target to build an object file sorting_aos_vs_soa.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/build.make examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/sorting_aos_vs_soa.cu.o .PHONY : sorting_aos_vs_soa.cu.o sorting_aos_vs_soa.i: sorting_aos_vs_soa.cu.i .PHONY : sorting_aos_vs_soa.i # target to preprocess a source file sorting_aos_vs_soa.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/build.make examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/sorting_aos_vs_soa.cu.i .PHONY : sorting_aos_vs_soa.cu.i sorting_aos_vs_soa.s: sorting_aos_vs_soa.cu.s .PHONY : sorting_aos_vs_soa.s # target to generate assembly for a file sorting_aos_vs_soa.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/build.make examples/CMakeFiles/thrust.example.sorting_aos_vs_soa.dir/sorting_aos_vs_soa.cu.s .PHONY : sorting_aos_vs_soa.cu.s sparse_vector.o: sparse_vector.cu.o .PHONY : sparse_vector.o # target to build an object file sparse_vector.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sparse_vector.dir/build.make examples/CMakeFiles/thrust.example.sparse_vector.dir/sparse_vector.cu.o .PHONY : sparse_vector.cu.o sparse_vector.i: sparse_vector.cu.i .PHONY : sparse_vector.i # target to preprocess a source file sparse_vector.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sparse_vector.dir/build.make examples/CMakeFiles/thrust.example.sparse_vector.dir/sparse_vector.cu.i .PHONY : sparse_vector.cu.i sparse_vector.s: sparse_vector.cu.s .PHONY : sparse_vector.s # target to generate assembly for a file sparse_vector.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sparse_vector.dir/build.make examples/CMakeFiles/thrust.example.sparse_vector.dir/sparse_vector.cu.s .PHONY : sparse_vector.cu.s stream_compaction.o: stream_compaction.cu.o .PHONY : stream_compaction.o # target to build an object file stream_compaction.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.stream_compaction.dir/build.make examples/CMakeFiles/thrust.example.stream_compaction.dir/stream_compaction.cu.o .PHONY : stream_compaction.cu.o stream_compaction.i: stream_compaction.cu.i .PHONY : stream_compaction.i # target to preprocess a source file stream_compaction.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.stream_compaction.dir/build.make examples/CMakeFiles/thrust.example.stream_compaction.dir/stream_compaction.cu.i .PHONY : stream_compaction.cu.i stream_compaction.s: stream_compaction.cu.s .PHONY : stream_compaction.s # target to generate assembly for a file stream_compaction.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.stream_compaction.dir/build.make examples/CMakeFiles/thrust.example.stream_compaction.dir/stream_compaction.cu.s .PHONY : stream_compaction.cu.s strided_range.o: strided_range.cu.o .PHONY : strided_range.o # target to build an object file strided_range.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.strided_range.dir/build.make examples/CMakeFiles/thrust.example.strided_range.dir/strided_range.cu.o .PHONY : strided_range.cu.o strided_range.i: strided_range.cu.i .PHONY : strided_range.i # target to preprocess a source file strided_range.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.strided_range.dir/build.make examples/CMakeFiles/thrust.example.strided_range.dir/strided_range.cu.i .PHONY : strided_range.cu.i strided_range.s: strided_range.cu.s .PHONY : strided_range.s # target to generate assembly for a file strided_range.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.strided_range.dir/build.make examples/CMakeFiles/thrust.example.strided_range.dir/strided_range.cu.s .PHONY : strided_range.cu.s sum.o: sum.cu.o .PHONY : sum.o # target to build an object file sum.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum.dir/build.make examples/CMakeFiles/thrust.example.sum.dir/sum.cu.o .PHONY : sum.cu.o sum.i: sum.cu.i .PHONY : sum.i # target to preprocess a source file sum.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum.dir/build.make examples/CMakeFiles/thrust.example.sum.dir/sum.cu.i .PHONY : sum.cu.i sum.s: sum.cu.s .PHONY : sum.s # target to generate assembly for a file sum.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum.dir/build.make examples/CMakeFiles/thrust.example.sum.dir/sum.cu.s .PHONY : sum.cu.s sum_rows.o: sum_rows.cu.o .PHONY : sum_rows.o # target to build an object file sum_rows.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum_rows.dir/build.make examples/CMakeFiles/thrust.example.sum_rows.dir/sum_rows.cu.o .PHONY : sum_rows.cu.o sum_rows.i: sum_rows.cu.i .PHONY : sum_rows.i # target to preprocess a source file sum_rows.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum_rows.dir/build.make examples/CMakeFiles/thrust.example.sum_rows.dir/sum_rows.cu.i .PHONY : sum_rows.cu.i sum_rows.s: sum_rows.cu.s .PHONY : sum_rows.s # target to generate assembly for a file sum_rows.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.sum_rows.dir/build.make examples/CMakeFiles/thrust.example.sum_rows.dir/sum_rows.cu.s .PHONY : sum_rows.cu.s summary_statistics.o: summary_statistics.cu.o .PHONY : summary_statistics.o # target to build an object file summary_statistics.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summary_statistics.dir/build.make examples/CMakeFiles/thrust.example.summary_statistics.dir/summary_statistics.cu.o .PHONY : summary_statistics.cu.o summary_statistics.i: summary_statistics.cu.i .PHONY : summary_statistics.i # target to preprocess a source file summary_statistics.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summary_statistics.dir/build.make examples/CMakeFiles/thrust.example.summary_statistics.dir/summary_statistics.cu.i .PHONY : summary_statistics.cu.i summary_statistics.s: summary_statistics.cu.s .PHONY : summary_statistics.s # target to generate assembly for a file summary_statistics.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summary_statistics.dir/build.make examples/CMakeFiles/thrust.example.summary_statistics.dir/summary_statistics.cu.s .PHONY : summary_statistics.cu.s summed_area_table.o: summed_area_table.cu.o .PHONY : summed_area_table.o # target to build an object file summed_area_table.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summed_area_table.dir/build.make examples/CMakeFiles/thrust.example.summed_area_table.dir/summed_area_table.cu.o .PHONY : summed_area_table.cu.o summed_area_table.i: summed_area_table.cu.i .PHONY : summed_area_table.i # target to preprocess a source file summed_area_table.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summed_area_table.dir/build.make examples/CMakeFiles/thrust.example.summed_area_table.dir/summed_area_table.cu.i .PHONY : summed_area_table.cu.i summed_area_table.s: summed_area_table.cu.s .PHONY : summed_area_table.s # target to generate assembly for a file summed_area_table.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.summed_area_table.dir/build.make examples/CMakeFiles/thrust.example.summed_area_table.dir/summed_area_table.cu.s .PHONY : summed_area_table.cu.s tiled_range.o: tiled_range.cu.o .PHONY : tiled_range.o # target to build an object file tiled_range.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.tiled_range.dir/build.make examples/CMakeFiles/thrust.example.tiled_range.dir/tiled_range.cu.o .PHONY : tiled_range.cu.o tiled_range.i: tiled_range.cu.i .PHONY : tiled_range.i # target to preprocess a source file tiled_range.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.tiled_range.dir/build.make examples/CMakeFiles/thrust.example.tiled_range.dir/tiled_range.cu.i .PHONY : tiled_range.cu.i tiled_range.s: tiled_range.cu.s .PHONY : tiled_range.s # target to generate assembly for a file tiled_range.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.tiled_range.dir/build.make examples/CMakeFiles/thrust.example.tiled_range.dir/tiled_range.cu.s .PHONY : tiled_range.cu.s transform_input_output_iterator.o: transform_input_output_iterator.cu.o .PHONY : transform_input_output_iterator.o # target to build an object file transform_input_output_iterator.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/transform_input_output_iterator.cu.o .PHONY : transform_input_output_iterator.cu.o transform_input_output_iterator.i: transform_input_output_iterator.cu.i .PHONY : transform_input_output_iterator.i # target to preprocess a source file transform_input_output_iterator.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/transform_input_output_iterator.cu.i .PHONY : transform_input_output_iterator.cu.i transform_input_output_iterator.s: transform_input_output_iterator.cu.s .PHONY : transform_input_output_iterator.s # target to generate assembly for a file transform_input_output_iterator.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_input_output_iterator.dir/transform_input_output_iterator.cu.s .PHONY : transform_input_output_iterator.cu.s transform_iterator.o: transform_iterator.cu.o .PHONY : transform_iterator.o # target to build an object file transform_iterator.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_iterator.dir/transform_iterator.cu.o .PHONY : transform_iterator.cu.o transform_iterator.i: transform_iterator.cu.i .PHONY : transform_iterator.i # target to preprocess a source file transform_iterator.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_iterator.dir/transform_iterator.cu.i .PHONY : transform_iterator.cu.i transform_iterator.s: transform_iterator.cu.s .PHONY : transform_iterator.s # target to generate assembly for a file transform_iterator.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_iterator.dir/transform_iterator.cu.s .PHONY : transform_iterator.cu.s transform_output_iterator.o: transform_output_iterator.cu.o .PHONY : transform_output_iterator.o # target to build an object file transform_output_iterator.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_output_iterator.dir/transform_output_iterator.cu.o .PHONY : transform_output_iterator.cu.o transform_output_iterator.i: transform_output_iterator.cu.i .PHONY : transform_output_iterator.i # target to preprocess a source file transform_output_iterator.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_output_iterator.dir/transform_output_iterator.cu.i .PHONY : transform_output_iterator.cu.i transform_output_iterator.s: transform_output_iterator.cu.s .PHONY : transform_output_iterator.s # target to generate assembly for a file transform_output_iterator.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.transform_output_iterator.dir/build.make examples/CMakeFiles/thrust.example.transform_output_iterator.dir/transform_output_iterator.cu.s .PHONY : transform_output_iterator.cu.s uninitialized_vector.o: uninitialized_vector.cu.o .PHONY : uninitialized_vector.o # target to build an object file uninitialized_vector.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.uninitialized_vector.dir/build.make examples/CMakeFiles/thrust.example.uninitialized_vector.dir/uninitialized_vector.cu.o .PHONY : uninitialized_vector.cu.o uninitialized_vector.i: uninitialized_vector.cu.i .PHONY : uninitialized_vector.i # target to preprocess a source file uninitialized_vector.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.uninitialized_vector.dir/build.make examples/CMakeFiles/thrust.example.uninitialized_vector.dir/uninitialized_vector.cu.i .PHONY : uninitialized_vector.cu.i uninitialized_vector.s: uninitialized_vector.cu.s .PHONY : uninitialized_vector.s # target to generate assembly for a file uninitialized_vector.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.uninitialized_vector.dir/build.make examples/CMakeFiles/thrust.example.uninitialized_vector.dir/uninitialized_vector.cu.s .PHONY : uninitialized_vector.cu.s version.o: version.cu.o .PHONY : version.o # target to build an object file version.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.version.dir/build.make examples/CMakeFiles/thrust.example.version.dir/version.cu.o .PHONY : version.cu.o version.i: version.cu.i .PHONY : version.i # target to preprocess a source file version.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.version.dir/build.make examples/CMakeFiles/thrust.example.version.dir/version.cu.i .PHONY : version.cu.i version.s: version.cu.s .PHONY : version.s # target to generate assembly for a file version.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.version.dir/build.make examples/CMakeFiles/thrust.example.version.dir/version.cu.s .PHONY : version.cu.s weld_vertices.o: weld_vertices.cu.o .PHONY : weld_vertices.o # target to build an object file weld_vertices.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.weld_vertices.dir/build.make examples/CMakeFiles/thrust.example.weld_vertices.dir/weld_vertices.cu.o .PHONY : weld_vertices.cu.o weld_vertices.i: weld_vertices.cu.i .PHONY : weld_vertices.i # target to preprocess a source file weld_vertices.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.weld_vertices.dir/build.make examples/CMakeFiles/thrust.example.weld_vertices.dir/weld_vertices.cu.i .PHONY : weld_vertices.cu.i weld_vertices.s: weld_vertices.cu.s .PHONY : weld_vertices.s # target to generate assembly for a file weld_vertices.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.weld_vertices.dir/build.make examples/CMakeFiles/thrust.example.weld_vertices.dir/weld_vertices.cu.s .PHONY : weld_vertices.cu.s word_count.o: word_count.cu.o .PHONY : word_count.o # target to build an object file word_count.cu.o: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.word_count.dir/build.make examples/CMakeFiles/thrust.example.word_count.dir/word_count.cu.o .PHONY : word_count.cu.o word_count.i: word_count.cu.i .PHONY : word_count.i # target to preprocess a source file word_count.cu.i: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.word_count.dir/build.make examples/CMakeFiles/thrust.example.word_count.dir/word_count.cu.i .PHONY : word_count.cu.i word_count.s: word_count.cu.s .PHONY : word_count.s # target to generate assembly for a file word_count.cu.s: cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/thrust.example.word_count.dir/build.make examples/CMakeFiles/thrust.example.word_count.dir/word_count.cu.s .PHONY : word_count.cu.s # Help Target help: @echo "The following are some of the valid targets for this Makefile:" @echo "... all (the default if no target is provided)" @echo "... clean" @echo "... depend" @echo "... edit_cache" @echo "... install" @echo "... install/local" @echo "... install/strip" @echo "... list_install_components" @echo "... rebuild_cache" @echo "... test" @echo "... thrust.all.example.arbitrary_transformation" @echo "... thrust.all.example.basic_vector" @echo "... thrust.all.example.bounding_box" @echo "... thrust.all.example.bucket_sort2d" @echo "... thrust.all.example.constant_iterator" @echo "... thrust.all.example.counting_iterator" @echo "... thrust.all.example.device_ptr" @echo "... thrust.all.example.discrete_voronoi" @echo "... thrust.all.example.dot_products_with_zip" @echo "... thrust.all.example.expand" @echo "... thrust.all.example.fill_copy_sequence" @echo "... thrust.all.example.histogram" @echo "... thrust.all.example.lambda" @echo "... thrust.all.example.lexicographical_sort" @echo "... thrust.all.example.max_abs_diff" @echo "... thrust.all.example.minimal_custom_backend" @echo "... thrust.all.example.minmax" @echo "... thrust.all.example.mode" @echo "... thrust.all.example.monte_carlo" @echo "... thrust.all.example.monte_carlo_disjoint_sequences" @echo "... thrust.all.example.mr_basic" @echo "... thrust.all.example.norm" @echo "... thrust.all.example.padded_grid_reduction" @echo "... thrust.all.example.permutation_iterator" @echo "... thrust.all.example.raw_reference_cast" @echo "... thrust.all.example.remove_points2d" @echo "... thrust.all.example.repeated_range" @echo "... thrust.all.example.run_length_decoding" @echo "... thrust.all.example.run_length_encoding" @echo "... thrust.all.example.saxpy" @echo "... thrust.all.example.scan_by_key" @echo "... thrust.all.example.scan_matrix_by_rows" @echo "... thrust.all.example.set_operations" @echo "... thrust.all.example.simple_moving_average" @echo "... thrust.all.example.sort" @echo "... thrust.all.example.sorting_aos_vs_soa" @echo "... thrust.all.example.sparse_vector" @echo "... thrust.all.example.stream_compaction" @echo "... thrust.all.example.strided_range" @echo "... thrust.all.example.sum" @echo "... thrust.all.example.sum_rows" @echo "... thrust.all.example.summary_statistics" @echo "... thrust.all.example.summed_area_table" @echo "... thrust.all.example.tiled_range" @echo "... thrust.all.example.transform_input_output_iterator" @echo "... thrust.all.example.transform_iterator" @echo "... thrust.all.example.transform_output_iterator" @echo "... thrust.all.example.uninitialized_vector" @echo "... thrust.all.example.version" @echo "... thrust.all.example.weld_vertices" @echo "... thrust.all.example.word_count" @echo "... thrust.examples" @echo "... thrust.example.arbitrary_transformation" @echo "... thrust.example.basic_vector" @echo "... thrust.example.bounding_box" @echo "... thrust.example.bucket_sort2d" @echo "... thrust.example.constant_iterator" @echo "... thrust.example.counting_iterator" @echo "... thrust.example.device_ptr" @echo "... thrust.example.discrete_voronoi" @echo "... thrust.example.dot_products_with_zip" @echo "... thrust.example.expand" @echo "... thrust.example.fill_copy_sequence" @echo "... thrust.example.histogram" @echo "... thrust.example.lambda" @echo "... thrust.example.lexicographical_sort" @echo "... thrust.example.max_abs_diff" @echo "... thrust.example.minimal_custom_backend" @echo "... thrust.example.minmax" @echo "... thrust.example.mode" @echo "... thrust.example.monte_carlo" @echo "... thrust.example.monte_carlo_disjoint_sequences" @echo "... thrust.example.mr_basic" @echo "... thrust.example.norm" @echo "... thrust.example.padded_grid_reduction" @echo "... thrust.example.permutation_iterator" @echo "... thrust.example.raw_reference_cast" @echo "... thrust.example.remove_points2d" @echo "... thrust.example.repeated_range" @echo "... thrust.example.run_length_decoding" @echo "... thrust.example.run_length_encoding" @echo "... thrust.example.saxpy" @echo "... thrust.example.scan_by_key" @echo "... thrust.example.scan_matrix_by_rows" @echo "... thrust.example.set_operations" @echo "... thrust.example.simple_moving_average" @echo "... thrust.example.sort" @echo "... thrust.example.sorting_aos_vs_soa" @echo "... thrust.example.sparse_vector" @echo "... thrust.example.stream_compaction" @echo "... thrust.example.strided_range" @echo "... thrust.example.sum" @echo "... thrust.example.sum_rows" @echo "... thrust.example.summary_statistics" @echo "... thrust.example.summed_area_table" @echo "... thrust.example.tiled_range" @echo "... thrust.example.transform_input_output_iterator" @echo "... thrust.example.transform_iterator" @echo "... thrust.example.transform_output_iterator" @echo "... thrust.example.uninitialized_vector" @echo "... thrust.example.version" @echo "... thrust.example.weld_vertices" @echo "... thrust.example.word_count" @echo "... arbitrary_transformation.o" @echo "... arbitrary_transformation.i" @echo "... arbitrary_transformation.s" @echo "... basic_vector.o" @echo "... basic_vector.i" @echo "... basic_vector.s" @echo "... bounding_box.o" @echo "... bounding_box.i" @echo "... bounding_box.s" @echo "... bucket_sort2d.o" @echo "... bucket_sort2d.i" @echo "... bucket_sort2d.s" @echo "... constant_iterator.o" @echo "... constant_iterator.i" @echo "... constant_iterator.s" @echo "... counting_iterator.o" @echo "... counting_iterator.i" @echo "... counting_iterator.s" @echo "... device_ptr.o" @echo "... device_ptr.i" @echo "... device_ptr.s" @echo "... discrete_voronoi.o" @echo "... discrete_voronoi.i" @echo "... discrete_voronoi.s" @echo "... dot_products_with_zip.o" @echo "... dot_products_with_zip.i" @echo "... dot_products_with_zip.s" @echo "... expand.o" @echo "... expand.i" @echo "... expand.s" @echo "... fill_copy_sequence.o" @echo "... fill_copy_sequence.i" @echo "... fill_copy_sequence.s" @echo "... histogram.o" @echo "... histogram.i" @echo "... histogram.s" @echo "... lambda.o" @echo "... lambda.i" @echo "... lambda.s" @echo "... lexicographical_sort.o" @echo "... lexicographical_sort.i" @echo "... lexicographical_sort.s" @echo "... max_abs_diff.o" @echo "... max_abs_diff.i" @echo "... max_abs_diff.s" @echo "... minimal_custom_backend.o" @echo "... minimal_custom_backend.i" @echo "... minimal_custom_backend.s" @echo "... minmax.o" @echo "... minmax.i" @echo "... minmax.s" @echo "... mode.o" @echo "... mode.i" @echo "... mode.s" @echo "... monte_carlo.o" @echo "... monte_carlo.i" @echo "... monte_carlo.s" @echo "... monte_carlo_disjoint_sequences.o" @echo "... monte_carlo_disjoint_sequences.i" @echo "... monte_carlo_disjoint_sequences.s" @echo "... mr_basic.o" @echo "... mr_basic.i" @echo "... mr_basic.s" @echo "... norm.o" @echo "... norm.i" @echo "... norm.s" @echo "... padded_grid_reduction.o" @echo "... padded_grid_reduction.i" @echo "... padded_grid_reduction.s" @echo "... permutation_iterator.o" @echo "... permutation_iterator.i" @echo "... permutation_iterator.s" @echo "... raw_reference_cast.o" @echo "... raw_reference_cast.i" @echo "... raw_reference_cast.s" @echo "... remove_points2d.o" @echo "... remove_points2d.i" @echo "... remove_points2d.s" @echo "... repeated_range.o" @echo "... repeated_range.i" @echo "... repeated_range.s" @echo "... run_length_decoding.o" @echo "... run_length_decoding.i" @echo "... run_length_decoding.s" @echo "... run_length_encoding.o" @echo "... run_length_encoding.i" @echo "... run_length_encoding.s" @echo "... saxpy.o" @echo "... saxpy.i" @echo "... saxpy.s" @echo "... scan_by_key.o" @echo "... scan_by_key.i" @echo "... scan_by_key.s" @echo "... scan_matrix_by_rows.o" @echo "... scan_matrix_by_rows.i" @echo "... scan_matrix_by_rows.s" @echo "... set_operations.o" @echo "... set_operations.i" @echo "... set_operations.s" @echo "... simple_moving_average.o" @echo "... simple_moving_average.i" @echo "... simple_moving_average.s" @echo "... sort.o" @echo "... sort.i" @echo "... sort.s" @echo "... sorting_aos_vs_soa.o" @echo "... sorting_aos_vs_soa.i" @echo "... sorting_aos_vs_soa.s" @echo "... sparse_vector.o" @echo "... sparse_vector.i" @echo "... sparse_vector.s" @echo "... stream_compaction.o" @echo "... stream_compaction.i" @echo "... stream_compaction.s" @echo "... strided_range.o" @echo "... strided_range.i" @echo "... strided_range.s" @echo "... sum.o" @echo "... sum.i" @echo "... sum.s" @echo "... sum_rows.o" @echo "... sum_rows.i" @echo "... sum_rows.s" @echo "... summary_statistics.o" @echo "... summary_statistics.i" @echo "... summary_statistics.s" @echo "... summed_area_table.o" @echo "... summed_area_table.i" @echo "... summed_area_table.s" @echo "... tiled_range.o" @echo "... tiled_range.i" @echo "... tiled_range.s" @echo "... transform_input_output_iterator.o" @echo "... transform_input_output_iterator.i" @echo "... transform_input_output_iterator.s" @echo "... transform_iterator.o" @echo "... transform_iterator.i" @echo "... transform_iterator.s" @echo "... transform_output_iterator.o" @echo "... transform_output_iterator.i" @echo "... transform_output_iterator.s" @echo "... uninitialized_vector.o" @echo "... uninitialized_vector.i" @echo "... uninitialized_vector.s" @echo "... version.o" @echo "... version.i" @echo "... version.s" @echo "... weld_vertices.o" @echo "... weld_vertices.i" @echo "... weld_vertices.s" @echo "... word_count.o" @echo "... word_count.i" @echo "... word_count.s" .PHONY : help #============================================================================= # Special targets to cleanup operation of make. # Special rule to run CMake to check the build system integrity. # No rule that depends on this can have commands that come from listfiles # because they might be regenerated. cmake_check_build_system: cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -P /home/ubuntu/thrust/build/CMakeFiles/VerifyGlobs.cmake cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system