2 # Mesa 3-D graphics library
4 # Copyright (C) 1995-2000 Brian Paul
7 # Makefile for demo programs for cygnus
8 # Stephane Rehel (rehel@worldnet.fr) April 13 1997
17 GL_LIBS = -L$(LIBDIR) -lglut -lMesaGLU -lMesaGL -lm $(WLIBS)
19 LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
67 $(CC) -I$(INCDIR) -I../util $(CFLAGS) $< $(GL_LIBS) -o $@
73 @echo "Specify a target configuration"
84 include ../Make-config