mesa/src/gallium/Makefile
2008-03-11 19:02:51 -06:00

25 lines
315 B
Makefile

TOP = ../..
include $(TOP)/configs/current
SUBDIRS = auxiliary drivers
default: subdirs
subdirs:
@for dir in $(SUBDIRS) ; do \
if [ -d $$dir ] ; then \
(cd $$dir && $(MAKE)) || exit 1 ; \
fi \
done
clean:
rm -f `find . -name \*.[oa]`
rm -f `find . -name depend`
# Dummy install target
install: