From: Wolfgang D. <da...@us...> - 2016-06-19 15:01:31
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Maxima CAS". The branch, master has been updated via f73f6b5c87c71d533b740f0e684afb1770c40da7 (commit) from d62d12f499b8305980b9b67973c1003a5a0411f1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f73f6b5c87c71d533b740f0e684afb1770c40da7 Author: Wolfgang Dautermann <da...@us...> Date: Sun Jun 19 17:00:03 2016 +0200 Enable building xmaxima in an out-of-source-build. diff --git a/interfaces/xmaxima/Makefile.am b/interfaces/xmaxima/Makefile.am index fd16aff..8f79f7e 100755 --- a/interfaces/xmaxima/Makefile.am +++ b/interfaces/xmaxima/Makefile.am @@ -78,16 +78,19 @@ TKSOURCES = \ Tkmaxima/Tkmaxima.tcl -XMAXIMA_FILES = $(TKSOURCES) xmaxima-trailer.tcl +XMAXIMA_FILES = $(TKSOURCES) XMAXIMASOURCES = Tkmaxima/Header.tcl $(TKSOURCES) autoconf-variables.tcl xmaxima-trailer.tcl xmaxima: $(XMAXIMASOURCES) Tkmaxima/tclIndex rm -f xmaxima && \ - cat $(XMAXIMASOURCES) > xmaxima && \ - chmod +x xmaxima + cat Tkmaxima/Header.tcl > xmaxima && \ + (cd "$(abs_top_srcdir)/interfaces/xmaxima/" ; cat $(XMAXIMA_FILES)) >> xmaxima && \ + cat autoconf-variables.tcl >> xmaxima && \ + cat "$(abs_top_srcdir)/interfaces/xmaxima/xmaxima-trailer.tcl" >> xmaxima && \ + chmod +x xmaxima -EXTRA_DIST = $(genericdirDATA) $(XMAXIMA_FILES) Tkmaxima/Header.tcl.in maxima-icon.png +EXTRA_DIST = $(genericdirDATA) $(XMAXIMA_FILES) Tkmaxima/Header.tcl.in xmaxima-trailer.tcl maxima-icon.png # Developer convenience target ----------------------------------------------------------------------- Summary of changes: interfaces/xmaxima/Makefile.am | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) hooks/post-receive -- Maxima CAS |