r300g: align the height of NPOT textures to POT
[profile/ivi/mesa.git] / src / gallium / winsys / g3dvl / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 SUBDIRS = $(GALLIUM_WINSYS_DIRS)
5
6 default install clean:
7         @for dir in $(SUBDIRS) ; do \
8                 if [ -d $$dir ] ; then \
9                         (cd $$dir && $(MAKE) $@) || exit 1; \
10                 fi \
11         done