diff options
author | Brian Paul <[email protected]> | 2000-02-16 01:09:06 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-16 01:09:06 +0000 |
commit | 27be87cdff9ecb4a4bdb938f31b7edf28d7cb570 (patch) | |
tree | b86230e0c748dca924174f7a2fdf787370a051b5 /progs/samples | |
parent | 6610c2b084a01e72ac5c1602d17ef4b6b25906f6 (diff) |
new library dependency vars
Diffstat (limited to 'progs/samples')
-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: |