From 181d034ad53db3daec0512bd8410fc96d1a3f5b5 Mon Sep 17 00:00:00 2001 From: Younes Manton Date: Fri, 6 Nov 2009 01:09:24 -0500 Subject: [PATCH] g3dvl: Remove src/driclient It's in src/gallium/winsys/g3dvl/dri now. --- src/driclient/src/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/driclient/src/Makefile 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} -- 2.7.4