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.
28 lines
678 B
28 lines
678 B
# 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))
|
|
|
|
# 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
|
|
INCLUDE_DIRS += content/handlers
|