From 362f1df210d4142259f22d51c5269ed89dc396f3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 22 Apr 2004 00:42:38 +0000 Subject: obsolete --- progs/redbook/Makefile.X11 | 50 ---------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 progs/redbook/Makefile.X11 (limited to 'progs/redbook') diff --git a/progs/redbook/Makefile.X11 b/progs/redbook/Makefile.X11 deleted file mode 100644 index aa3585cfe4..0000000000 --- a/progs/redbook/Makefile.X11 +++ /dev/null @@ -1,50 +0,0 @@ -# Makefile for programs from the OpenGL Programming Guide - - -##### MACROS ##### - -TOP = ../.. -INCDIR = $(TOP)/include -LIBDIR = $(TOP)/lib - -LIBS = -L$(LIBDIR) $(APP_LIB_DEPS) - -LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) - -PROGS = aaindex aapoly aargb accanti accpersp alpha alpha3D anti \ - bezcurve bezmesh checker clip colormat cube depthcue dof \ - double drawf feedback fog fogindex font hello image light \ - lines list material mipmap model movelight nurbs pickdepth \ - picksquare plane planet polyoff polys quadric robot sccolorlight \ - scene scenebamb sceneflat select smooth stencil stroke surface \ - teaambient teapots tess tesswind texbind texgen texprox texsub \ - texturesurf torus trim unproject varray wrap - - - -##### RULES ##### - -.SUFFIXES: -.SUFFIXES: .c - -.c: $(LIB_DEP) - $(CC) -I$(INCDIR) $(CFLAGS) $< $(LIBS) -o $@ - - - -##### TARGETS ###### - -default: - @echo "Specify a target configuration" - -clean: - -rm -f *.o *~ - -realclean: - -rm -f $(PROGS) - -rm -f *.o *~ - -targets: $(PROGS) - - -include $(TOP)/Make-config -- cgit v1.2.3