diff options
author | Christian König <[email protected]> | 2012-03-26 19:40:42 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2012-03-28 15:47:41 +0200 |
commit | fc0a5e21d77ae2f082fd19dd2295e84f6fb7bd3b (patch) | |
tree | daf5abda1a00d12583855b1652ca2c65d75d5c1a /src/gallium/winsys/g3dvl/Makefile | |
parent | ba83b8b4ae8adfc7520baf119f8c56bdcbf6547f (diff) |
vl: move winsys helper out of winsys directory
They aren't winsys of their own,
just help dealing with them.
v2: add some more comments in vl_winsys.h
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/winsys/g3dvl/Makefile')
-rw-r--r-- | src/gallium/winsys/g3dvl/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gallium/winsys/g3dvl/Makefile b/src/gallium/winsys/g3dvl/Makefile deleted file mode 100644 index 6c793e0f15b..00000000000 --- a/src/gallium/winsys/g3dvl/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# src/gallium/winsys/Makefile -TOP = ../../../.. -include $(TOP)/configs/current - -SUBDIRS = $(GALLIUM_STATE_TRACKERS_DIRS) $(GALLIUM_WINSYS_DIRS) - -default install clean: - @for dir in $(SUBDIRS) ; do \ - if [ -d $$dir ] ; then \ - (cd $$dir && $(MAKE) $@) || exit 1; \ - fi \ - done |