Home | History | Annotate | Download | only in src
      1 %-protocol.c : $(protocoldir)/%.xml
      2 	$(AM_V_GEN)$(wayland_scanner) code < $< > $@
      3 
      4 %-server-protocol.h : $(protocoldir)/%.xml
      5 	$(AM_V_GEN)$(wayland_scanner) server-header < $< > $@
      6 
      7 %-client-protocol.h : $(protocoldir)/%.xml
      8 	$(AM_V_GEN)$(wayland_scanner) client-header < $< > $@
      9