1 2 3 4 5 6 7 8 9 10 11 12 13 14
TOP = ../../../../.. include $(TOP)/configs/current LIBNAME = i965drm C_SOURCES = \ i965_drm_buffer.c \ i965_drm_winsys.c LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I) LIBRARY_DEFINES = $(shell $(PKG_CONFIG) --cflags-only-other) include ../../../Makefile.template