OSDN Git Service

libkms/radeon: Add backend
[android-x86/external-libdrm.git] / nouveau / Makefile.am
1 AM_CFLAGS = \
2         $(WARN_CFLAGS) \
3         -I$(top_srcdir) \
4         -I$(top_srcdir)/nouveau \
5         $(PTHREADSTUBS_CFLAGS) \
6         -I$(top_srcdir)/include/drm
7
8 libdrm_nouveau_la_LTLIBRARIES = libdrm_nouveau.la
9 libdrm_nouveau_ladir = $(libdir)
10 libdrm_nouveau_la_LDFLAGS = -version-number 1:0:0 -no-undefined
11 libdrm_nouveau_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
12
13 libdrm_nouveau_la_SOURCES = \
14                             nouveau_device.c \
15                             nouveau_channel.c \
16                             nouveau_pushbuf.c \
17                             nouveau_grobj.c \
18                             nouveau_notifier.c \
19                             nouveau_bo.c \
20                             nouveau_resource.c \
21                             nouveau_private.h \
22                             nouveau_reloc.c
23
24 libdrm_nouveaucommonincludedir = ${includedir}/nouveau
25 libdrm_nouveaucommoninclude_HEADERS = \
26                                 nouveau_device.h \
27                                 nouveau_channel.h \
28                                 nouveau_grobj.h \
29                                 nouveau_notifier.h \
30                                 nouveau_pushbuf.h \
31                                 nv04_pushbuf.h \
32                                 nvc0_pushbuf.h \
33                                 nouveau_bo.h \
34                                 nouveau_resource.h \
35                                 nouveau_reloc.h
36
37
38 libdrm_nouveauincludedir = ${includedir}/libdrm
39 libdrm_nouveauinclude_HEADERS = \
40                                 nouveau_drmif.h
41
42 pkgconfigdir = @pkgconfigdir@
43 pkgconfig_DATA = libdrm_nouveau.pc