From 536bc564969dfc9c976316c47ab886f829c7bedd Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 23 Feb 2009 15:01:03 +0000 Subject: Pedantic wrap. svn path=/trunk/netsurf/; revision=6608 --- Makefile.sources | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 554e81d30..b8dddccd6 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -9,7 +9,7 @@ S_CONTENT := content.c fetch.c fetchcache.c urldb.c \ fetchers/fetch_curl.c fetchers/fetch_data.c S_CSS := css.c css_enum.c parser.c ruleset.c scanner.c S_RENDER := box.c box_construct.c box_normalise.c directory.c \ - form.c html.c html_redraw.c hubbub_binding.c imagemap.c \ + form.c html.c html_redraw.c hubbub_binding.c imagemap.c \ layout.c libxml_binding.c list.c loosen.c table.c textplain.c S_UTILS := base64.c filename.c hashtable.c locale.c messages.c talloc.c \ url.c utf8.c utils.c useragent.c @@ -64,12 +64,11 @@ S_GTK := font_pango.c gtk_bitmap.c gtk_gui.c gtk_schedule.c \ S_GTK := $(addprefix gtk/,$(S_GTK)) # S_BEOS are sources purely for the BeOS build -S_BEOS := beos_about.cpp beos_bitmap.cpp beos_fetch_rsrc.cpp \ - beos_filetype.cpp \ - beos_font.cpp beos_gui.cpp beos_history.cpp beos_login.cpp \ - beos_options.cpp beos_plotters.cpp beos_scaffolding.cpp \ - beos_schedule.cpp beos_thumbnail.cpp beos_treeview.cpp \ - beos_throbber.cpp beos_window.cpp +S_BEOS := beos_about.cpp beos_bitmap.cpp beos_fetch_rsrc.cpp \ + beos_filetype.cpp beos_font.cpp beos_gui.cpp beos_history.cpp \ + beos_login.cpp beos_options.cpp beos_plotters.cpp \ + beos_scaffolding.cpp beos_schedule.cpp beos_thumbnail.cpp \ + beos_treeview.cpp beos_throbber.cpp beos_window.cpp S_BEOS := $(addprefix beos/,$(S_BEOS)) RDEF_BEOS := beos_res.rdef RDEF_BEOS := $(addprefix beos/,$(RDEF_BEOS)) @@ -86,16 +85,16 @@ S_DEBUG := $(addprefix debug/,$(S_DEBUG)) 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 \ plotters.c object.c menu.c save_pdf.c arexx.c version.c \ - cookies.c context_menu.c clipboard.c save_complete.c fetch_file.c \ - fetch_mailto.c search.c + cookies.c context_menu.c clipboard.c save_complete.c \ + fetch_file.c fetch_mailto.c search.c S_AMIGA := $(addprefix amiga/,$(S_AMIGA)) # S_FRAMEBUFFER are sources purely for the framebuffer build S_FRAMEBUFFER := fb_gui.c tree.c history.c hotlist.c fb_schedule.c \ - thumbnail.c misc.c fb_bitmap.c \ - fb_filetype.c login.c fb_cursor.c fb_plotters.c \ - fb_8bpp_plotters.c fb_16bpp_plotters.c fb_32bpp_plotters.c \ - fb_findfile.c fb_rootwindow.c fb_image_data.c + thumbnail.c misc.c fb_bitmap.c fb_filetype.c login.c \ + fb_cursor.c fb_plotters.c fb_8bpp_plotters.c \ + fb_16bpp_plotters.c fb_32bpp_plotters.c fb_findfile.c \ + fb_rootwindow.c fb_image_data.c # fb_1bpp_plotters.c S_FRAMEBUFFER += fb_font_$(NETSURF_FB_FONTLIB).c -- cgit v1.2.3