summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-09-16 02:26:43 +0200
committerOle Loots <ole@monochrom.net>2013-10-06 01:24:16 +0200
commit8057dc67cb11c865cb5daf2142fbef35631e7c6d (patch)
tree53c3647c8f8b5a1b80be163e687e6bc571d7316a /atari/Makefile.target
parent05f13ccf899aa13def56fd55a9e928466a32d7c4 (diff)
downloadnetsurf-8057dc67cb11c865cb5daf2142fbef35631e7c6d.tar.gz
netsurf-8057dc67cb11c865cb5daf2142fbef35631e7c6d.tar.bz2
Replaced atari_treeview wrapper with a new one
(removed all modules which used the old tree API)
Diffstat (limited to 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target24
1 files changed, 13 insertions, 11 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index 0ffe9e75a..fee49633e 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -40,7 +40,7 @@ $(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG (libpng)))
$(eval $(call feature_enabled,MOZJS,$(SPIDERMONKEY_CFLAGS),-ljs,JavaScript (Spidermonkey)))
$(eval $(call feature_enabled,ATARI_FREETYPE_FONT,$(FREETYPE_FONT_CFLAGS),-lfreetype,(Freetype)))
$(eval $(call feature_enabled,ATARI_NETSURF_FONT,-DWITH_INTERNAL_FONT_DRIVER,,(Internal Font)))
-$(eval $(call feature_enabled,ATARI_VDI_FONT,-DWITH_VDI_FONT_DRIVER,,(Internal Font)))
+$(eval $(call feature_enabled,ATARI_VDI_FONT,-DWITH_VDI_FONT_DRIVER,,(VDI Font)))
$(eval $(call feature_enabled,ATARI_8BPP_SUPPORT,-DWITH_8BPP_SUPPORT,,(Indexed screen format support)))
# define additional CFLAGS and LDFLAGS requirements for pkg-configed libs here
@@ -77,28 +77,26 @@ LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib
S_ATARI := \
bitmap.c \
clipboard.c \
+ ctxmenu.c \
+ deskmenu.c \
+ download.c \
+ encoding.c \
findfile.c \
filetype.c \
font.c \
gui.c \
+ login.c \
misc.c \
+ osspec.c \
schedule.c \
- download.c \
+ search.c \
+ statusbar.c \
thumbnail.c \
- login.c \
treeview.c \
- hotlist.c \
- history.c\
- search.c \
redrawslots.c \
- encoding.c \
rootwin.c \
toolbar.c \
- statusbar.c \
- osspec.c \
- ctxmenu.c \
settings.c \
- deskmenu.c \
plot/plot.c \
plot/fontplot.c \
plot/eddi.s \
@@ -112,6 +110,10 @@ S_ATARI := \
gemtk/utils.c \
gemtk/objc.c
+# cookies.c \
+# hotlist.c \
+# history.c\
+
S_ATARI := $(addprefix atari/,$(S_ATARI))
# This is the final source build list