2009-01-29 18:25:35 -07:00
|
|
|
AM_CFLAGS = \
|
|
|
|
$(WARN_CFLAGS) \
|
2009-11-17 09:14:54 -07:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/nouveau \
|
2009-01-29 18:25:35 -07:00
|
|
|
$(PTHREADSTUBS_CFLAGS) \
|
2009-11-17 07:46:39 -07:00
|
|
|
-I$(top_srcdir)/include/drm
|
2009-01-29 18:25:35 -07:00
|
|
|
|
|
|
|
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 \
|
2010-01-29 01:53:24 -07:00
|
|
|
nouveau_private.h \
|
|
|
|
nouveau_reloc.c
|
2009-01-29 18:25:35 -07:00
|
|
|
|
|
|
|
libdrm_nouveaucommonincludedir = ${includedir}/nouveau
|
|
|
|
libdrm_nouveaucommoninclude_HEADERS = \
|
|
|
|
nouveau_device.h \
|
|
|
|
nouveau_channel.h \
|
|
|
|
nouveau_grobj.h \
|
|
|
|
nouveau_notifier.h \
|
|
|
|
nouveau_pushbuf.h \
|
|
|
|
nouveau_bo.h \
|
|
|
|
nouveau_resource.h \
|
2010-01-29 01:53:24 -07:00
|
|
|
nouveau_class.h \
|
|
|
|
nouveau_reloc.h
|
2009-01-29 18:25:35 -07:00
|
|
|
|
2009-11-17 09:14:54 -07:00
|
|
|
|
2009-01-29 18:25:35 -07:00
|
|
|
libdrm_nouveauincludedir = ${includedir}/drm
|
|
|
|
libdrm_nouveauinclude_HEADERS = \
|
|
|
|
nouveau_drmif.h
|
|
|
|
|
|
|
|
pkgconfigdir = @pkgconfigdir@
|
|
|
|
pkgconfig_DATA = libdrm_nouveau.pc
|