Blame view

Debug/src/utils/flatzinc/subdir.mk 1.13 KB
0c8ce2b0   Pedro Roque   missing files
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
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../src/utils/flatzinc/actions.c \
../src/utils/flatzinc/lex.yy.c \
../src/utils/flatzinc/parser.tab.c 

O_SRCS += \
../src/utils/flatzinc/actions.o \
../src/utils/flatzinc/lex.yy.o \
../src/utils/flatzinc/parser.tab.o 

OBJS += \
./src/utils/flatzinc/actions.o \
./src/utils/flatzinc/lex.yy.o \
./src/utils/flatzinc/parser.tab.o 

C_DEPS += \
./src/utils/flatzinc/actions.d \
./src/utils/flatzinc/lex.yy.d \
./src/utils/flatzinc/parser.tab.d 


# Each subdirectory must supply rules for building sources it contributes
src/utils/flatzinc/%.o: ../src/utils/flatzinc/%.c
	@echo 'Building file: $<'
	@echo 'Invoking: GCC C Compiler'
	gcc -D BITS=1024 -Wall -std=gnu99 -I/usr/include -I/usr/include/x86_64-linux-gnu -O3 -Wall -Wextra -Werror -c -fmessage-length=0 -pthread -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '