2019-08-17 21:19:32 -04:00
|
|
|
################################################################################
|
|
|
|
# Automatically-generated file. Do not edit!
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
|
|
C_SRCS += \
|
|
|
|
../src/config.c \
|
|
|
|
../src/main.c \
|
|
|
|
../src/map.c \
|
2019-08-28 02:15:18 -04:00
|
|
|
../src/property_box.c \
|
2019-08-17 21:19:32 -04:00
|
|
|
../src/utils.c \
|
|
|
|
../src/wofi.c
|
|
|
|
|
|
|
|
OBJS += \
|
|
|
|
./src/config.o \
|
|
|
|
./src/main.o \
|
|
|
|
./src/map.o \
|
2019-08-28 02:15:18 -04:00
|
|
|
./src/property_box.o \
|
2019-08-17 21:19:32 -04:00
|
|
|
./src/utils.o \
|
|
|
|
./src/wofi.o
|
|
|
|
|
|
|
|
C_DEPS += \
|
|
|
|
./src/config.d \
|
|
|
|
./src/main.d \
|
|
|
|
./src/map.d \
|
2019-08-28 02:15:18 -04:00
|
|
|
./src/property_box.d \
|
2019-08-17 21:19:32 -04:00
|
|
|
./src/utils.d \
|
|
|
|
./src/wofi.d
|
|
|
|
|
|
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
|
|
src/%.o: ../src/%.c
|
|
|
|
@echo 'Building file: $<'
|
|
|
|
@echo 'Invoking: GCC C Compiler'
|
2019-08-19 20:48:18 -04:00
|
|
|
gcc -D_GNU_SOURCE -I../inc -O0 -g3 -Wall -Wextra -c -fmessage-length=0 -fsanitize=address `pkg-config --cflags gtk+-3.0` -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
2019-08-17 21:19:32 -04:00
|
|
|
@echo 'Finished building: $<'
|
|
|
|
@echo ' '
|
|
|
|
|
|
|
|
|