summaryrefslogtreecommitdiff
path: root/render/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2013-03-11 17:50:12 +0000
committerVincent Sanders <vince@netsurf-browser.org>2013-03-11 17:53:52 +0000
commit95e726c7cc21c52829548340142d266cdb8f1123 (patch)
tree35242bf31d2e00858124f568b06c8ff51290416c /render/Makefile
parent41e4928e25039119b97035640cf97b1949a129d4 (diff)
downloadnetsurf-95e726c7cc21c52829548340142d266cdb8f1123.tar.gz
netsurf-95e726c7cc21c52829548340142d266cdb8f1123.tar.bz2
split sources lists out to their subdirectories as first step towards using core buildsystem
Diffstat (limited to 'render/Makefile')
-rw-r--r--render/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/render/Makefile b/render/Makefile
new file mode 100644
index 000000000..12f0314fd
--- /dev/null
+++ b/render/Makefile
@@ -0,0 +1,10 @@
+# Render sources
+
+S_RENDER := box.c box_construct.c box_normalise.c box_textarea.c \
+ font.c form.c imagemap.c layout.c list.c search.c table.c \
+ textplain.c \
+ html.c html_css.c html_css_fetcher.c html_script.c \
+ html_interaction.c html_redraw.c html_forms.c html_object.c
+
+
+S_RENDER := $(addprefix render/,$(S_RENDER)) \ No newline at end of file