diff options
author | José Fonseca <jfonseca@vmware.com> | 2009-12-31 23:46:46 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-01-01 12:16:19 +0000 |
commit | c847a13d38d4e8c5f4c386d060dcc8ec09e491a3 (patch) | |
tree | bc3cc4b8e9fb685b56784f9f04570ad945352ec9 /src/gallium/auxiliary/indices | |
parent | f8f4757d46627fb453f08dc63fde3d7f458eafe2 (diff) |
gallium: Generate a single library for auxiliaries with Make too.
Diffstat (limited to 'src/gallium/auxiliary/indices')
-rw-r--r-- | src/gallium/auxiliary/indices/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gallium/auxiliary/indices/Makefile b/src/gallium/auxiliary/indices/Makefile deleted file mode 100644 index f2ebc3f410..0000000000 --- a/src/gallium/auxiliary/indices/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBNAME = indices - -C_SOURCES = \ - u_indices_gen.c \ - u_unfilled_gen.c - -include ../../Makefile.template - -u_indices_gen.c: u_indices_gen.py - python $< > $@ - -u_unfilled_gen.c: u_unfilled_gen.py - python $< > $@ |