diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-10-22 12:57:13 -0700 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-10-22 12:57:13 -0700 |
commit | fd7ee2bcb74edf8c4412a244c33fd4749509b912 (patch) | |
tree | 2fa909eae8005c6b8a7798c34f72dcde65339ba4 /src/mesa/drivers/dri/trident/Makefile | |
parent | 8e4657a9d4cbb899d388068cff0f8c267071fa50 (diff) |
Kill off trident.
Hm. I could have said "chew trident and spit it out," or perhaps
"spear trident," instead. Dohoho.
Diffstat (limited to 'src/mesa/drivers/dri/trident/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/trident/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/mesa/drivers/dri/trident/Makefile b/src/mesa/drivers/dri/trident/Makefile deleted file mode 100644 index bd9b7f35a2..0000000000 --- a/src/mesa/drivers/dri/trident/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# src/mesa/drivers/dri/trident/Makefile - -TOP = ../../../../.. -include $(TOP)/configs/current - -LIBNAME = trident_dri.so - -# Not yet -# MINIGLX_SOURCES = server/trident_dri.c - -DRIVER_SOURCES = \ - trident_context.c \ - trident_state.c \ - trident_vb.c \ - trident_dd.c \ - trident_tris.c - -C_SOURCES = \ - $(COMMON_SOURCES) \ - $(DRIVER_SOURCES) - -ASM_SOURCES = - -include ../Makefile.template - |