You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
340 B
11 lines
340 B
# Render sources
|
|
|
|
S_RENDER := box.c box_construct.c box_normalise.c box_textarea.c \
|
|
font.c form.c imagemap.c layout.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_redraw_border.c \
|
|
html_forms.c html_object.c
|
|
|
|
|
|
S_RENDER := $(addprefix render/,$(S_RENDER))
|