diff options
author | Keith Whitwell <[email protected]> | 2009-01-08 14:10:56 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-01-08 14:10:56 +0000 |
commit | 002dfb12fce045d0e124301e5df805df772149d8 (patch) | |
tree | 2c34a1ab91cf546846e75960c626035ef558d39c /src/gallium/drivers/trace/Makefile | |
parent | 53ce80e7cc466efae349e3a83007345bd299acd6 (diff) |
gallium: split driver-independent code out of xlib winsys
Place in new xlib state-tracker. This is a statetracker for the GLX API.
Diffstat (limited to 'src/gallium/drivers/trace/Makefile')
-rw-r--r-- | src/gallium/drivers/trace/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/Makefile b/src/gallium/drivers/trace/Makefile new file mode 100644 index 00000000000..3859b8acb06 --- /dev/null +++ b/src/gallium/drivers/trace/Makefile @@ -0,0 +1,18 @@ +TOP = ../../../.. +include $(TOP)/configs/current + +LIBNAME = trace + +C_SOURCES = \ + tr_context.c \ + tr_dump.c \ + tr_screen.c \ + tr_state.c \ + tr_texture.c \ + tr_winsys.c + + +include ../../Makefile.template + +symlinks: + |