# All SciTECO invocations should try to use the in-tree # standard library library export SCITECOPATH=@top_srcdir@/lib # This provides two implementations of SciTECO running # on the host as build-time tools. # $(SCITECO_MINIMAL) can be used during the build-process # of the target SciTECO, but may have only limited support for # the ES command (no symbolic identifiers). # $(SCITECO_FULL) is a final version of SciTECO, but is only # available after the binary has been built in src/ # (ie. in SUBDIRS after src/). if BOOTSTRAP SCITECO_MINIMAL = @top_builddir@/src/sciteco-minimal$(EXEEXT) SCITECO_FULL = @top_builddir@/src/sciteco$(EXEEXT) else SCITECO_MINIMAL = @SCITECO@ SCITECO_FULL = @SCITECO@ endif # Path of installed `sciteco` and `sciteco-wrapper` binaries, # taking --program-prefix into account. # These variables MUST NOT be put in single-quotes. SCITECO_INSTALLED = \ $(bindir)/`echo sciteco | @SED@ '$(transform)'`$(EXEEXT) SCITECO_WRAPPER_INSTALLED = \ $(libexecdir)/`echo sciteco-wrapper | @SED@ '$(transform)'`$(EXEEXT) SUBST_MACRO = eb$<\e \ j \ j \ j \ j \ j \ j \ j \ j \ j \ j \ ^U[$$LC_ALL]C\e EG.d@DATE@ "+%d %b %Y"\e \ j \ ew$@\e # The SciTECO-based substitutor must not process config.h.in. @top_srcdir@/config.h: ; SUFFIXES = .in .in: $(SCITECO_MINIMAL) -e $$'$(SUBST_MACRO)'