From 1e81855566b8c9957b39ee4612cec24bea591785 Mon Sep 17 00:00:00 2001 From: Johannes Engel Date: Wed, 11 Feb 2009 11:31:05 +0100 Subject: Add install target for egl Signed-off-by: Johannes Engel Acked-by: Jakob Bornecrantz --- src/egl/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/egl/Makefile') diff --git a/src/egl/Makefile b/src/egl/Makefile index 024453f8bb..5b09e178c6 100644 --- a/src/egl/Makefile +++ b/src/egl/Makefile @@ -1,6 +1,7 @@ # src/egl/Makefile TOP = ../.. +include $(TOP)/configs/current SUBDIRS = main drivers @@ -15,6 +16,12 @@ subdirs: 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 \ -- cgit v1.2.3