d3d1x: don't build progs automatically

progs requires winsys, which hasn't yet been built by the time we
go into state_trackers.

It may be a good idea to also move it into tests.

After a normal build, run make in src/gallium/state_trackers/d3d1x/progs
to build them.
This commit is contained in:
Luca Barbieri 2010-09-22 11:35:05 +02:00
parent feb9c8c510
commit 6d0c39ce36

View file

@ -1,4 +1,4 @@
SUBDIRS=d3dapi gd3dapi docs d3d1xstutil d3d1xshader gd3d1x gd3d11 gd3d10 dxgi dxgid3d11 dxgid3d10 progs
SUBDIRS=d3dapi gd3dapi docs d3d1xstutil d3d1xshader gd3d1x gd3d11 gd3d10 dxgi dxgid3d11 dxgid3d10
all:
@for dir in $(SUBDIRS) ; do $(MAKE) -C "$$dir" || exit $?; done