netsurf/content/handlers/html/Makefile
Vincent Sanders e8d0ba15ad split html box processing code
reduce the module size of the html box handling code by
 splitting into smaller sections.

No functional code change.
2020-04-29 20:37:42 +01:00

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