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