From 27be87cdff9ecb4a4bdb938f31b7edf28d7cb570 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 16 Feb 2000 01:09:06 +0000 Subject: new library dependency vars --- progs/samples/Makefile.X11 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'progs/samples/Makefile.X11') diff --git a/progs/samples/Makefile.X11 b/progs/samples/Makefile.X11 index 72acbcbb58..dd0c5e53eb 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: -- cgit v1.2.3