mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-27 16:59:36 +03:00
17 lines
399 B
Makefile
17 lines
399 B
Makefile
# Image content handler sources
|
|
include content/handlers/image/Makefile
|
|
|
|
S_IMAGE := $(addprefix content/handlers/image/,$(S_IMAGE))
|
|
|
|
# CSS sources
|
|
include content/handlers/css/Makefile
|
|
|
|
S_CONTENT += $(addprefix handlers/css/,$(S_CSS))
|
|
|
|
# Javascript source
|
|
include content/handlers/javascript/Makefile
|
|
|
|
S_CONTENT += $(addprefix handlers/javascript/,$(S_JAVASCRIPT))
|
|
|
|
INCLUDE_DIRS += content/handlers
|