wofi/Release/proto/subdir.mk

28 lines
959 B
Makefile
Raw Normal View History

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 += \
../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'
2019-12-17 02:55:48 -05:00
gcc -D_GNU_SOURCE -DVERSION='"'"`hg identify`"'"' -I../inc -O3 -Wall -Wextra -c -fmessage-length=0 `pkg-config --cflags gtk+-3.0 gio-unix-2.0` -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
2019-08-17 21:19:32 -04:00
@echo 'Finished building: $<'
@echo ' '