Home | History | Annotate | Download | only in sw
      1 TOP = ../../../../..
      2 include $(TOP)/configs/current
      3 
      4 LIBNAME = drisw
      5 
      6 LIBRARY_DEFINES = -D__NOT_HAVE_DRM_H
      7 
      8 LIBRARY_INCLUDES = \
      9 	-I../dri \
     10 	-I$(TOP)/include \
     11 	-I$(TOP)/src/mapi \
     12 	-I$(TOP)/src/mesa \
     13 	-I$(TOP)/src/gallium/state_trackers/dri/common \
     14 	-I$(TOP)/src/mesa/drivers/dri/common \
     15 	-I$(TOP)/src/mesa/main \
     16 	-D__NOT_HAVE_DRM_H
     17 
     18 
     19 C_SOURCES = \
     20 	dri_context.c \
     21 	dri_screen.c \
     22 	dri_drawable.c \
     23 	drisw.c
     24 
     25 include ../../../Makefile.template
     26