Home | History | Annotate | Download | only in drm
      1 TOP = ../../../../..
      2 include $(TOP)/configs/current
      3 
      4 LIBNAME = dridrm
      5 
      6 LIBRARY_INCLUDES = \
      7 	-I$(TOP)/include \
      8 	-I$(TOP)/src/mapi \
      9 	-I$(TOP)/src/mesa \
     10 	-I$(TOP)/src/gallium/state_trackers/dri/common \
     11 	-I$(TOP)/src/mesa/drivers/dri/common \
     12 	-I$(TOP)/src/mesa/main \
     13          $(shell $(PKG_CONFIG) --cflags-only-I libdrm)
     14 
     15 
     16 C_SOURCES = \
     17 	dri_context.c \
     18 	dri_screen.c \
     19 	dri_drawable.c \
     20 	dri2.c
     21 
     22 #	$(TOP)/src/mesa/drivers/dri/common/utils.c \
     23 	$(TOP)/src/mesa/drivers/dri/common/dri_util.c \
     24 	$(TOP)/src/mesa/drivers/dri/common/xmlconfig.c \
     25 	$(TOP)/src/mesa/drivers/common/driverfuncs.c
     26 
     27 include ../../../Makefile.template
     28