added some comments on the code
[myFirstGlutProject.git] / Debug / src / subdir.mk
blob65d70840165f69b34256b5ac3261c16bcf281add
1 ################################################################################
2 # Automatically-generated file. Do not edit!
3 ################################################################################
5 # Add inputs and outputs from these tool invocations to the build variables
6 C_SRCS += \
7 ../src/myFirstGlutProject.c
9 OBJS += \
10 ./src/myFirstGlutProject.o
12 C_DEPS += \
13 ./src/myFirstGlutProject.d
16 # Each subdirectory must supply rules for building sources it contributes
17 src/%.o: ../src/%.c
18 @echo 'Building file: $<'
19 @echo 'Invoking: GCC C Compiler'
20 gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
21 @echo 'Finished building: $<'
22 @echo ' '