automake: Convert Gallium target and winsys

This commit is contained in:
Matt Turner 2012-08-23 15:55:53 -07:00 committed by Andreas Boll
parent 4e42e569dd
commit 9bf0d49abe
7 changed files with 6 additions and 24 deletions

View File

@ -2007,7 +2007,9 @@ AC_CONFIG_FILES([configs/current
src/gallium/drivers/r300/Makefile
src/gallium/drivers/r600/Makefile
src/gallium/state_trackers/clover/Makefile
src/gallium/targets/Makefile
src/gallium/targets/opencl/Makefile
src/gallium/winsys/Makefile
src/gbm/Makefile
src/gbm/main/gbm.pc
src/glsl/Makefile

1
src/gallium/targets/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Makefile

View File

@ -1,12 +0,0 @@
# src/gallium/winsys/Makefile
TOP = ../../..
include $(TOP)/configs/current
SUBDIRS = $(GALLIUM_TARGET_DIRS)
default install clean:
@for dir in $(SUBDIRS) ; do \
if [ -d $$dir ] ; then \
(cd $$dir && $(MAKE) $@) || exit 1; \
fi \
done

View File

@ -0,0 +1 @@
SUBDIRS = $(GALLIUM_TARGET_DIRS)

1
src/gallium/winsys/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Makefile

View File

@ -1,12 +0,0 @@
# src/gallium/winsys/Makefile
TOP = ../../..
include $(TOP)/configs/current
SUBDIRS = $(GALLIUM_WINSYS_DIRS)
default install clean:
@for dir in $(SUBDIRS) ; do \
if [ -d $$dir ] ; then \
(cd $$dir && $(MAKE) $@) || exit 1; \
fi \
done

View File

@ -0,0 +1 @@
SUBDIRS = $(GALLIUM_WINSYS_DIRS)