X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=d29a7d6b021a5a97ec25c3a940284975c9fe4f29;hb=550421384b8364cdaf3135f7859c9f7d7ee1fff1;hp=cac676cca50e172d64c6d7d20bdfc72d5e687229;hpb=7ca6e18319483cd198c6d74dbfef8b7de734ed98;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index cac676c..d29a7d6 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -391,18 +391,26 @@ LIBM=@LIBM@ # GhcLibsWithObjectIO=@GhcLibsWithObjectIO@ -# Build the Haskell OpenGL/GLUT binding? +# Build the Haskell OpenGL binding? # -GhcLibsWithHOpenGL=@GhcLibsWithHOpenGL@ -GL_CFLAGS=@GL_CFLAGS@ -GL_LIBS=@GL_LIBS@ +GhcLibsWithOpenGL=@GhcLibsWithOpenGL@ +GLU_CFLAGS=@GLU_CFLAGS@ +GLU_LIBS=@GLU_LIBS@ + +# Build the Haskell OpenAL binding? +# +GhcLibsWithOpenAL=@GhcLibsWithOpenAL@ + +# Build the Haskell GLUT binding? +# +GhcLibsWithGLUT=@GhcLibsWithGLUT@ GLUT_LIBS=@GLUT_LIBS@ +# X11 stuff +# X_CFLAGS=@X_CFLAGS@ X_LIBS=@X_LIBS@ - -# # .NET interop support? # DotnetSupport=@DotnetSupport@ @@ -755,7 +763,6 @@ HavePosixRegex = @HavePosixRegex@ # GTK+ GTK_CONFIG = @GTK_CONFIG@ -GTK_VERSION = @GTK_VERSION@ #----------------------------------------------------------------------------- # Flex (currently unused, could be moved to glafp-utils)