Use automake

This commit is contained in:
Kristian Høgsberg 2010-10-12 17:24:20 -04:00
parent 49291497d3
commit f0152daad7
17 changed files with 138 additions and 190 deletions

8
wayland/scanner.mk Normal file
View file

@ -0,0 +1,8 @@
%-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 < $< > $@