11 libtbm_la_LTLIBRARIES = libtbm.la
12 libtbm_ladir = $(libdir)
13 libtbm_la_LDFLAGS = $(LDFLAGS) -version-number 1:0:0 -no-undefined
14 libtbm_la_LIBADD = @LIBTBM_LIBS@ @CLOCK_LIB@ -ldl
17 tbm_surface_internal.c \
20 tbm_bufmgr_backend.c \
23 tbm_drm_helper_server.c \
24 tbm_drm_helper_client.c \
27 nodist_libtbm_la_SOURCES = \
28 wayland-tbm-drm-auth-server-protocol.h \
29 wayland-tbm-drm-auth-client-protocol.h \
30 wayland-tbm-drm-auth-protocol.c
32 %-protocol.c : $(top_srcdir)/protocol/%.xml
33 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(wayland_scanner) code < $< > $@
35 %-server-protocol.h : $(top_srcdir)/protocol/%.xml
36 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(wayland_scanner) server-header < $< > $@
38 %-client-protocol.h : $(top_srcdir)/protocol/%.xml
39 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(wayland_scanner) client-header < $< > $@
41 BUILT_SOURCES = $(nodist_libtbm_la_SOURCES)
43 libtbmincludedir=$(includedir)
44 libtbminclude_HEADERS = tbm_bufmgr.h \
47 tbm_bufmgr_backend.h \
50 tbm_surface_internal.h \
55 CLEANFILES = $(BUILT_SOURCES)