From a95e5c036aebc13b063c714d1b82f244b7378de8 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Fri, 6 Jul 2007 19:30:25 +0000 Subject: [PATCH] Removed deps and targets for code that's now within Magic tool plugins. --- Makefile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 63b9be61a..675df0571 100644 --- a/Makefile +++ b/Makefile @@ -755,7 +755,7 @@ install-man: # Build the program! tuxpaint: obj/tuxpaint.o obj/i18n.o obj/im.o obj/cursor.o obj/pixels.o \ - obj/floodfill.o obj/rgblinear.o obj/playsound.o obj/fonts.o \ + obj/rgblinear.o obj/playsound.o obj/fonts.o \ obj/progressbar.o obj/dirwalk.o obj/get_fname.o \ obj/postscript_print.o \ $(HQXX_O) $(ARCH_LIBS) @@ -778,7 +778,7 @@ tuxpaint: obj/tuxpaint.o obj/i18n.o obj/im.o obj/cursor.o obj/pixels.o \ obj/tuxpaint.o: src/tuxpaint.c \ src/i18n.h src/im.h src/cursor.h src/pixels.h \ - src/floodfill.h src/rgblinear.h src/playsound.h src/fonts.h \ + src/rgblinear.h src/playsound.h src/fonts.h \ src/progressbar.h src/dirwalk.h src/get_fname.h \ src/compiler.h src/debug.h \ src/tools.h src/titles.h src/colors.h src/shapes.h \ @@ -848,15 +848,6 @@ obj/pixels.o: src/pixels.c src/pixels.h src/compiler.h src/debug.h @$(CC) $(CFLAGS) $(DEBUG_FLAGS) $(SDL_CFLAGS) $(DEFS) \ -c src/pixels.c -o obj/pixels.o -obj/floodfill.o: src/floodfill.c src/floodfill.h \ - src/rgblinear.h \ - src/playsound.h src/progressbar.h src/sounds.h \ - src/compiler.h src/debug.h - @echo - @echo "...Compiling floodfill functions..." - @$(CC) $(CFLAGS) $(DEBUG_FLAGS) $(SDL_CFLAGS) $(DEFS) \ - -c src/floodfill.c -o obj/floodfill.o - obj/playsound.o: src/playsound.c src/playsound.h \ src/compiler.h src/debug.h @echo