Module: Mesa Branch: master Commit: f519d3d6b649780cc557159f783c330c2a70f93b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f519d3d6b649780cc557159f783c330c2a70f93b
Author: Brian Paul <[email protected]> Date: Fri Feb 26 11:58:54 2010 -0700 gallium: define GENERATED auxiliary files Don't need special default dependency on u_format_pack.h anymore. --- src/gallium/auxiliary/Makefile | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 39e328f..60f9c2a 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -160,6 +160,13 @@ GALLIVM_SOURCES = \ GALLIVM_CPP_SOURCES = \ gallivm/lp_bld_misc.cpp +GENERATED_SOURCES = \ + indices/u_indices_gen.c \ + indices/u_unfilled_gen.c \ + util/u_format_access.c \ + util/u_format_pack.h \ + util/u_format_table.c + ifeq ($(MESA_LLVM),1) C_SOURCES += \ @@ -190,4 +197,3 @@ util/u_format_pack.h: util/u_format_pack.py util/u_format_parse.py util/u_format util/u_format_access.c: util/u_format_access.py util/u_format_parse.py util/u_format.csv python util/u_format_access.py util/u_format.csv > $@ -default: util/u_format_pack.h _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
