2013-03-11 21:50:12 +04:00
|
|
|
# Sources for desktop
|
|
|
|
|
2013-08-13 15:41:04 +04:00
|
|
|
S_DESKTOP := cookie_manager.c cookies_old.c history_global_core.c hotlist_old.c knockout.c \
|
2013-08-15 22:19:24 +04:00
|
|
|
hotlist.c mouse.c plot_style.c print.c search.c searchweb.c \
|
2013-08-13 16:52:21 +04:00
|
|
|
scrollbar.c sslcert_viewer.c textarea.c thumbnail.c tree.c \
|
2013-09-02 17:17:09 +04:00
|
|
|
version.c system_colour.c global_history.c treeview.c
|
2013-03-11 21:50:12 +04:00
|
|
|
|
|
|
|
S_DESKTOP := $(addprefix desktop/,$(S_DESKTOP))
|
|
|
|
|
|
|
|
# version.c needs the testament
|
|
|
|
desktop/version.c: testament utils/testament.h
|
|
|
|
|
|
|
|
# S_BROWSER are sources related to full browsers but are common
|
|
|
|
# between RISC OS, GTK, BeOS and AmigaOS builds
|
2013-07-10 14:55:42 +04:00
|
|
|
S_BROWSER := browser.c download.c frames.c local_history.c netsurf.c \
|
2013-03-11 21:50:12 +04:00
|
|
|
save_complete.c save_text.c selection.c textinput.c
|
|
|
|
|
|
|
|
S_BROWSER := $(addprefix desktop/,$(S_BROWSER))
|
|
|
|
|