Mesa (master): Makefile: add missing .cpp, .ll, .yy files

Brian Paul brianp at kemper.freedesktop.org
Tue Apr 19 15:08:04 UTC 2011


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

Author: Thierry Vignaud <thierry.vignaud at gmail.com>
Date:   Tue Apr 19 08:34:06 2011 -0600

Makefile: add missing .cpp, .ll, .yy files

Signed-off-by: Brian Paul <brianp at vmware.com>

---

 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 646e152..e4796cf 100644
--- a/Makefile
+++ b/Makefile
@@ -231,6 +231,8 @@ MAIN_FILES = \
 	$(DIRECTORY)/src/glsl/Makefile.template				\
 	$(DIRECTORY)/src/glsl/SConscript				\
 	$(DIRECTORY)/src/glsl/*.[ch]					\
+	$(DIRECTORY)/src/glsl/*.ll					\
+	$(DIRECTORY)/src/glsl/*.yy					\
 	$(DIRECTORY)/src/glsl/*.[cly]pp					\
 	$(DIRECTORY)/src/glsl/README					\
 	$(DIRECTORY)/src/glsl/glcpp/*.[chly]				\
@@ -245,6 +247,7 @@ MAIN_FILES = \
 	$(DIRECTORY)/src/mesa/depend					\
 	$(MAIN_ES_FILES)						\
 	$(DIRECTORY)/src/mesa/main/*.[chS]				\
+	$(DIRECTORY)/src/mesa/main/*.cpp				\
 	$(DIRECTORY)/src/mesa/main/descrip.mms				\
 	$(DIRECTORY)/src/mesa/math/*.[ch]				\
 	$(DIRECTORY)/src/mesa/math/descrip.mms				\




More information about the mesa-commit mailing list