# This script was generated by miniade-gen. Manual edits may be lost! # Includes # Standard symbols SHELL = /bin/bash MODROOT = .. # Custom symbols VOUCH_FLAGS ?= # Allow to be inherited from environment $(eval $(shell PATH=$(MODROOT)/bin:$$PATH $(MODROOT)/bin/rdw2-config --format=encapsulated-make)) # Standard recipes default: compile compile clean distclean install: tests: @# A lot of what *-dev-shell sets needs to be set here to allow debian/rules/override_dh_auto_test's call @# to 'env -i make tests' to work. PATH=$(shell cd $(MODROOT)/bin && pwd):$$PATH \ LD_LIBRARY_PATH=$(shell cd $(MODROOT)/lib/c 2>/dev/null && pwd):$$LD_LIBRARY_PATH \ RDW2_SHARE_BASH_PREFIX=$(shell cd $(MODROOT)/share/bash 2>/dev/null && pwd) \ RDW2_SHARE_PERL_PREFIX=$(shell cd $(MODROOT)/share/perl5 2>/dev/null && pwd) \ RDW2_LIB_PYTHON_PREFIX=$(shell cd $(MODROOT)/lib/python3/dist-packages 2>/dev/null && pwd) \ RDW2_SHARE_PREFIX=$(shell cd $(MODROOT)/share 2>/dev/null && pwd) \ vouch -v $(VOUCH_FLAGS) --list testlist distclean: clean .DELETE_ON_ERROR: # Custom recipes