util: Put the format pack/unpack functions in the description table.
[mesa.git] / src / gallium / auxiliary / Makefile
index 1b75915ff2d49ebafbf392607995f1255024bc1c..903c5a331ce69140998bf21a98a9bc199cbeac9a 100644 (file)
@@ -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 > $@