################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../cmp.c \ ../env.c \ ../intcode.c \ ../lex.yy.c \ ../list.c \ ../main.c \ ../mem.c \ ../quad.c \ ../test.c \ ../y.tab.c OBJS += \ ./cmp.o \ ./env.o \ ./intcode.o \ ./lex.yy.o \ ./list.o \ ./main.o \ ./mem.o \ ./quad.o \ ./test.o \ ./y.tab.o C_DEPS += \ ./cmp.d \ ./env.d \ ./intcode.d \ ./lex.yy.d \ ./list.d \ ./main.d \ ./mem.d \ ./quad.d \ ./test.d \ ./y.tab.d # Each subdirectory must supply rules for building sources it contributes %.o: ../%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" @echo 'Finished building: $<' @echo ' ' intcode.o: ../intcode.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' gcc -O0 -g3 -Wall -c -fmessage-length=0 -lm -MMD -MP -MF"$(@:%.o=%.d)" -MT"intcode.d" -o"$@" "$<" @echo 'Finished building: $<' @echo ' '