summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/egl_drm/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <[email protected]>2008-05-23 16:26:14 +0200
committerJakob Bornecrantz <[email protected]>2008-05-23 16:26:14 +0200
commita3dbd412df99c7d19b1f81b3b9ec7d5c8a09d069 (patch)
treebaa0e115e726948268a60d5865897ab4e177ff79 /src/gallium/winsys/egl_drm/Makefile
parente8d5be9c76b08ba423e3c635aae5178f2358169a (diff)
parenta22462f6ef769129ee56223f1edc2cb851505da8 (diff)
Merge branch 'gallium-i915-current' into gallium-0.1
Diffstat (limited to 'src/gallium/winsys/egl_drm/Makefile')
-rw-r--r--src/gallium/winsys/egl_drm/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/gallium/winsys/egl_drm/Makefile b/src/gallium/winsys/egl_drm/Makefile
new file mode 100644
index 00000000000..4139d9e71f0
--- /dev/null
+++ b/src/gallium/winsys/egl_drm/Makefile
@@ -0,0 +1,38 @@
+# src/mesa/drivers/egl_drm/Makefile
+
+TOP = ../../../..
+
+include $(TOP)/configs/current
+
+
+
+default: $(TOP)/$(LIB_DIR) subdirs
+
+
+$(TOP)/$(LIB_DIR):
+ -mkdir $(TOP)/$(LIB_DIR)
+
+
+subdirs:
+ @for dir in $(DRI_DIRS) ; do \
+ if [ -d $$dir ] ; then \
+ (cd $$dir && $(MAKE)) || exit 1 ; \
+ fi \
+ done
+
+
+install:
+ @for dir in $(DRI_DIRS) ; do \
+ if [ -d $$dir ] ; then \
+ (cd $$dir && $(MAKE) install) || exit 1 ; \
+ fi \
+ done
+
+
+clean:
+ @for dir in $(DRI_DIRS) ; do \
+ if [ -d $$dir ] ; then \
+ (cd $$dir && $(MAKE) clean) ; \
+ fi \
+ done
+ -rm -f common/*.o