Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4358 Serge 1
AM_CFLAGS = -I$(top_srcdir)/src/egl/main \
2
	    -I$(top_srcdir)/include \
3
	    $(DEFINES) \
4
	    $(VISIBILITY_CFLAGS) \
5
	    $(WAYLAND_CFLAGS)
6
 
7
noinst_LTLIBRARIES = libwayland-drm.la
8
libwayland_drm_la_SOURCES = wayland-drm.c wayland-drm-protocol.c
9
noinst_HEADERS = wayland-drm.h
10
 
11
BUILT_SOURCES = wayland-drm-protocol.c \
12
		wayland-drm-client-protocol.h \
13
		wayland-drm-server-protocol.h
14
CLEANFILES = $(BUILT_SOURCES)
15
 
16
%-protocol.c : %.xml
17
	$(AM_V_GEN)$(WAYLAND_SCANNER) code < $< > $@
18
 
19
%-server-protocol.h : %.xml
20
	$(AM_V_GEN)$(WAYLAND_SCANNER) server-header < $< > $@
21
 
22
%-client-protocol.h : %.xml
23
	$(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@