mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-12 07:24:00 +03:00
e8d0ba15ad
reduce the module size of the html box handling code by splitting into smaller sections. No functional code change.
24 lines
392 B
Makefile
24 lines
392 B
Makefile
# HTML content handler sources
|
|
|
|
S_HTML := box_construct.c \
|
|
box_inspect.c \
|
|
box_manipulate.c \
|
|
box_normalise.c \
|
|
box_special.c \
|
|
box_textarea.c \
|
|
font.c \
|
|
form.c \
|
|
imagemap.c \
|
|
layout.c \
|
|
search.c \
|
|
table.c \
|
|
html.c \
|
|
html_css.c \
|
|
html_css_fetcher.c \
|
|
html_script.c \
|
|
interaction.c \
|
|
html_redraw.c \
|
|
html_redraw_border.c \
|
|
html_forms.c \
|
|
html_object.c
|