summaryrefslogtreecommitdiff
path: root/src/mesa/main/descrip.mms
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-03-25 02:26:28 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-03-25 02:26:28 +0000
commita46bd6f96a78525dc98bcb2176494e6d6dce5dce (patch)
treef5e3ca54c429badb8d93a6af3ea18b25ac49eea3 /src/mesa/main/descrip.mms
parent45bc887da226403f2c41077e40ca38b6f60f1359 (diff)
histogram code move, remove s_histogram.[ch] from Makefiles
Diffstat (limited to 'src/mesa/main/descrip.mms')
-rw-r--r--src/mesa/main/descrip.mms4
1 files changed, 0 insertions, 4 deletions
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