mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
8 lines
280 B
Makefile
8 lines
280 B
Makefile
%-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 < $< > $@
|