glsl_compiler is a GLSL compiler, and glcpp is a GLSL "C" preprocessor. This is a simple preprocessor designed to provide the preprocessing needs of the GLSL language. The requirements for this preprocessor are specified in the GLSL 1.30 specification availble from: http://www.opengl.org/registry/doc/GLSLangSpec.Full.1.30.10.pdf
19 lines
471 B
Text
19 lines
471 B
Text
# $NetBSD: Makefile.common,v 1.1.1.1 2010/11/22 23:39:34 pallegra Exp $
|
|
# used by wip/glsl/Makefile
|
|
|
|
PKGNAME= ${COMPONENT}-${MESA_PKGVERSION}
|
|
|
|
.include "version.mk"
|
|
|
|
DISTNAME= ${MESA_DISTNAME}
|
|
MASTER_SITES= ${MESA_SITES}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PATCHDIR= ${.CURDIR}/../../wip/glsl/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../wip/glsl/distinfo
|
|
|
|
WRKSRC= ${WRKDIR}/Mesa-${MESA_VERSION}
|
|
USE_TOOLS+= gmake pkg-config makedepend
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c99
|