summaryrefslogtreecommitdiff
path: root/content/handlers/Makefile
blob: b88f3cacda7cfa746899ad8d4c036815fdf8431d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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))

# PDF content handler source
include content/handlers/pdf/Makefile

S_CONTENT += $(addprefix handlers/pdf/,$(S_PDF))

# extend the include search path
INCLUDE_DIRS += content/handlers