diff options
author | Brian Paul <[email protected]> | 2000-03-06 23:35:06 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-03-06 23:35:06 +0000 |
commit | b50d03e5bc19f937720a784e4a96376bf898518e (patch) | |
tree | 76efc0df06e91e806ee39d00d20cfee9f3858fc3 /progs/demos/Makefile.X11 | |
parent | 392a7008d120d8266e7e02a8cb6f1983eff0c4c6 (diff) |
added geartrain
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r-- | progs/demos/Makefile.X11 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index 958907ec97a..3e159c5dadd 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.6 2000/03/01 16:24:29 brianp Exp $ +# $Id: Makefile.X11,v 1.7 2000/03/06 23:35:07 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -16,9 +16,10 @@ GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(APP_LIB_DEPS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) -PROGS = bounce clearspd drawpix gamma gears glinfo gloss glutfx isosurf \ - morph3d multiarb osdemo paltex pointblast readpix reflect \ - renormal spectex stex3d tessdemo texcyl texdown texobj trispd winpos \ +PROGS = bounce clearspd drawpix gamma gears geartrain glinfo gloss \ + glutfx isosurf morph3d multiarb osdemo paltex pointblast \ + readpix reflect renormal spectex stex3d tessdemo texcyl \ + texdown texobj trispd winpos \ ##### RULES ##### |