(file) Return to Imakefile CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / glxinfo

File: [XFree86 CVS] / xc / programs / glxinfo / Imakefile (download)
Revision: 1.9, Sun Jul 23 19:21:12 2006 UTC (6 years, 9 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_8_0-bindist, xf-4_8_0, xf-4_8-branch, xf-4_7_99_9, xf-4_7_99_8, xf-4_7_99_7, xf-4_7_99_6, xf-4_7_99_5, xf-4_7_99_4, xf-4_7_99_31, xf-4_7_99_30, xf-4_7_99_3, xf-4_7_99_29, xf-4_7_99_28, xf-4_7_99_27, xf-4_7_99_26, xf-4_7_99_25, xf-4_7_99_24, xf-4_7_99_23, xf-4_7_99_22, xf-4_7_99_21, xf-4_7_99_20, xf-4_7_99_2, xf-4_7_99_19, xf-4_7_99_18, xf-4_7_99_17, xf-4_7_99_16, xf-4_7_99_15, xf-4_7_99_14, xf-4_7_99_13, xf-4_7_99_12, xf-4_7_99_11, xf-4_7_99_10, xf-4_7_99_1, xf-4_7_0, xf-4_7-branch, xf-4_6_99_9, xf-4_6_99_8, xf-4_6_99_7, xf-4_6_99_6, xf-4_6_99_5, xf-4_6_99_29, xf-4_6_99_28, xf-4_6_99_27, xf-4_6_99_26, xf-4_6_99_25, xf-4_6_99_24, xf-4_6_99_23, xf-4_6_99_22, xf-4_6_99_21, xf-4_6_99_20, xf-4_6_99_19, xf-4_6_99_18, xf-4_6_99_17, xf-4_6_99_16, xf-4_6_99_15, xf-4_6_99_14, xf-4_6_99_13, xf-4_6_99_12, xf-4_6_99_11, xf-4_6_99_10, HEAD
Changes since 1.8: +5 -5 lines
  57. Allow glxinfo and glxgears to be linked with a static libGL (add
      XF86VIDMODE refrences)  (Marc La France).

XCOMM $XFree86: xc/programs/glxinfo/Imakefile,v 1.8tsi Exp $

#include <Threads.tmpl>

#if BuildGLULibrary

        DEPLIBS = $(DEPGLULIB) $(DEPGLXLIB) $(DEPXXF86VMLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(GLULIB) $(GLXLIB) $(XXF86VMLIB) $(XLIB) 
        DEFINES = -DDO_GLU

#else

        DEPLIBS = $(DEPGLXLIB) $(DEPXXF86VMLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(GLXLIB) $(XXF86VMLIB) $(XLIB) 

#endif

  SYS_LIBRARIES = MathLibrary

SimpleProgramTarget(glxinfo)

Powered by
ViewCVS 0.9.2