Something went wrong on our end
Forked from
Knot projects / Knot Resolver
8825 commits behind the upstream repository.
-
Marek Vavruša authored
the build system now doesn't always relink targets
Marek Vavruša authoredthe build system now doesn't always relink targets
lib.mk 833 B
libkresolve_SOURCES := \
lib/layer/iterate.c \
lib/layer/itercache.c \
lib/utils.c \
lib/nsrep.c \
lib/module.c \
lib/context.c \
lib/resolve.c \
lib/zonecut.c \
lib/rplan.c \
lib/cache.c
libkresolve_HEADERS := \
lib/layer.h \
lib/utils.h \
lib/nsrep.h \
lib/module.h \
lib/context.h \
lib/resolve.h \
lib/zonecut.h \
lib/rplan.h \
lib/cache.h
# Dependencies
libkresolve_DEPEND :=
libkresolve_LIBS := $(libknot_LIBS)
libkresolve_TARGET := -Wl,-rpath,lib -Llib -lkresolve
# Make library
$(eval $(call make_lib,libkresolve,lib))
# Targets
lib: $(libkresolve)
lib-install: libkresolve-install
lib-clean: libkresolve-clean
.PHONY: lib lib-install lib-clean