Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
[mesa.git] / src / mesa / x86-64 / Makefile
1 # src/mesa/x86-64/Makefile
2
3 TOP = ../../..
4
5 include $(TOP)/configs/current
6
7
8
9 INCLUDE_DIRS = \
10 -I$(TOP)/include/GL \
11 -I$(TOP)/include \
12 -I.. \
13 -I../main \
14 -I../math \
15 -I../glapi \
16 -I../tnl
17
18
19 default: matypes.h
20
21 clean:
22 -rm -f matypes.h
23
24
25 # need some special rules here, unfortunately
26 matypes.h: ../main/mtypes.h ../tnl/t_context.h ../x86/gen_matypes
27 ../x86/gen_matypes > matypes.h
28
29 xform4.o: matypes.h