From 612df57d1b528619b936fd3c842c751d8ec5efcd Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 26 Nov 2006 11:24:34 +0000 Subject: Makefiles for GL programs --- app/glxgears/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/glxgears/Makefile (limited to 'app/glxgears/Makefile') diff --git a/app/glxgears/Makefile b/app/glxgears/Makefile new file mode 100644 index 000000000..fbeddea39 --- /dev/null +++ b/app/glxgears/Makefile @@ -0,0 +1,17 @@ +# $Xenocara$ +.include +X11BASE?= /usr/X11R6 +DIST= ${XENOCARA_TOP}/dist/Mesa +GLXGEARS= ${DIST}/progs/xdemos +MANDIR= ${X11BASE}/man/cat + +PROG= glxgears + +CPPFLAGS+= -I${X11BASE}/include +LDADD+= -L${X11BASE}/lib -lGL -lXext -lX11 -lm + +.include +.include + +.PATH: ${GLXGEARS} + -- cgit v1.2.3