summaryrefslogtreecommitdiff
path: root/freedreno
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-10-18 18:05:45 +0100
committerEric Engestrom <eric.engestrom@intel.com>2019-10-18 18:05:45 +0100
commitfc933651b13e2f0d9d4e2083206c3faadc11c50a (patch)
tree271758241abf5bb1a662fe11c7677899c1efac30 /freedreno
parent0190f49a139e7069d7cad6a6890832831da1aa8b (diff)
downloaddrm-fc933651b13e2f0d9d4e2083206c3faadc11c50a.tar.gz
Revert "Revert "libdrm: remove autotools support""
The external tooling issue has been fixed, so we can delete autotools again :)
Diffstat (limited to 'freedreno')
-rw-r--r--freedreno/Makefile.am33
1 files changed, 0 insertions, 33 deletions
diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
deleted file mode 100644
index 37845035..00000000
--- a/freedreno/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-AUTOMAKE_OPTIONS=subdir-objects
-include Makefile.sources
-
-AM_CFLAGS = \
- $(WARN_CFLAGS) \
- -fvisibility=hidden \
- -I$(top_srcdir) \
- $(PTHREADSTUBS_CFLAGS) \
- $(VALGRIND_CFLAGS) \
- -I$(top_srcdir)/include/drm
-
-libdrm_freedreno_la_LTLIBRARIES = libdrm_freedreno.la
-libdrm_freedreno_ladir = $(libdir)
-libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined
-libdrm_freedreno_la_LIBADD = \
- ../libdrm.la \
- @PTHREADSTUBS_LIBS@ \
- @CLOCK_LIB@
-
-libdrm_freedreno_la_SOURCES = $(LIBDRM_FREEDRENO_FILES)
-if HAVE_FREEDRENO_KGSL
-libdrm_freedreno_la_SOURCES += $(LIBDRM_FREEDRENO_KGSL_FILES)
-endif
-
-libdrm_freedrenocommonincludedir = ${includedir}/freedreno
-libdrm_freedrenocommoninclude_HEADERS = $(LIBDRM_FREEDRENO_H_FILES)
-
-pkgconfigdir = @pkgconfigdir@
-pkgconfig_DATA = libdrm_freedreno.pc
-
-AM_TESTS_ENVIRONMENT = NM='$(NM)'
-TESTS = freedreno-symbol-check
-EXTRA_DIST = $(TESTS)