diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-04-22 00:42:38 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-04-22 00:42:38 +0000 |
commit | 362f1df210d4142259f22d51c5269ed89dc396f3 (patch) | |
tree | 0b1ccc740290aead5c9d5c7f94479a6afcef3c4c /progs/samples | |
parent | f959f6e1dc27c71fc0ccc56e09b29101b3bf3b97 (diff) | |
download | mesa-362f1df210d4142259f22d51c5269ed89dc396f3.tar.gz |
obsolete
Diffstat (limited to 'progs/samples')
-rw-r--r-- | progs/samples/Makefile.X11 | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/progs/samples/Makefile.X11 b/progs/samples/Makefile.X11 deleted file mode 100644 index d7efd25cd57..00000000000 --- 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 |