summaryrefslogtreecommitdiff
path: root/desktop/Makefile
blob: f787fd295944a7499a6453624720c13e16901ef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Sources for desktop

S_DESKTOP := cookies.c history_global_core.c hotlist.c knockout.c	\
	mouse.c plot_style.c print.c search.c searchweb.c	\
	scrollbar.c sslcert.c textarea.c thumbnail.c tree.c 		\
	tree_url_node.c version.c system_colour.c global_history.c treeview.c

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
S_BROWSER := browser.c download.c frames.c history_core.c netsurf.c \
	save_complete.c save_text.c selection.c textinput.c

S_BROWSER := $(addprefix desktop/,$(S_BROWSER))