st/glx: Fix endless loop in drawable validation
[mesa.git] / src / gallium / state_trackers / d3d1x / Makefile.inc
1 TOP=../../../../..
2 include $(TOP)/configs/current
3
4 IDL=$(wildcard *.idl include/*.idl)
5 IDL_H=$(IDL:.idl=.h)
6 LD=$(CXX) $(CXXFLAGS)
7
8 include ../../../Makefile.template
9
10 idl: $(IDL_H)
11
12 %.h: %.idl
13 widl -I../gd3dapi -I../d3dapi -I../w32api -U /dev/null -H $@ $^
14
15 %.svg: %.dot
16 dot -Tsvg -o $@ $<
17
18 %.pdf: %.dot
19 dot -Tpdf -o $@ $<