summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-04-02 16:20:00 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-04-02 16:20:00 +0000
commit31fe0ade35a4d09087c575e99ecbbe6505b6e4de (patch)
tree96e5785923d61d2e9a27e08121b3710a2a08d7e5 /src
parent9de4782e49fd84951e3eb322eec6f1332680b2e8 (diff)
minor re-org
Diffstat (limited to 'src')
-rw-r--r--src/mesa/Makefile.X1110
-rw-r--r--src/mesa/main/Makefile.X1110
2 files changed, 10 insertions, 10 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 6f0b391d0f..57815ae9f1 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,8 +1,8 @@
-# $Id: Makefile.X11,v 1.65 2002/02/02 21:41:58 brianp Exp $
+# $Id: Makefile.X11,v 1.66 2002/04/02 16:20:00 brianp Exp $
# Mesa 3-D graphics library
# Version: 4.1
-# Copyright (C) 1995-2001 Brian Paul
+# Copyright (C) 1995-2002 Brian Paul
# Makefile for core library
@@ -21,9 +21,6 @@ LIBDIR = ../lib
CORE_SOURCES = \
- vpexec.c \
- vpparse.c \
- vpstate.c \
api_arrayelt.c \
api_loopback.c \
api_noop.c \
@@ -74,6 +71,9 @@ CORE_SOURCES = \
texstore.c \
texutil.c \
varray.c \
+ vpexec.c \
+ vpparse.c \
+ vpstate.c \
vtxfmt.c \
X86/x86.c \
X86/common_x86.c \
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11
index 6f0b391d0f..57815ae9f1 100644
--- a/src/mesa/main/Makefile.X11
+++ b/src/mesa/main/Makefile.X11
@@ -1,8 +1,8 @@
-# $Id: Makefile.X11,v 1.65 2002/02/02 21:41:58 brianp Exp $
+# $Id: Makefile.X11,v 1.66 2002/04/02 16:20:00 brianp Exp $
# Mesa 3-D graphics library
# Version: 4.1
-# Copyright (C) 1995-2001 Brian Paul
+# Copyright (C) 1995-2002 Brian Paul
# Makefile for core library
@@ -21,9 +21,6 @@ LIBDIR = ../lib
CORE_SOURCES = \
- vpexec.c \
- vpparse.c \
- vpstate.c \
api_arrayelt.c \
api_loopback.c \
api_noop.c \
@@ -74,6 +71,9 @@ CORE_SOURCES = \
texstore.c \
texutil.c \
varray.c \
+ vpexec.c \
+ vpparse.c \
+ vpstate.c \
vtxfmt.c \
X86/x86.c \
X86/common_x86.c \