From 32db7e04d0c3bd255b2e8aa7dbd7c2b884b35614 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 9 Dec 2004 10:30:44 +0000 Subject: [project @ 2004-12-09 10:30:43 by rjw] Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394 --- makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index de346e512..a3a79e5f3 100644 --- a/makefile +++ b/makefile @@ -22,7 +22,7 @@ OBJECTS_COMMON += css.o css_enum.o parser.o ruleset.o scanner.o # css/ OBJECTS_COMMON += box.o form.o html.o html_redraw.o layout.o \ textplain.o # render/ OBJECTS_COMMON += messages.o pool.o translit.o url.o utils.o # utils/ -OBJECTS_COMMON += imagemap.o loginlist.o options.o # desktop/ +OBJECTS_COMMON += imagemap.o loginlist.o options.o tree.o # desktop/ OBJECTS_IMAGE = jpeg.o mng.o gif.o gifread.o # image/ @@ -33,8 +33,9 @@ OBJECTS_RISCOS += 401login.o bitmap.o buffer.o debugwin.o \ gui.o help.o history.o hotlist.o image.o \ menus.o mouseactions.o plotters.o plugin.o print.o \ save.o save_complete.o save_draw.o save_text.o \ - schedule.o search.o sprite.o textselection.o theme.o thumbnail.o \ - ufont.o uri.o url_protocol.o wimp.o window.o # riscos/ + schedule.o search.o sprite.o textselection.o theme.o \ + thumbnail.o treeview.o ufont.o uri.o url_protocol.o \ + wimp.o window.o # riscos/ # OBJECTS_RISCOS += memdebug.o OBJECTS_NCOS = $(OBJECTS_RISCOS) @@ -54,7 +55,7 @@ OBJECTS_GTK = $(OBJECTS_COMMON) $(OBJECTS_IMAGE) OBJECTS_GTK += filetyped.o # debug/ OBJECTS_GTK += browser.o netsurf.o version.o # desktop/ OBJECTS_GTK += font_pango.o gtk_bitmap.o gtk_gui.o \ - gtk_plotters.o gtk_window.o # gtk/ + gtk_plotters.o gtk_treeview.o gtk_window.o # gtk/ OBJDIR_RISCOS = arm-riscos-aof @@ -162,7 +163,7 @@ utils/translit.c: transtab # available), remove */*.[ch] from the line below. # Under RISC OS, you may require *Set UnixFS$sfix "", if perl gives # "No such file or directory" errors. -depend: */*.[ch] +depend: @echo "--> modified files $?" @echo "--> updating dependencies" @-mkdir -p $(OBJDIR_RISCOS) $(OBJDIR_NCOS) $(OBJDIR_DEBUG) $(OBJDIR_GTK) -- cgit v1.2.3