From 07b28af5b57338263e8aef5833e7d5085051a655 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 11 Jun 2012 09:34:22 -0700 Subject: automake: Convert src/egl/Makefile to automake. --- src/egl/Makefile | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 src/egl/Makefile (limited to 'src/egl/Makefile') diff --git a/src/egl/Makefile b/src/egl/Makefile deleted file mode 100644 index 361f6889580..00000000000 --- a/src/egl/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# src/egl/Makefile - -TOP = ../.. -include $(TOP)/configs/current - -SUBDIRS = - -ifneq ($(findstring wayland, $(EGL_PLATFORMS)),) -SUBDIRS += wayland -endif - -SUBDIRS += drivers main - -default: subdirs - - -subdirs: - @for dir in $(SUBDIRS) ; do \ - if [ -d $$dir ] ; then \ - (cd $$dir && $(MAKE)) || exit 1 ; \ - fi \ - done - -install: - @for dir in $(SUBDIRS) ; do \ - if [ -d $$dir ] ; then \ - (cd $$dir && $(MAKE) install) || exit 1 ; \ - fi \ - done - -clean: - -@for dir in $(SUBDIRS) ; do \ - if [ -d $$dir ] ; then \ - (cd $$dir && $(MAKE) clean) ; \ - fi \ - done -- cgit v1.2.3