remove emacs droppings that were not ignored by cvs

This commit is contained in:
matthieu 2007-12-04 22:23:50 +00:00
parent 6dd37805a1
commit 594ab30bdc
2 changed files with 0 additions and 46 deletions

View File

@ -1,43 +0,0 @@
# $OpenBSD: Makefile.inc~,v 1.1 2007/12/04 22:00:27 matthieu Exp $
MESA= ${.CURDIR}/../../../../dist/Mesa/src/mesa
TOP= ${.CURDIR}/../../../../dist/Mesa
X11BASE ?= /usr/X11R6
COMMON_SOURCES = \
driverfuncs.c \
utils.c \
texmem.c \
vblank.c \
dri_util.c \
xmlconfig.c \
drirenderbuffer.c
COMMON_BM_SOURCES = \
dri_bufmgr.c \
dri_drmpool.c
CFLAGS+= -DIN_DRI_DRIVER $(INCLUDES) $(DRIVER_DEFINES)
INCLUDES = \
-I$(TOP)/src/mesa/drivers/dri/common \
-I$(TOP)/include \
-I$(TOP)/include/GL/internal \
-I$(TOP)/src/mesa \
-I$(TOP)/src/mesa/main \
-I$(TOP)/src/mesa/glapi \
-I$(TOP)/src/mesa/math \
-I$(TOP)/src/mesa/transform \
-I$(TOP)/src/mesa/shader \
-I$(TOP)/src/mesa/swrast \
-I$(TOP)/src/mesa/swrast_setup \
-I$(TOP)/src/egl/main \
-I$(TOP)/src/egl/drivers/dri \
-I$(X11BASE)/include \
-I$(X11BASE)/include/drm
LDADD= -L${X11BASE}/lib -lexpat -ldrm
.PATH: ${MESA}/drivers/dri/common
.PATH: ${MESA}/drivers/common

View File

@ -1,3 +0,0 @@
SUBDIRS=i810
.include <bsd.subdir.mk>