From: Younes Manton Date: Fri, 6 Nov 2009 06:09:24 +0000 (-0500) Subject: g3dvl: Remove src/driclient X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=181d034ad53db3daec0512bd8410fc96d1a3f5b5;p=mesa.git g3dvl: Remove src/driclient It's in src/gallium/winsys/g3dvl/dri now. --- diff --git a/src/driclient/src/Makefile b/src/driclient/src/Makefile deleted file mode 100644 index 34435a2086e..00000000000 --- 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}