summaryrefslogtreecommitdiff
path: root/progs/xdemos
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-01-30 21:54:37 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-01-30 21:54:37 +0000
commite79de014c51b854356e1565c4f7b131906a85149 (patch)
treec85b80abbf75e556410ab240c17e02ac84b21928 /progs/xdemos
parente0bafefd7ac911ec101876f4ea0d201309e841f2 (diff)
removed GLUT reference
Diffstat (limited to 'progs/xdemos')
-rw-r--r--progs/xdemos/Makefile.X1110
1 files changed, 5 insertions, 5 deletions
diff --git a/progs/xdemos/Makefile.X11 b/progs/xdemos/Makefile.X11
index 7192eb5a1e7..8340bc1c785 100644
--- a/progs/xdemos/Makefile.X11
+++ b/progs/xdemos/Makefile.X11
@@ -1,7 +1,7 @@
-# $Id: Makefile.X11,v 1.11 2001/03/23 22:48:35 brianp Exp $
+# $Id: Makefile.X11,v 1.12 2002/01/30 21:54:37 brianp Exp $
# Mesa 3-D graphics library
-# Version: 3.5
+# Version: 4.1
# Copyright (C) 1995-2001 Brian Paul
# Makefile for non-GLUT (X11, SVGA, etc) demo programs
@@ -12,9 +12,9 @@
INCDIR = ../include
LIBDIR = ../lib
-GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(APP_LIB_DEPS)
+GL_LIBS = -L$(LIBDIR) -lGLU -lGL $(APP_LIB_DEPS)
-LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
+LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB)
PROGS = glthreads \
glxdemo \
@@ -43,7 +43,7 @@ PROGS = glthreads \
##### TARGETS #####
default:
- @echo "Specify a target configuration"
+ @echo "Specify a target configuration (i.e. make -f Makefile.X11 linux)"
clean:
-rm *.o *~