diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-09-23 18:19:30 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-09-23 18:19:30 +0000 |
commit | 57344210789ec97439d972c2a15af2f00663275f (patch) | |
tree | f8f07639fbdca30c06baa46b3d7b1c1243611d53 /Makefile.X11 | |
parent | 97856fd98a308b73a8cea11de48b9475a51da929 (diff) |
4.0 updates
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index aae5a80276..4b6530b5f5 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,9 +1,9 @@ -# $Id: Makefile.X11,v 1.52 2001/09/10 19:28:22 brianp Exp $ +# $Id: Makefile.X11,v 1.53 2001/09/23 18:19:30 brianp Exp $ # Mesa 3-D graphics library -# Version: 3.5 +# Version: 4.0 # -# Copyright (C) 1999-2000 Brian Paul All Rights Reserved. +# Copyright (C) 1999-2001 Brian Paul All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -332,10 +332,10 @@ realclean: clean -DIRECTORY = Mesa-3.5 -LIB_NAME = MesaLib-3.5 -DEMO_NAME = MesaDemos-3.5 -GLU_NAME = MesaGLU-3.5 +DIRECTORY = Mesa-4.0 +LIB_NAME = MesaLib-4.0 +DEMO_NAME = MesaDemos-4.0 +GLU_NAME = MesaGLU-4.0 GLUT_NAME = GLUT-3.7 @@ -429,7 +429,6 @@ LIB_FILES = \ $(DIRECTORY)/src/windml/*.[ch] \ $(DIRECTORY)/src/windml/tornado/*.c \ $(DIRECTORY)/src/windml/tornado/*.cdf \ - $(DIRECTORY)/src/windml/torVars.sample \ $(DIRECTORY)/src/windml/man3/*.3 \ $(DIRECTORY)/src/windml/man3/*.html \ $(DIRECTORY)/src/BeOS/*.cpp \ @@ -626,9 +625,9 @@ DEMO_FILES = \ $(DIRECTORY)/samples/README \ $(DIRECTORY)/samples/*.c \ $(DIRECTORY)/mtdemos \ - $(DIRECTORY)windmldemos/Makefile.ugl \ - $(DIRECTORY)windmldemos/*.c \ - $(DIRECTORY)windmldemos/*.bmp \ + $(DIRECTORY)/windmldemos/Makefile.ugl \ + $(DIRECTORY)/windmldemos/*.c \ + $(DIRECTORY)/windmldemos/*.bmp \ $(DIRECTORY)/ggi OBSOLETE_DEMO_FILES = \ |