summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2014-12-07 15:13:45 -0800
committerMatt Turner <[email protected]>2014-12-12 12:11:50 -0800
commit75c7a7114fc94b17aaadb6d737d2b5fc92bf6240 (patch)
treeef8d9c4dfec886b14f9c2a815e5713fe7c75f3e6 /src/gallium/drivers
parent00eadb77e60fdf794050b025ebaa80913dd32d97 (diff)
gallium: Remove Android files from distribution.
Android builds Mesa from git, so there don't need to be in the tarball.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/freedreno/Makefile.am2
-rw-r--r--src/gallium/drivers/i915/Makefile.am2
-rw-r--r--src/gallium/drivers/ilo/Makefile.am2
-rw-r--r--src/gallium/drivers/nouveau/Makefile.am2
-rw-r--r--src/gallium/drivers/r300/Makefile.am2
-rw-r--r--src/gallium/drivers/r600/Makefile.am2
-rw-r--r--src/gallium/drivers/radeon/Makefile.am2
-rw-r--r--src/gallium/drivers/radeonsi/Makefile.am2
-rw-r--r--src/gallium/drivers/softpipe/Makefile.am2
-rw-r--r--src/gallium/drivers/svga/Makefile.am2
10 files changed, 7 insertions, 13 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.am b/src/gallium/drivers/freedreno/Makefile.am
index df00add1cb0..aae2a2458ed 100644
--- a/src/gallium/drivers/freedreno/Makefile.am
+++ b/src/gallium/drivers/freedreno/Makefile.am
@@ -29,5 +29,3 @@ ir3_compiler_LDADD = \
$(top_builddir)/src/util/libmesautil.la \
$(GALLIUM_COMMON_LIB_DEPS) \
$(FREEDRENO_LIBS)
-
-EXTRA_DIST = Android.mk
diff --git a/src/gallium/drivers/i915/Makefile.am b/src/gallium/drivers/i915/Makefile.am
index 7480df6ee51..eb3c964a37b 100644
--- a/src/gallium/drivers/i915/Makefile.am
+++ b/src/gallium/drivers/i915/Makefile.am
@@ -30,4 +30,4 @@ noinst_LTLIBRARIES = libi915.la
libi915_la_SOURCES = $(C_SOURCES)
-EXTRA_DIST = Android.mk TODO
+EXTRA_DIST = TODO
diff --git a/src/gallium/drivers/ilo/Makefile.am b/src/gallium/drivers/ilo/Makefile.am
index 8a29ce4bb83..a8785a5e8c4 100644
--- a/src/gallium/drivers/ilo/Makefile.am
+++ b/src/gallium/drivers/ilo/Makefile.am
@@ -33,5 +33,3 @@ noinst_HEADERS = $(GENHW_FILES)
noinst_LTLIBRARIES = libilo.la
libilo_la_SOURCES = $(C_SOURCES)
-
-EXTRA_DIST = Android.mk
diff --git a/src/gallium/drivers/nouveau/Makefile.am b/src/gallium/drivers/nouveau/Makefile.am
index 898606b97ca..0aefc031210 100644
--- a/src/gallium/drivers/nouveau/Makefile.am
+++ b/src/gallium/drivers/nouveau/Makefile.am
@@ -52,4 +52,4 @@ nouveau_compiler_LDADD = \
$(top_builddir)/src/util/libmesautil.la \
$(GALLIUM_COMMON_LIB_DEPS)
-EXTRA_DIST = Android.mk codegen/lib nvc0/mme
+EXTRA_DIST = codegen/lib nvc0/mme
diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am
index ead7a871977..dd1a5ede19b 100644
--- a/src/gallium/drivers/r300/Makefile.am
+++ b/src/gallium/drivers/r300/Makefile.am
@@ -28,6 +28,6 @@ r300_compiler_tests_SOURCES = $(COMPILER_TESTS_SOURCES)
libr300_la_SOURCES = $(C_SOURCES)
-EXTRA_DIST = Android.mk \
+EXTRA_DIST = \
compiler/tests/omod_two_writers.test \
compiler/tests/regalloc_tex_1d_swizzle.test
diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am
index f776410765c..dc0d90d759b 100644
--- a/src/gallium/drivers/r600/Makefile.am
+++ b/src/gallium/drivers/r600/Makefile.am
@@ -38,6 +38,6 @@ AM_CFLAGS += \
-DHAVE_OPENCL
endif
-EXTRA_DIST = Android.mk \
+EXTRA_DIST = \
sb/notes.markdown \
sb/sb_bc_fmt_def.inc
diff --git a/src/gallium/drivers/radeon/Makefile.am b/src/gallium/drivers/radeon/Makefile.am
index 3855eb06d9e..ef6b999dd43 100644
--- a/src/gallium/drivers/radeon/Makefile.am
+++ b/src/gallium/drivers/radeon/Makefile.am
@@ -29,5 +29,5 @@ libradeon_la_LDFLAGS = \
endif
-EXTRA_DIST = Android.mk \
+EXTRA_DIST = \
LLVM_REVISION.txt
diff --git a/src/gallium/drivers/radeonsi/Makefile.am b/src/gallium/drivers/radeonsi/Makefile.am
index dd543baedf4..aa79c5e01ef 100644
--- a/src/gallium/drivers/radeonsi/Makefile.am
+++ b/src/gallium/drivers/radeonsi/Makefile.am
@@ -31,5 +31,3 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = libradeonsi.la
libradeonsi_la_SOURCES = $(C_SOURCES)
-
-EXTRA_DIST = Android.mk
diff --git a/src/gallium/drivers/softpipe/Makefile.am b/src/gallium/drivers/softpipe/Makefile.am
index aadd21f3aea..20f11f8dd2d 100644
--- a/src/gallium/drivers/softpipe/Makefile.am
+++ b/src/gallium/drivers/softpipe/Makefile.am
@@ -30,4 +30,4 @@ noinst_LTLIBRARIES = libsoftpipe.la
libsoftpipe_la_SOURCES = $(C_SOURCES)
-EXTRA_DIST = Android.mk SConscript
+EXTRA_DIST = SConscript
diff --git a/src/gallium/drivers/svga/Makefile.am b/src/gallium/drivers/svga/Makefile.am
index 138a84f3c3b..50d44cff84a 100644
--- a/src/gallium/drivers/svga/Makefile.am
+++ b/src/gallium/drivers/svga/Makefile.am
@@ -36,6 +36,6 @@ noinst_LTLIBRARIES = libsvga.la
libsvga_la_SOURCES = $(C_SOURCES)
-EXTRA_DIST = Android.mk SConscript \
+EXTRA_DIST = SConscript \
include/README \
svgadump/svga_dump.py