diff options
author | José Fonseca <[email protected]> | 2010-03-31 15:30:14 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-03-31 15:32:16 +0100 |
commit | 96bf4aff5bd674bba5d83ab32c46024a686c1a1d (patch) | |
tree | 8b390af1baf73758e89204120c48d09857d9daac /src/gallium/auxiliary/Makefile | |
parent | e245ca74e11869750cafb1ab3fbb6957100c554b (diff) |
util: Put the format pack/unpack functions in the description table.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 1b75915ff2d..903c5a331ce 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -168,7 +168,6 @@ 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 @@ -192,12 +191,9 @@ indices/u_indices_gen.c: indices/u_indices_gen.py indices/u_unfilled_gen.c: indices/u_unfilled_gen.py python $< > $@ -util/u_format_table.c: util/u_format_table.py util/u_format_parse.py util/u_format.csv +util/u_format_table.c: util/u_format_table.py util/u_format_pack.py util/u_format_parse.py util/u_format.csv python util/u_format_table.py util/u_format.csv > $@ -util/u_format_pack.h: util/u_format_pack.py util/u_format_parse.py util/u_format.csv - python util/u_format_pack.py util/u_format.csv > $@ - 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 > $@ |