From 31fe0ade35a4d09087c575e99ecbbe6505b6e4de Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 2 Apr 2002 16:20:00 +0000 Subject: minor re-org --- src/mesa/Makefile.X11 | 10 +++++----- src/mesa/main/Makefile.X11 | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/mesa') 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 \ -- cgit v1.2.3