subdir.mk 1.26 KB
################################################################################
# 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 ' '