2016-05-24 01:32:16 +03:00
|
|
|
# Image content handler sources
|
|
|
|
include content/handlers/image/Makefile
|
|
|
|
|
2016-05-26 13:18:41 +03:00
|
|
|
S_IMAGE := $(addprefix content/handlers/image/,$(S_IMAGE))
|
|
|
|
|
|
|
|
# CSS sources
|
|
|
|
include content/handlers/css/Makefile
|
|
|
|
|
2016-06-07 18:01:04 +03:00
|
|
|
S_CONTENT += $(addprefix handlers/css/,$(S_CSS))
|
|
|
|
|
|
|
|
# Javascript source
|
|
|
|
include content/handlers/javascript/Makefile
|
|
|
|
|
|
|
|
S_CONTENT += $(addprefix handlers/javascript/,$(S_JAVASCRIPT))
|
2016-06-06 16:47:27 +03:00
|
|
|
|
2018-05-10 13:34:26 +03:00
|
|
|
# HTML content handler sources
|
|
|
|
include content/handlers/html/Makefile
|
|
|
|
|
|
|
|
S_CONTENT += $(addprefix handlers/html/,$(S_HTML))
|
|
|
|
|
|
|
|
# Text content handler sources
|
|
|
|
include content/handlers/text/Makefile
|
|
|
|
|
|
|
|
S_CONTENT += $(addprefix handlers/text/,$(S_TEXT))
|
|
|
|
|
|
|
|
# extend the include search path
|
2016-06-06 16:47:27 +03:00
|
|
|
INCLUDE_DIRS += content/handlers
|