g3dvl: Remove src/driclient
authorYounes Manton <younes.m@gmail.com>
Fri, 6 Nov 2009 06:09:24 +0000 (01:09 -0500)
committerYounes Manton <younes.m@gmail.com>
Fri, 6 Nov 2009 06:09:24 +0000 (01:09 -0500)
It's in src/gallium/winsys/g3dvl/dri now.

src/driclient/src/Makefile [deleted file]

diff --git a/src/driclient/src/Makefile b/src/driclient/src/Makefile
deleted file mode 100644 (file)
index 34435a2..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-TARGET         = libdriclient.a
-OBJECTS                = driclient.o XF86dri.o
-DRMDIR         ?= /usr
-
-CFLAGS         += -g -Wall -fPIC -I../include -I${DRMDIR}/include -I${DRMDIR}/include/drm
-
-#############################################
-
-.PHONY = all clean
-
-all: ${TARGET}
-
-${TARGET}: ${OBJECTS}
-       ar rcs $@ $^
-       if ! test -d ../lib; then mkdir ../lib; fi
-       cp ${TARGET} ../lib
-
-clean:
-       rm -rf ${OBJECTS} ${TARGET} ../lib/${TARGET}