bbc31bf586
at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@.
20 lines
373 B
Makefile
20 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.6 2008/03/25 23:41:50 matthieu Exp $
|
|
.include <bsd.xconf.mk>
|
|
|
|
DIST= ${XSRCDIR}/dist/Mesa
|
|
GLXGEARS= ${DIST}/progs/xdemos
|
|
MANDIR= ${X11BASE}/man/cat
|
|
|
|
PROG= glxgears
|
|
|
|
CPPFLAGS+= -I${X11BASE}/include
|
|
LDADD+= -L${X11BASE}/lib -lGL -lXext -lX11 -lXau -lXdmcp -lm
|
|
|
|
obj: _xenocara_obj
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|
|
|
|
.PATH: ${GLXGEARS}
|
|
|