First commit

This commit is contained in:
Scoopta
2019-08-17 18:19:32 -07:00
commit 2bae6e0f66
25 changed files with 2812 additions and 0 deletions

27
Debug/proto/subdir.mk Normal file
View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../proto/wlr-layer-shell-unstable-v1-protocol.c \
../proto/xdg-shell-protocol.c
OBJS += \
./proto/wlr-layer-shell-unstable-v1-protocol.o \
./proto/xdg-shell-protocol.o
C_DEPS += \
./proto/wlr-layer-shell-unstable-v1-protocol.d \
./proto/xdg-shell-protocol.d
# Each subdirectory must supply rules for building sources it contributes
proto/%.o: ../proto/%.c
@echo 'Building file: $<'
@echo 'Invoking: GCC C Compiler'
gcc -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 "$@" "$<"
@echo 'Finished building: $<'
@echo ' '