freedreno: add shifted reloc
[platform/upstream/libdrm.git] / freedreno / Makefile.am
1 AM_CFLAGS = \
2         $(WARN_CFLAGS) \
3         -I$(top_srcdir) \
4         -I$(top_srcdir)/freedreno \
5         $(PTHREADSTUBS_CFLAGS) \
6         -I$(top_srcdir)/include/drm
7
8 libdrm_freedreno_la_LTLIBRARIES = libdrm_freedreno.la
9 libdrm_freedreno_ladir = $(libdir)
10 libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined
11 libdrm_freedreno_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
12
13 libdrm_freedreno_la_SOURCES = \
14         freedreno_device.c \
15         freedreno_pipe.c \
16         freedreno_priv.h \
17         freedreno_ringbuffer.c \
18         freedreno_bo.c \
19         kgsl_drm.h \
20         list.h \
21         msm_kgsl.h
22
23 libdrm_freedrenocommonincludedir = ${includedir}/freedreno
24 libdrm_freedrenocommoninclude_HEADERS = freedreno_drmif.h freedreno_ringbuffer.h
25
26 pkgconfigdir = @pkgconfigdir@
27 pkgconfig_DATA = libdrm_freedreno.pc