From 362f1df210d4142259f22d51c5269ed89dc396f3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 22 Apr 2004 00:42:38 +0000 Subject: obsolete --- progs/samples/Makefile.X11 | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 progs/samples/Makefile.X11 (limited to 'progs/samples') diff --git a/progs/samples/Makefile.X11 b/progs/samples/Makefile.X11 deleted file mode 100644 index d7efd25..0000000 --- a/progs/samples/Makefile.X11 +++ /dev/null @@ -1,44 +0,0 @@ -# Makefile for assorted SGI OpenGL demos - - -##### 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 = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \ - font line logo nurb oglinfo olympic overlay point prim quad select \ - shape sphere star stencil stretch texture tri wave - - -##### 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.1