summaryrefslogtreecommitdiff
path: root/content/fetchers/Makefile
blob: e87a4e8910221e03009722d1fe6488f44d1e95cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Content fetchers sources

S_FETCHERS_YES := data.c about.c resource.c
S_FETCHERS_NO :=
S_FETCHERS_$(NETSURF_USE_CURL) += curl.c

S_FETCHERS := $(addprefix fetchers/,$(S_FETCHERS_YES))

# File fetcher
include content/fetchers/file/Makefile

S_FETCHERS += $(addprefix fetchers/file/,$(S_FETCHER_FILE))

# The following files depend on the testament
content/fetchers/about.c: testament $(OBJROOT)/testament.h