diff options
author | José Fonseca <[email protected]> | 2008-07-28 12:42:13 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-07-28 12:42:13 +0900 |
commit | c208a2c791fa24c7c5887fc496738cbddbfafc72 (patch) | |
tree | bd1446f60bb9388aff9db6b4862e6c0c1eadc012 /src/gallium/auxiliary/tgsi/Makefile | |
parent | ff7a7031caa0ac592f210aca696a20c9de6dc0d4 (diff) |
Merge tgsi/exec and tgsi/util directories.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/Makefile')
-rw-r--r-- | src/gallium/auxiliary/tgsi/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/gallium/auxiliary/tgsi/Makefile b/src/gallium/auxiliary/tgsi/Makefile index 9c4b9676511..bbeff1304d1 100644 --- a/src/gallium/auxiliary/tgsi/Makefile +++ b/src/gallium/auxiliary/tgsi/Makefile @@ -4,15 +4,15 @@ include $(TOP)/configs/current LIBNAME = tgsi C_SOURCES = \ - exec/tgsi_exec.c \ - exec/tgsi_sse2.c \ - util/tgsi_iterate.c \ - util/tgsi_build.c \ - util/tgsi_dump.c \ - util/tgsi_parse.c \ - util/tgsi_scan.c \ - util/tgsi_transform.c \ - util/tgsi_util.c + tgsi_build.c \ + tgsi_dump.c \ + tgsi_exec.c \ + tgsi_iterate.c \ + tgsi_parse.c \ + tgsi_scan.c \ + tgsi_sse2.c \ + tgsi_transform.c \ + tgsi_util.c include ../../Makefile.template |