blob: 6a7497b6be3ee0e144acb87e66d29d448d68c53e [file] [log] [blame]
Keith Whitwellb7efe642009-10-23 23:36:02 +01001TOP = ../../../../../..
2include $(TOP)/configs/current
3
Keith Whitwell15a8ac22009-11-01 19:30:53 +00004LIBNAME = i965drm
Keith Whitwellb7efe642009-10-23 23:36:02 +01005
6C_SOURCES = \
Keith Whitwell357e5c92009-10-24 11:55:05 +01007 i965_drm_buffer.c \
Keith Whitwell357e5c92009-10-24 11:55:05 +01008 i965_drm_api.c
Keith Whitwellb7efe642009-10-23 23:36:02 +01009
10LIBRARY_INCLUDES = $(shell pkg-config libdrm --cflags-only-I)
11
12LIBRARY_DEFINES = $(shell pkg-config libdrm --cflags-only-other)
13
14include ../../../../Makefile.template