/*
 * Imakefile for the ge3d graphic library
 *
 * Created :   27 Apr 95 Bernhard Marschall
 *
 */

#include <gl.conf>

#ifdef IRIS_GL
IRIS_GL_DIR = gl
#else
IRIS_GL_DIR =
#endif

#ifdef OPEN_GL
OPEN_GL_DIR = ogl
#else
OPEN_GL_DIR =
#endif

#ifdef MESA_GL
MESA_GL_DIR = mesa
#else
MESA_GL_DIR =
#endif

DIRS = $(IRIS_GL_DIR) $(OPEN_GL_DIR) $(MESA_GL_DIR)

MakeInSubdirs($(DIRS))
