XCOMM $XFree86: xc/lib/GL/mesa/src/drv/Imakefile,v 1.8 2000/03/07 14:31:38 dawes Exp $

#define DoNormalLib NormalLibGlx
#define DoSharedLib SharedLibGlx
#define DoExtraLib SharedLibGlx
#define DoDebugLib DebugLibGlx
#define DoProfileLib ProfileLibGlx

#define IHaveSubdirs
#define PassCDebugFlags

#if GlxUseBuiltInDRIDriver
#if GlxBuiltInGamma
DRIVER += gamma
#endif
#if GlxBuiltInTdfx
DRIVER += tdfx
#endif
#if GlxBuiltInMga
DRIVER += common mga
#endif
#if GlxBuiltInI810
DRIVER += common i810
#endif

SUBDIRS = $(DRIVER)
#else
SUBDIRS += gamma
#if HasGlide3
SUBDIRS += tdfx
#endif
SUBDIRS += common
SUBDIRS += mga
SUBDIRS += i810
#endif

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

DependTarget()
