Mesa-solo builds with these changes. There are still more fixups needed to
[mesa.git] / src / mesa / drivers / dri / fb / Makefile
1 # src/mesa/drivers/dri/fb/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = fb_dri.so
7
8 COMMON_SOURCES = \
9 ../../common/driverfuncs.c \
10 ../common/mm.c \
11 ../common/utils.c \
12 ../common/texmem.c \
13 ../common/vblank.c \
14 ../common/dri_util.c \
15 ../common/glcontextmodes.c
16
17 DRIVER_SOURCES = \
18 fb_dri.c
19
20 C_SOURCES = \
21 $(COMMON_SOURCES) \
22 $(DRIVER_SOURCES)
23
24 ASM_SOURCES =
25
26
27 symlinks:
28