From 60c9906bf7ba1dfc3f8739a3dd9ab1ceb1dd37ef Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 27 Jan 2013 13:15:34 +0100 Subject: moved redundant code related to bootstrapping and teco-driven substitutions into automake include (bootstrap.am) --- bootstrap.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bootstrap.am (limited to 'bootstrap.am') diff --git a/bootstrap.am b/bootstrap.am new file mode 100644 index 0000000..21f4b51 --- /dev/null +++ b/bootstrap.am @@ -0,0 +1,17 @@ +if BOOTSTRAP +BOOTSTRAP_SCITECO = $(top_srcdir)/src/sciteco-minimal$(EXEEXT) +else +BOOTSTRAP_SCITECO = @SCITECO@ +endif + +SUBST_MACRO = eb$<\e \ + j \ + j \ + j \ + j \ + j \ + j \ + ew$@\e + +% : %.in + $(BOOTSTRAP_SCITECO) -e $$'$(SUBST_MACRO)' -- cgit v1.2.3