Blame view

Debug/src/utils/subdir.mk 911 Bytes
0c8ce2b0   Pedro Roque   missing files
1
2
3
4
5
6
7
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../src/utils/benchmark.c \
4d26a735   Pedro Roque   Increased recogni...
8
../src/utils/cl_errors.c 
0c8ce2b0   Pedro Roque   missing files
9
10
11

OBJS += \
./src/utils/benchmark.o \
4d26a735   Pedro Roque   Increased recogni...
12
./src/utils/cl_errors.o 
0c8ce2b0   Pedro Roque   missing files
13
14
15

C_DEPS += \
./src/utils/benchmark.d \
4d26a735   Pedro Roque   Increased recogni...
16
./src/utils/cl_errors.d 
0c8ce2b0   Pedro Roque   missing files
17
18
19
20
21
22


# Each subdirectory must supply rules for building sources it contributes
src/utils/%.o: ../src/utils/%.c
	@echo 'Building file: $<'
	@echo 'Invoking: GCC C Compiler'
4d26a735   Pedro Roque   Increased recogni...
23
	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 "$@" "$<"
0c8ce2b0   Pedro Roque   missing files
24
25
	@echo 'Finished building: $<'
	@echo ' '