From 5ae689a29633afc64474c414541c56a98a3876cf Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 16 Apr 2009 23:10:37 +0000 Subject: Purge debug target -- it spent most of its life broken. In future, we can use the framebuffer frontend with a null output handler, which gives us effectively the same thing with less special-case stuff. svn path=/trunk/netsurf/; revision=7107 --- Makefile.sources | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 9492e144c..b794310f3 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -77,10 +77,6 @@ RDEP_BEOS := adblock.css beosdefault.css default.css ca-bundle.txt \ RDEP_BEOS := $(addprefix beos/res/,$(RDEP_BEOS)) \ $(wildcard beos/res/throbber/throbber*.png) -# S_DEBUG are sources purely for the debug build -S_DEBUG := netsurfd.c debug_bitmap.c filetyped.c fontd.c -S_DEBUG := $(addprefix debug/,$(S_DEBUG)) - # S_AMIGA are sources purely for the Amiga build S_AMIGA := compat.c gui.c tree.c history.c hotlist.c schedule.c \ thumbnail.c misc.c bitmap.c font.c filetype.c utf8.c login.c \ @@ -194,11 +190,6 @@ SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_BEOS) EXETARGET := NetSurf endif -ifeq ($(TARGET),debug) -SOURCES := $(S_COMMON) $(S_IMAGE) $(S_DEBUG) -EXETARGET := nsdebug -endif - ifeq ($(TARGET),amiga) SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_AMIGA) $(S_PDF) EXETARGET := NetSurf -- cgit v1.2.3