summaryrefslogtreecommitdiff
path: root/src/mesa/x86-64/Makefile
blob: c6b69bafe86011e1f8b79113284a41793464b702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# src/mesa/x86-64/Makefile

TOP = ../../..

include $(TOP)/configs/current



INCLUDE_DIRS = \
	-I$(TOP)/include/GL \
	-I$(TOP)/include \
	-I.. \
	-I../main \
	-I../math \
	-I../glapi \
	-I../tnl


default: matypes.h

clean:
	-rm -f matypes.h


# need some special rules here, unfortunately
matypes.h: ../main/mtypes.h ../tnl/t_context.h ../x86/gen_matypes
	../x86/gen_matypes | grep -v '#include "assyntax.h' > matypes.h

xform4.o: matypes.h