scons: Remove old pipebuffer SConscript
[mesa.git] / src / mesa / Makefile.mgw
index e894c6277d19a220df3df28daf7068770e557d18..fc0ff28d697c0c17232384c92a64514f86f5540e 100644 (file)
@@ -200,7 +200,7 @@ ifeq (1,1)
 x86/glapi_x86.o: x86/glapi_x86.S
        $(CC) -o $@ $(CFLAGS) -DSTDCALL_API -c $<
 else
-main/dispatch.o: main/dispatch.c
+glapi/glapi_dispatch.o: glapi/glapi_dispatch.c
        $(CC) -o $@ $(CFLAGS) -UUSE_X86_ASM -c $<
 glapi/glapi.o: glapi/glapi.c
        $(CC) -o $@ $(CFLAGS) -UUSE_X86_ASM -c $<
@@ -216,8 +216,8 @@ clean:
        -$(call UNLINK,main/*.o)
        -$(call UNLINK,math/*.o)
        -$(call UNLINK,vbo/*.o)
-       -$(call UNLINK,shader/*.o)
-       -$(call UNLINK,shader/slang/*.o)
+       -$(call UNLINK,program/*.o)
+       -$(call UNLINK,slang/*.o)
        -$(call UNLINK,sparc/*.o)
        -$(call UNLINK,ppc/*.o)
        -$(call UNLINK,swrast/*.o)