4 include $(TOP
)/configs
/current
8 ifneq ($(findstring wayland
, $(EGL_PLATFORMS
)),)
12 SUBDIRS
+= drivers main
18 @for
dir in
$(SUBDIRS
) ; do \
19 if
[ -d
$$dir ] ; then \
20 (cd
$$dir && $(MAKE
)) || exit
1 ; \
25 @for
dir in
$(SUBDIRS
) ; do \
26 if
[ -d
$$dir ] ; then \
27 (cd
$$dir && $(MAKE
) install) || exit
1 ; \
32 -@for
dir in
$(SUBDIRS
) ; do \
33 if
[ -d
$$dir ] ; then \
34 (cd
$$dir && $(MAKE
) clean) ; \