From a46bd6f96a78525dc98bcb2176494e6d6dce5dce Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 25 Mar 2003 02:26:28 +0000 Subject: histogram code move, remove s_histogram.[ch] from Makefiles --- src/mesa/main/descrip.mms | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/main/descrip.mms') diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index f0c8a1c34e..345c3e6130 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -97,7 +97,6 @@ RASTER_SOURCES = [.swrast]s_aatriangle.c \ [.swrast]s_drawpix.c \ [.swrast]s_fog.c \ [.swrast]s_feedback.c \ -[.swrast]s_histogram.c \ [.swrast]s_imaging.c \ [.swrast]s_lines.c \ [.swrast]s_logic.c \ @@ -239,7 +238,6 @@ OBJECTS8=[.swrast]s_aatriangle.obj,\ OBJECTS9=[.swrast]s_drawpix.obj,\ [.swrast]s_fog.obj,\ -[.swrast]s_histogram.obj,\ [.swrast]s_imaging.obj,\ [.swrast]s_lines.obj,\ [.swrast]s_logic.obj,\ @@ -435,8 +433,6 @@ imports.obj : imports.c $(CC) $(CFLAGS) /obj=[.swrast]s_feedback.obj [.swrast]s_feedback.c [.swrast]s_fog.obj : [.swrast]s_fog.c $(CC) $(CFLAGS) /obj=[.swrast]s_fog.obj [.swrast]s_fog.c -[.swrast]s_histogram.obj : [.swrast]s_histogram.c - $(CC) $(CFLAGS) /obj=[.swrast]s_histogram.obj [.swrast]s_histogram.c [.swrast]s_imaging.obj : [.swrast]s_imaging.c $(CC) $(CFLAGS) /obj=[.swrast]s_imaging.obj [.swrast]s_imaging.c [.swrast]s_lines.obj : [.swrast]s_lines.c -- cgit v1.2.3