XCOMM $XConsortium: Imakefile /main/7 1995/12/04 15:10:00 dpw $
XCOMM $XFree86: xc/programs/glxinfo/Imakefile,v 1.3 2001/03/21 20:56:32 dawes Exp $
#include <Threads.tmpl>

#if BuildXprintLib && BuildXprintClients
     XPRINTLIBS = -lXprintUtil $(XPLIB)
  XPRINTDEFINES = -DBUILD_PRINTSUPPORT
#endif

#if (defined(SunArchitecture) && defined(SVR4Architecture))
        RTLIB = -lrt
#endif

        DEPLIBS = $(DEPGLXLIB) $(DEPXPLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(GLXLIB) $(XPRINTLIBS) $(XLIB)
        DEFINES = $(XPRINTDEFINES)
  SYS_LIBRARIES = MathLibrary $(RTLIB)

SimpleProgramTarget(glxgears)
