diff options
Diffstat (limited to 'lib/libGL/dri/trident/Makefile')
-rw-r--r-- | lib/libGL/dri/trident/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/libGL/dri/trident/Makefile b/lib/libGL/dri/trident/Makefile new file mode 100644 index 000000000..56b78ff5f --- /dev/null +++ b/lib/libGL/dri/trident/Makefile @@ -0,0 +1,19 @@ +# $OpenBSD: Makefile,v 1.1 2008/11/02 15:01:32 matthieu Exp $ + +LIB= trident_dri.so + +DRIVER_SOURCES = \ + trident_context.c \ + trident_state.c \ + trident_vb.c \ + trident_tris.c + +SRCS = \ + $(COMMON_SOURCES) \ + $(DRIVER_SOURCES) + +DRIVER_DEFINES = -I$(MESA)/drivers/dri/trident/server + +.include <bsd.xorg.mk> + +.PATH: $(MESA)/drivers/dri/trident |