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