[PATCH 1/5] scanner: remove unused scanner.mk

Emil Velikov emil.l.velikov at gmail.com
Wed Jul 26 13:56:17 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

Nothing in the existing codebase references the file.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 src/scanner.mk | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 src/scanner.mk

diff --git a/src/scanner.mk b/src/scanner.mk
deleted file mode 100644
index 1b6963c..0000000
--- a/src/scanner.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-%-protocol.c : $(protocoldir)/%.xml
-	$(AM_V_GEN)$(wayland_scanner) code < $< > $@
-
-%-server-protocol.h : $(protocoldir)/%.xml
-	$(AM_V_GEN)$(wayland_scanner) server-header < $< > $@
-
-%-client-protocol.h : $(protocoldir)/%.xml
-	$(AM_V_GEN)$(wayland_scanner) client-header < $< > $@
-- 
2.13.0



More information about the wayland-devel mailing list