1*84e872a0SLloyd Pique%-protocol.c : $(wayland_protocoldir)/%.xml 2*84e872a0SLloyd Pique $(AM_V_GEN)$(wayland_scanner) code $< $@ 3*84e872a0SLloyd Pique 4*84e872a0SLloyd Pique%-server-protocol.h : $(wayland_protocoldir)/%.xml 5*84e872a0SLloyd Pique $(AM_V_GEN)$(wayland_scanner) server-header $< $@ 6*84e872a0SLloyd Pique 7*84e872a0SLloyd Pique%-client-protocol.h : $(wayland_protocoldir)/%.xml 8*84e872a0SLloyd Pique $(AM_V_GEN)$(wayland_scanner) client-header $< $@ 9