1TOP = ../../../..
2include $(TOP)/configs/current
3
4LIBNAME = xvmctracker
5
6LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) --cflags-only-I xvmc)
7
8C_SOURCES = block.c \
9            surface.c \
10            context.c \
11            subpicture.c \
12            attributes.c
13
14include ../../Makefile.template
15