summaryrefslogtreecommitdiff
path: root/progs/samples
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-02-16 01:09:06 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-02-16 01:09:06 +0000
commit27be87cdff9ecb4a4bdb938f31b7edf28d7cb570 (patch)
treeb86230e0c748dca924174f7a2fdf787370a051b5 /progs/samples
parent6610c2b084a01e72ac5c1602d17ef4b6b25906f6 (diff)
new library dependency vars
Diffstat (limited to 'progs/samples')
-rw-r--r--progs/samples/Makefile.X119
1 files changed, 3 insertions, 6 deletions
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: