summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/d3d1x/Makefile.inc
blob: 1b9423b9d63b123fbd57dd827bf16090b139c578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TOP=../../../../..
include $(TOP)/configs/current

IDL=$(wildcard *.idl include/*.idl)
IDL_H=$(IDL:.idl=.h)
LD=$(CXX)

include ../../../Makefile.template

idl: $(IDL_H)

%.h: %.idl
	widl -I../gd3dapi -I../d3dapi -I../w32api -U /dev/null -H $@ $^ 

%.svg: %.dot
	dot -Tsvg -o $@ $<

%.pdf: %.dot
	dot -Tpdf -o $@ $<