subdir.mk
1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../src/bitmaps.c \
../src/config.c \
../src/config_device.c \
../src/constraints.c \
../src/devices.c \
../src/intervals.c \
../src/main.c \
../src/solve.c \
../src/split.c \
../src/variables.c
OBJS += \
./src/bitmaps.o \
./src/config.o \
./src/config_device.o \
./src/constraints.o \
./src/devices.o \
./src/intervals.o \
./src/main.o \
./src/solve.o \
./src/split.o \
./src/variables.o
C_DEPS += \
./src/bitmaps.d \
./src/config.d \
./src/config_device.d \
./src/constraints.d \
./src/devices.d \
./src/intervals.d \
./src/main.d \
./src/solve.d \
./src/split.d \
./src/variables.d
# Each subdirectory must supply rules for building sources it contributes
src/%.o: ../src/%.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 ' '