################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../src/utils/benchmark.c \ ../src/utils/cl_errors.c OBJS += \ ./src/utils/benchmark.o \ ./src/utils/cl_errors.o C_DEPS += \ ./src/utils/benchmark.d \ ./src/utils/cl_errors.d # Each subdirectory must supply rules for building sources it contributes src/utils/%.o: ../src/utils/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' gcc -D BITS=1024 -Wall -std=gnu99 -I/usr/local/cuda-10.1/targets/x86_64-linux/include -I/usr/include -O3 -Wall -Wextra -Werror -Wconversion -c -fmessage-length=0 -pthread -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' '