projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ebc795
)
g3dvl: Remove src/driclient
author
Younes Manton
<younes.m@gmail.com>
Fri, 6 Nov 2009 06:09:24 +0000
(
01:09
-0500)
committer
Younes 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]
patch
|
blob
|
history
diff --git
a/src/driclient/src/Makefile
b/src/driclient/src/Makefile
deleted file mode 100644
(file)
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}