summaryrefslogtreecommitdiff
path: root/src/modules/fetcher/GNUmakefile
blob: d4f368419e372cdf2be9455531d27bcdb6fe0549 (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
TOPDIR = ../../..

SUBDIRS = file

ifeq ($(WITH_CURL),1)
SUBDIRS += libcurl
endif

ifeq ($(WITH_LIBFETCH),1)
SUBDIRS += libfetch
endif

-include $(TOPDIR)/makefiles/gmake/sub.mk

local_all:

local_clean:

local_distclean:

local_install:

local_uninstall:

local_test: