mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 06:38:09 +02:00
g3dvl: Remove src/driclient
It's in src/gallium/winsys/g3dvl/dri now.
This commit is contained in:
parent
8ebc795ec4
commit
181d034ad5
1 changed files with 0 additions and 19 deletions
|
|
@ -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}
|
||||
Loading…
Add table
Reference in a new issue