diff options
author | Brian Paul <[email protected]> | 2010-02-26 11:58:54 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-02-26 12:32:04 -0700 |
commit | f519d3d6b649780cc557159f783c330c2a70f93b (patch) | |
tree | 252427f94decd54fa24b499d7ff46a087b9b70a8 | |
parent | f89c237c2c35eb3ea554e8f9de036e9ead08173f (diff) |
gallium: define GENERATED auxiliary files
Don't need special default dependency on u_format_pack.h anymore.
-rw-r--r-- | 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 39e328f5144..60f9c2ae3c3 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 |