neaten up the sourec file list to make future changes easier

This commit is contained in:
Vincent Sanders 2020-05-22 13:33:00 +01:00
parent 6da6f1f66c
commit 45cac1ea64

View File

@ -46,17 +46,51 @@ endif
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# S_RISCOS are sources purely for the RISC OS build # S_RISCOS are sources purely for the RISC OS build
S_FRONTEND := assert.c bitmap.c buffer.c configure.c gui.c \ S_FRONTEND := \
dialog.c download.c filetype.c font.c help.c image.c \ assert.c \
iconbar.c menus.c message.c mouse.c palettes.c plotters.c \ bitmap.c \
print.c query.c save.c save_draw.c save_pdf.c schedule.c \ buffer.c \
search.c searchweb.c textarea.c textselection.c theme.c \ configure.c \
theme_install.c toolbar.c url_suggest.c wimp.c wimp_event.c \ cookies.c \
ucstables.c uri.c url_complete.c url_protocol.c window.c \ corewindow.c \
corewindow.c cookies.c hotlist.c \ dialog.c \
local_history.c global_history.c \ download.c \
$(addprefix content-handlers/,artworks.c awrender.s draw.c \ filetype.c \
sprite.c) \ font.c \
global_history.c \
gui.c \
help.c \
hotlist.c \
image.c \
iconbar.c \
local_history.c \
menus.c \
message.c \
mouse.c \
palettes.c \
plotters.c \
print.c \
query.c \
save.c \
save_draw.c \
save_pdf.c \
schedule.c \
search.c \
searchweb.c \
textarea.c \
textselection.c \
theme.c \
theme_install.c \
toolbar.c \
url_suggest.c \
ucstables.c \
uri.c \
url_complete.c \
url_protocol.c \
window.c \
wimp.c \
wimp_event.c \
$(addprefix content-handlers/,artworks.c awrender.s draw.c sprite.c) \
$(addprefix gui/,button_bar.c progress_bar.c status_bar.c \ $(addprefix gui/,button_bar.c progress_bar.c status_bar.c \
throbber.c url_bar.c) \ throbber.c url_bar.c) \
$(addprefix configure/,con_cache.c con_connect.c con_content.c \ $(addprefix configure/,con_cache.c con_connect.c con_content.c \