#if DoLoadableServer
#define IHaveModules
#endif

#include <Server.tmpl>

#define NeedAllMesaSrc
#define NeedToLinkMesaSrc
#define MesaGrammarBuildDir /**/
#include "Imakefile.inc"

         SRCS = $(MESA_GRAMMAR_SRCS)
         OBJS = $(MESA_GRAMMAR_OBJS)

     INCLUDES = -I$(MESASRCDIR)/src/mesa \
		-I$(MESASRCDIR)/src/mesa/shader \
                -I$(MESASRCDIR)/src/mesa/shader/grammar \
		-I$(MESASRCDIR)/src/mesa/main \
		-I$(MESASRCDIR)/src/mesa/glapi \
		-I$(MESASRCDIR)/include \
                -I$(SERVERSRC)/include -I$(XINCLUDESRC) \
                -I$(SERVERSRC)/GL/include -I$(SERVERSRC)/GL/glx \
                -I$(LIBSRC)/GL/include \
                -I$(XF86SRC) -I$(INCLUDESRC)

      DEFINES = $(GLX_DEFINES) /*-DUSE_X86_ASM*/ /*-DUSE_SPARC_ASM*/

#ifdef IHaveModules
ModuleObjectRule()
#else
NormalLibraryObjectRule()
#endif

SubdirLibraryRule($(OBJS))

NormalLintTarget($(SRCS))

DependTarget()

#ifdef IHaveSubdirs
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
#endif