diff options
Diffstat (limited to 'progs/samples/Makefile.X11')
-rw-r--r-- | progs/samples/Makefile.X11 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/progs/samples/Makefile.X11 b/progs/samples/Makefile.X11 index 72acbcbb588..dd0c5e53eb3 100644 --- a/progs/samples/Makefile.X11 +++ b/progs/samples/Makefile.X11 @@ -1,20 +1,18 @@ -# $Id: Makefile.X11,v 1.2 1999/10/27 10:09:53 brianp Exp $ +# $Id: Makefile.X11,v 1.3 2000/02/16 01:09:06 brianp Exp $ # Mesa 3-D graphics library -# Version: 3.1 +# Version: 3.3 # Copyright (C) 1995-1999 Brian Paul - # Makefile for assorted SGI OpenGL demos - ##### MACROS ##### INCDIR = ../include LIBDIR = ../lib -GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(XLIBS) +GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(APP_LIB_DEPS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) @@ -23,7 +21,6 @@ PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \ shape sphere star stencil stretch texture tri wave - ##### RULES ##### .SUFFIXES: |