2020-03-30 17:04:18 +03:00
|
|
|
libraries += libfetchers
|
|
|
|
|
|
|
|
libfetchers_NAME = libnixfetchers
|
|
|
|
|
|
|
|
libfetchers_DIR := $(d)
|
|
|
|
|
|
|
|
libfetchers_SOURCES := $(wildcard $(d)/*.cc)
|
|
|
|
|
2023-09-03 00:10:28 +03:00
|
|
|
# Not just for this library itself, but also for downstream libraries using this library
|
|
|
|
|
|
|
|
INCLUDE_libfetchers := -I $(d)
|
|
|
|
|
|
|
|
libfetchers_CXXFLAGS += $(INCLUDE_libutil) $(INCLUDE_libstore) $(INCLUDE_libfetchers)
|
2020-03-30 17:04:18 +03:00
|
|
|
|
2024-01-09 19:29:37 +02:00
|
|
|
libfetchers_LDFLAGS += $(THREAD_LDFLAGS) $(LIBGIT2_LIBS) -larchive
|
2021-07-24 12:15:01 +03:00
|
|
|
|
2020-06-16 15:16:39 +03:00
|
|
|
libfetchers_LIBS = libutil libstore
|