summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-16 23:10:37 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-16 23:10:37 +0000
commit5ae689a29633afc64474c414541c56a98a3876cf (patch)
treef6fa4d2b40b607c3d49a74ccab61e7c2a65110f4 /Makefile.sources
parent0e0c6eb1ee81a9e4508fbaddcb05f7e545f1b040 (diff)
downloadnetsurf-5ae689a29633afc64474c414541c56a98a3876cf.tar.gz
netsurf-5ae689a29633afc64474c414541c56a98a3876cf.tar.bz2
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
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources9
1 files changed, 0 insertions, 9 deletions
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