XCOMM $XFree86$

#include <Threads.tmpl>

            SRCS = xdriinfo.c
            OBJS = xdriinfo.o
#if BuildXF86DRI 
 LOCAL_LIBRARIES = $(GLXLIB) $(XXF86VMLIB) $(XLIB) 
#else
 LOCAL_LIBRARIES = $(GLXLIB) $(XLIB) 
#endif
         DEPLIBS =

AllTarget(ProgramTargetName(xdriinfo))

NormalProgramTarget(xdriinfo,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),NullParameter)
InstallProgram(xdriinfo,$(BINDIR))

DependTarget()

InstallManPage(xdriinfo,$(MANDIR))
