X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2FMakefile;h=79ca767f7e641e79e1482abce3568bb3dd78c31b;hb=cc40abad519cc0f765c6d8f6fad4154bed8dd9c2;hp=568747e15755d6fab3ddd03a0c03eb13e7b1aa07;hpb=8450b14676a2f5c6423b16bc4bc7a1ec5a6a987e;p=mesa.git diff --git a/src/gallium/Makefile b/src/gallium/Makefile index 568747e1575..79ca767f7e6 100644 --- a/src/gallium/Makefile +++ b/src/gallium/Makefile @@ -1,21 +1,12 @@ +# src/gallium/Makefile TOP = ../.. include $(TOP)/configs/current +SUBDIRS = $(GALLIUM_DIRS) -SUBDIRS = auxiliary drivers - - -default: subdirs - - -subdirs: +default install clean: @for dir in $(SUBDIRS) ; do \ if [ -d $$dir ] ; then \ - (cd $$dir && $(MAKE)) || exit 1 ; \ + (cd $$dir && $(MAKE) $@) || exit 1; \ fi \ done - - -clean: - rm -f `find . -name \*.[oa]` - rm -f `find . -name depend`