weston/wayland/scanner.mk
Kristian Høgsberg f0152daad7 Use automake
2010-10-12 18:00:16 -04:00

9 lines
310 B
Makefile

%-protocol.c : $(top_srcdir)/protocol/%.xml
$(top_builddir)/wayland/scanner code < $< > $@
%-server-protocol.h : $(top_srcdir)/protocol/%.xml
$(top_builddir)/wayland/scanner server-header < $< > $@
%-client-protocol.h : $(top_srcdir)/protocol/%.xml
$(top_builddir)/wayland/scanner client-header < $< > $@