XCOMM $XFree86: xc/lib/GL/mesa/src/drv/Imakefile,v 1.13 2000/06/30 19:30:17 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
#if GlxBuiltInR128
DRIVER += r128
#endif
#if GlxBuiltInFfb
DRIVER += ffb
#endif
#if GlxBuiltInSIS
DRIVER += sis
#endif

SUBDIRS = $(DRIVER)
#else
#if defined(i386Architecture) 
SUBDIRS += gamma
#if HasGlide3
SUBDIRS += tdfx
#endif
SUBDIRS += common
SUBDIRS += mga
SUBDIRS += i810
SUBDIRS += r128
#if 0
SUBDIRS += sis
#endif
#elif defined(AlphaArchitecture) 
SUBDIRS += gamma
#if HasGlide3
SUBDIRS += tdfx
#endif
SUBDIRS += common
SUBDIRS += mga
SUBDIRS += r128
#elif defined(SparcArchitecture)
SUBDIRS += ffb
#endif
#endif

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

DependTarget()
