xenocara/lib/libGL/gallium/drivers/Makefile.inc
mpi 87615d415c Import the infrastructure for building Gallium3D graphics drivers.
Currently only software drivers are supported, looks ok to matthieu.
2012-07-13 12:43:30 +00:00

24 lines
391 B
Makefile

# $OpenBSD: Makefile.inc,v 1.1.1.1 2012/07/13 12:43:34 mpi Exp $
GALLIUM= ${.CURDIR}/../../../../../dist/Mesa/src/gallium
CPPFLAGS+= \
-I${GALLIUM}/auxiliary \
-I${GALLIUM}/include
all: lib${LIB}_pic.a
obj: _xenocara_obj
install:
@echo "Not installing lib${LIB}"
clean:
rm -f lib${LIB}_pic.a ${OBJS}
cleandir: clean
.PATH: ${GALLIUM}/drivers/${LIB}
.include "../Makefile.inc"