DISTCHECK_CONFIGURE_FLAGS = CONFIG_SHELL=$(CONFIG_SHELL) SHELL=$(SHELL) ACLOCAL_AMFLAGS = -I m4 nodist_noinst_SCRIPTS = pre-inst-env EXTRA_DIST = web-client-with-cache.org \ doc/style.css \ doc/fdl.texi \ .guix-channel \ guix/vkraus/packages/web-client-with-cache.scm \ website.scm \ tests/tests.scm moddir = $(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION) godir = $(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache webmoddir = $(moddir)/web webgodir = $(godir)/web clientwebmoddir = $(webmoddir)/client clientwebgodir = $(webgodir)/client dist_clientwebmod_DATA = $(srcdir)/web/client/with-cache.scm clientwebgo_DATA = web/client/with-cache.go install_go_targets = install-clientwebgoDATA install_mod_targets = install-dist_clientwebmodDATA info_TEXINFOS = doc/web-client-with-cache.texi doc_web_client_with_cache_texi_TEXINFOS = doc/fdl.texi AM_MAKEINFOHTMLFLAGS = --css-include=doc/style.css CLEANFILES = $(clientwebgo_DATA) SUFFIXES = .scm .go .scm.go: $(AM_V_GEN) $(top_builddir)/pre-inst-env $(GUILD) compile $(GUILE_WARNINGS) $(GUILD_OPTIONS) -o "$@-t" "$<" @mv "$@-t" "$@" $(install_go_targets): $(install_mod_targets) $(srcdir)/web/client/with-cache.scm $(srcdir)/tests/tests.scm: web-client-with-cache.org @$(MKDIR_P) tangling @cp $< tangling/web-client-with-cache.org $(AM_V_GEN) $(EMACS) --batch \ --file tangling/$< \ --eval "(setq org-confirm-babel-evaluate nil)" \ --eval "(setq geiser-scheme-implementation 'guile)" \ -f org-babel-tangle || exit 1 @$(MKDIR_P) $(abs_top_srcdir)/web/client @$(MKDIR_P) $(abs_top_srcdir)/tests @mv tangling/web/client/with-cache.scm $(abs_top_srcdir)/web/client/with-cache.scm @mv tangling/tests/tests.scm $(abs_top_srcdir)/tests/tests.scm @rmdir tangling/web/client @rmdir tangling/web @rmdir tangling/tests @rm tangling/$< @rmdir tangling $(srcdir)/tests/tests.scm: $(srcdir)/web/client/with-cache.scm $(srcdir)/doc/web-client-with-cache.texi: web-client-with-cache.org $(AM_V_GEN) $(EMACS) --batch \ --file $(srcdir)/$< \ --eval "(setq org-confirm-babel-evaluate nil)" \ --eval "(setq geiser-scheme-implementation 'guile)" \ -f org-texinfo-export-to-texinfo @mv web-client-with-cache.texi doc/web-client-with-cache.texi TESTS = tests/tests.scm TEST_EXTENSIONS = .scm AM_TESTS_ENVIRONMENT = $(top_builddir)/pre-inst-env SCM_LOG_COMPILER = $(GUILE) AM_SCM_LOG_FLAGS = --no-auto-compile -s clean-local: rm test-*.log