progs = checkpkg find-libdeps finddeps lddd copy_files = $(addsuffix .in,$(progs)) install_files = $(DESTDIR)$(bindir)/find-libprovides include ../../common.mk # Build ############################################################## %: %.in Makefile @echo "GEN $@" @$(edit) <"$<" >"$@" || { rm -f -- '$@'; false; } @chmod 755 "$@" || { rm -f -- '$@'; false; } # Install ############################################################ $(DESTDIR)$(bindir)/find-libprovides: install -d $(@D) ln -sf find-libdeps $@