revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / mesa / src / gallium / targets / Makefile
bloba0bc5eb14fa8c50aa817eb88dba4186bb34c023e
1 # src/gallium/winsys/Makefile
2 TOP = ../../..
3 include $(TOP)/configs/current
5 SUBDIRS = $(GALLIUM_TARGET_DIRS)
7 default install clean:
8 @for dir in $(SUBDIRS) ; do \
9 if [ -d $$dir ] ; then \
10 (cd $$dir && $(MAKE) $@) || exit 1; \
11 fi \
12 done