aboutsummaryrefslogtreecommitdiffstats
blob: ca46c4bf5b23f4b71a01ad0bfd6098f11bd6b7ef (plain) (blame)
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
35
36
37
38
39
40
41
42
43
AM_CFLAGS = \
	$(WARN_CFLAGS) \
	-I$(top_srcdir) \
	-I$(top_srcdir)/nouveau-1 \
	$(PTHREADSTUBS_CFLAGS) \
	-I$(top_srcdir)/include/drm

libdrm_nouveau_la_LTLIBRARIES = libdrm_nouveau.la
libdrm_nouveau_ladir = $(libdir)
libdrm_nouveau_la_LDFLAGS = -version-number 1:0:0 -no-undefined
libdrm_nouveau_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@

libdrm_nouveau_la_SOURCES = \
			    nouveau_device.c \
			    nouveau_channel.c \
			    nouveau_pushbuf.c \
			    nouveau_grobj.c \
			    nouveau_notifier.c \
			    nouveau_bo.c \
			    nouveau_resource.c \
			    nouveau_private.h \
			    nouveau_reloc.c

libdrm_nouveaucommonincludedir = ${includedir}/nouveau
libdrm_nouveaucommoninclude_HEADERS = \
				nouveau_device.h \
				nouveau_channel.h \
				nouveau_grobj.h \
				nouveau_notifier.h \
				nouveau_pushbuf.h \
				nv04_pushbuf.h \
				nvc0_pushbuf.h \
				nouveau_bo.h \
				nouveau_resource.h \
				nouveau_reloc.h


libdrm_nouveauincludedir = ${includedir}/libdrm
libdrm_nouveauinclude_HEADERS = \
				nouveau_drmif.h

pkgconfigdir = @pkgconfigdir@
pkgconfig_DATA = libdrm_nouveau1.pc