Module: Mesa
Branch: pipe-video
Commit: 181d034ad53db3daec0512bd8410fc96d1a3f5b5
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=181d034ad53db3daec0512bd8410fc96d1a3f5b5

Author: Younes Manton <youne...@gmail.com>
Date:   Fri Nov  6 01:09:24 2009 -0500

g3dvl: Remove src/driclient

It's in src/gallium/winsys/g3dvl/dri now.

---

 src/driclient/src/Makefile |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/src/driclient/src/Makefile b/src/driclient/src/Makefile
deleted file mode 100644
index 34435a2..0000000
--- a/src/driclient/src/Makefile
+++ /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}

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to