XCOMM $XFree86: xc/programs/Xserver/hw/dmx/glxProxy/Imakefile,v 1.7 2006/02/19 15:51:20 tsi Exp $

#include <Server.tmpl>

#include <dmx.cf>

         SRCS = g_disptab.c glxcmds.c glxext.c glxutil.c g_renderswap.c \
                render2swap.c renderpixswap.c global.c glxcmdsswap.c \
		compsize.c glxscreens.c glxvisuals.c \
                glxsingle.c glxvendor.c glxfbconfig.c glxswap.c $(MSRCS)

         OBJS = g_disptab.o glxcmds.o glxext.o glxutil.o g_renderswap.o \
                render2swap.o renderpixswap.o global.o glxcmdsswap.o \
		compsize.o glxscreens.o glxvisuals.o \
                glxsingle.o glxvendor.o glxfbconfig.o glxswap.o $(MOBJS)

     INCLUDES = -I$(SERVERSRC)/include -I$(SERVERSRC)/mi \
                -I$(MESASRCDIR)/include \
                -I$(SERVERSRC)/GL/include \
                -I$(SERVERSRC)/hw/dmx -I$(SERVERSRC)/Xext \
                -I$(SERVERSRC)/render -I$(SERVERSRC)/GL/glx

XCOMM If you add "-DDEBUG" in DEFINES, then make sure you also
XCOMM add DEBUG to the define in ../mesa/src/X/xf86glx.c
      DEFINES = $(EXT_DEFINES) $(DMX_DEFINES)

#if DoLoadableServer
ModuleObjectRule()
#else
NormalLibraryObjectRule()
#endif
SubdirLibraryRule($(OBJS))
LibraryModuleTarget(glxProxy,$(OBJS),.)

LintLibraryTarget(glxProxy,$(SRCS))
NormalLintTarget($(SRCS))

DependTarget()
