summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/d3d1x/winedlls/Makefile
blob: c7e51b2fddaebf3a06340d1fb798d8ecce4b5130 (plain)
1
2
3
4
5
6
7
8
9
10
11
SUBDIRS=dxgi d3d10 d3d10_1 d3d11

all:
	@for dir in $(SUBDIRS) ; do $(MAKE) -C "$$dir" || exit $?; done

clean:
	rm -f `find . -name \*.[oa]`
	rm -f `find . -name depend`

install:
	sudo install */*.dll.so /usr/lib/wine