summaryrefslogtreecommitdiff
path: root/src/legacy/i810/Makefile.am
blob: e7fa04f15fb15ea222066ddafd01dbfd776aeb65 (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
30
31
32
33
34
SUBDIRS = xvmc

noinst_LTLIBRARIES = liblegacy-i810.la

AM_CFLAGS = @CWARNFLAGS@ @XORG_CFLAGS@ @DRM_CFLAGS@ @DRI_CFLAGS@ @PCIACCESS_CFLAGS@ \
	    -I$(top_srcdir)/src \
	    -I$(top_srcdir)/src/legacy \
	    $(NULL)

liblegacy_i810_la_SOURCES = \
         i810_accel.c \
         i810_common.h \
         i810_cursor.c \
         i810_dga.c \
         i810_driver.c \
         i810.h \
         i810_memory.c \
         i810_reg.h \
         i810_ring.h \
         i810_video.c \
         i810_wmark.c

if DRI
liblegacy_i810_la_SOURCES +=\
         i810_dri.c \
         i810_dri.h \
	 $(NULL)

if XVMC
liblegacy_i810_la_SOURCES += \
	i810_hwmc.c \
	$(NULL)
endif
endif