summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/glamo/Makefile
blob: 4750d908c844cabc1664fcbd729926839fce762e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# src/mesa/drivers/dri/glamo/Makefile

TOP = ../../../../..
include $(TOP)/configs/current

LIBNAME = glamo_dri.so

DRIVER_SOURCES = \
	glamo_screen.c glamo_context.c glamo_state.c

C_SOURCES = \
	$(COMMON_SOURCES) \
	$(DRIVER_SOURCES)

ASM_SOURCES =

# XXX not 100% sure this is right
#WINDOW_SYSTEM = solo

include ../Makefile.template

symlinks: