• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AUTOMAKE_OPTIONS=subdir-objects
2include Makefile.sources
3
4AM_CFLAGS = \
5	$(WARN_CFLAGS) \
6	$(VISIBILITY_CFLAGS) \
7	-I$(top_srcdir) \
8	-I$(top_srcdir)/freedreno \
9	$(PTHREADSTUBS_CFLAGS) \
10	-I$(top_srcdir)/include/drm
11
12libdrm_freedreno_la_LTLIBRARIES = libdrm_freedreno.la
13libdrm_freedreno_ladir = $(libdir)
14libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined
15libdrm_freedreno_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
16
17libdrm_freedreno_la_SOURCES = $(LIBDRM_FREEDRENO_FILES)
18if HAVE_FREEDRENO_KGSL
19libdrm_freedreno_la_SOURCES += $(LIBDRM_FREEDRENO_KGSL_FILES)
20endif
21
22libdrm_freedrenocommonincludedir = ${includedir}/freedreno
23libdrm_freedrenocommoninclude_HEADERS = $(LIBDRM_FREEDRENO_H_FILES)
24
25pkgconfigdir = @pkgconfigdir@
26pkgconfig_DATA = libdrm_freedreno.pc
27
28EXTRA_DIST = Android.mk
29