summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/g3dvl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/winsys/g3dvl/Makefile')
-rw-r--r--src/gallium/winsys/g3dvl/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gallium/winsys/g3dvl/Makefile b/src/gallium/winsys/g3dvl/Makefile
new file mode 100644
index 0000000000..424ddea87a
--- /dev/null
+++ b/src/gallium/winsys/g3dvl/Makefile
@@ -0,0 +1,11 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+SUBDIRS = $(GALLIUM_WINSYS_DIRS)
+
+default install clean:
+ @for dir in $(SUBDIRS) ; do \
+ if [ -d $$dir ] ; then \
+ (cd $$dir && $(MAKE) $@) || exit 1; \
+ fi \
+ done