Small optimization for big-endian (e.g., PowerPC) systems.
[mesa.git] / src / mesa / drivers / dri / savage / Makefile
1 # src/mesa/drivers/dri/r128/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = savage_dri.so
7
8 # Doesn't exist yet.
9 #MINIGLX_SOURCES = server/savage_dri.c
10
11 COMMON_SOURCES = \
12 ../../common/driverfuncs.c \
13 ../common/mm.c \
14 ../common/utils.c \
15 ../common/texmem.c \
16 ../common/vblank.c \
17 ../common/xmlconfig.c \
18 ../common/dri_util.c \
19 ../common/glcontextmodes.c
20
21 DRIVER_SOURCES = \
22 savage_xmesa.c \
23 savagedd.c \
24 savagestate.c \
25 savagetex.c \
26 savagetris.c \
27 savageioctl.c \
28 savagespan.c \
29 savagedma.c
30
31 C_SOURCES = \
32 $(COMMON_SOURCES) \
33 $(DRIVER_SOURCES)
34
35 ASM_SOURCES =
36
37
38 include ../Makefile.template
39
40 symlinks: