Mesa (master): gallium/auxiliary: Remove GALLIVM_CPP_SOURCES

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sun Nov 16 10:24:12 UTC 2014


Module: Mesa
Branch: master
Commit: 4784623b3ef8a8325d7b92c3365400f23bae63e0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4784623b3ef8a8325d7b92c3365400f23bae63e0

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sun Nov 16 10:16:47 2014 +0000

gallium/auxiliary: Remove GALLIVM_CPP_SOURCES

Redundant.

Should fix ttps://bugs.freedesktop.org/show_bug.cgi?id=86330

---

 src/gallium/auxiliary/Makefile.am      |    3 +--
 src/gallium/auxiliary/Makefile.sources |    6 ------
 src/gallium/auxiliary/SConscript       |    1 -
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am
index 4b3ed92..19037a2 100644
--- a/src/gallium/auxiliary/Makefile.am
+++ b/src/gallium/auxiliary/Makefile.am
@@ -30,8 +30,7 @@ AM_CXXFLAGS += \
 	$(LLVM_CXXFLAGS)
 
 libgallium_la_SOURCES += \
-	$(GALLIVM_SOURCES) \
-	$(GALLIVM_CPP_SOURCES)
+	$(GALLIVM_SOURCES)
 
 endif
 
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 73bc1ec..bbb6dcc 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -406,9 +406,3 @@ GALLIVM_SOURCES := \
 	gallivm/lp_bld_tgsi_soa.c \
 	gallivm/lp_bld_type.c \
 	gallivm/lp_bld_type.h
-
-GALLIVM_CPP_SOURCES := \
-	gallivm/lp_bld_debug.cpp \
-	gallivm/lp_bld_debug.h \
-	gallivm/lp_bld_misc.cpp \
-	gallivm/lp_bld_misc.h
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript
index 94041d2..6f67849 100644
--- a/src/gallium/auxiliary/SConscript
+++ b/src/gallium/auxiliary/SConscript
@@ -42,7 +42,6 @@ source = env.ParseSourceList('Makefile.sources', [
 if env['llvm']:
     source += env.ParseSourceList('Makefile.sources', [
         'GALLIVM_SOURCES',
-        'GALLIVM_CPP_SOURCES'
     ])
 
 gallium = env.ConvenienceLibrary(




More information about the mesa-commit mailing list