diff options
author | José Fonseca <[email protected]> | 2009-12-31 23:46:46 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-01-01 12:16:19 +0000 |
commit | c847a13d38d4e8c5f4c386d060dcc8ec09e491a3 (patch) | |
tree | bc3cc4b8e9fb685b56784f9f04570ad945352ec9 /src/gallium/state_trackers/vega/Makefile | |
parent | f8f4757d46627fb453f08dc63fde3d7f458eafe2 (diff) |
gallium: Generate a single library for auxiliaries with Make too.
Diffstat (limited to 'src/gallium/state_trackers/vega/Makefile')
-rw-r--r-- | src/gallium/state_trackers/vega/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gallium/state_trackers/vega/Makefile b/src/gallium/state_trackers/vega/Makefile index d3d2939494a..fc97bf51f8f 100644 --- a/src/gallium/state_trackers/vega/Makefile +++ b/src/gallium/state_trackers/vega/Makefile @@ -61,13 +61,7 @@ VG_MINOR = 0 VG_TINY = 0 GALLIUM_LIBS = \ - $(GALLIUM)/src/gallium/auxiliary/pipebuffer/libpipebuffer.a \ - $(GALLIUM)/src/gallium/auxiliary/draw/libdraw.a \ - $(GALLIUM)/src/gallium/auxiliary/rtasm/librtasm.a \ - $(GALLIUM)/src/gallium/auxiliary/translate/libtranslate.a \ - $(GALLIUM)/src/gallium/auxiliary/cso_cache/libcso_cache.a \ - $(GALLIUM)/src/gallium/auxiliary/util/libutil.a \ - $(GALLIUM)/src/gallium/auxiliary/tgsi/libtgsi.a + $(GALLIUM)/src/gallium/auxiliary/libgallium.a .SUFFIXES : .cpp |